Convert JPY to ZMW
Japanese Yen → Zambian Kwacha
1 JPY = 0.124057 ZMW(1 ZMW = 8.060823 JPY)
Currency converter
1 JPY =
0.12406 ZMW
JPY to ZMW: last 30 days
Over the last 30 days, 1 JPY traded between 0.11905 and 0.12641 ZMW, averaging 0.12357 ZMW. The JPY/ZMW rate is up 4.20% since 2026-08-28.
- 30-day high
- 0.12641
- 2026-09-16
- 30-day low
- 0.11905
- 2026-08-28
- 30-day average
- 0.12357
- Days with data: 30
- 30-day change
- +4.20%
- since 2026-08-28
0.12641
0.119052026-08-28 → 2026-09-26
| Date | 1 JPY in ZMW | Daily change |
|---|---|---|
| 2026-09-26 | 0.12406 | 0.00% |
| 2026-09-25 | 0.12406 | +0.70% |
| 2026-09-24 | 0.12319 | -0.24% |
| 2026-09-23 | 0.12348 | -1.23% |
| 2026-09-22 | 0.12502 | -0.20% |
| 2026-09-21 | 0.12526 | +0.74% |
| 2026-09-20 | 0.12434 | -0.32% |
| 2026-09-19 | 0.12475 | +0.37% |
| 2026-09-18 | 0.12428 | -1.43% |
| 2026-09-17 | 0.12609 | -0.26% |
| 2026-09-16 | 0.12641 | +1.00% |
| 2026-09-15 | 0.12516 | -0.04% |
| 2026-09-14 | 0.1252 | -0.33% |
| 2026-09-13 | 0.12561 | -0.00% |
| 2026-09-12 | 0.12562 | +0.00% |
| Date | 1 JPY in ZMW | Daily change |
|---|---|---|
| 2026-09-11 | 0.12562 | +0.35% |
| 2026-09-10 | 0.12518 | -0.69% |
| 2026-09-09 | 0.12606 | +1.04% |
| 2026-09-08 | 0.12475 | +0.29% |
| 2026-09-07 | 0.12439 | +0.97% |
| 2026-09-06 | 0.12319 | -0.00% |
| 2026-09-05 | 0.1232 | +0.25% |
| 2026-09-04 | 0.12288 | +0.11% |
| 2026-09-03 | 0.12275 | +2.24% |
| 2026-09-02 | 0.12005 | +0.35% |
| 2026-09-01 | 0.11963 | +0.31% |
| 2026-08-31 | 0.11926 | +0.03% |
| 2026-08-30 | 0.11923 | -0.16% |
| 2026-08-29 | 0.11942 | +0.31% |
| 2026-08-28 | 0.11905 | — |
JPY to ZMW conversion table
1 JPY0.12406 ZMW
5 JPY0.62028 ZMW
10 JPY1.2406 ZMW
25 JPY3.1014 ZMW
50 JPY6.2028 ZMW
100 JPY12.4057 ZMW
500 JPY62.0284 ZMW
1,000 JPY124.0568 ZMW
5,000 JPY620.284 ZMW
10,000 JPY1,240.5681 ZMW
Get the JPY/ZMW rate in your app
One GET request returns the latest JPY → ZMW rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/JPY/ZMW"fetch('https://rate-api.com/api/v1/pair/JPY/ZMW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} ZMW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/ZMW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} ZMW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/ZMW');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} ZMW\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "ZMW"
},
"rate": 0.1241,
"timestamp": 1790429433,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
ZMW to JPYZambian Kwacha → Japanese Yen8.0608Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.