Convert ZMW to JPY
Zambian Kwacha → Japanese Yen
1 ZMW = 8.060823 JPY(1 JPY = 0.124057 ZMW)
Currency converter
1 ZMW =
8.0608 JPY
ZMW to JPY: last 30 days
Over the last 30 days, 1 ZMW traded between 7.9107 and 8.3996 JPY, averaging 8.0952 JPY. The ZMW/JPY rate is down 4.03% since 2026-08-28.
- 30-day high
- 8.3996
- 2026-08-28
- 30-day low
- 7.9107
- 2026-09-16
- 30-day average
- 8.0952
- Days with data: 30
- 30-day change
- -4.03%
- since 2026-08-28
8.3996
7.91072026-08-28 → 2026-09-26
| Date | 1 ZMW in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 8.0608 | 0.00% |
| 2026-09-25 | 8.0608 | -0.70% |
| 2026-09-24 | 8.1174 | +0.24% |
| 2026-09-23 | 8.0982 | +1.24% |
| 2026-09-22 | 7.9989 | +0.20% |
| 2026-09-21 | 7.9831 | -0.74% |
| 2026-09-20 | 8.0424 | +0.32% |
| 2026-09-19 | 8.0163 | -0.37% |
| 2026-09-18 | 8.0462 | +1.45% |
| 2026-09-17 | 7.931 | +0.26% |
| 2026-09-16 | 7.9107 | -0.99% |
| 2026-09-15 | 7.99 | +0.04% |
| 2026-09-14 | 7.9871 | +0.33% |
| 2026-09-13 | 7.9611 | +0.00% |
| 2026-09-12 | 7.9608 | -0.00% |
| Date | 1 ZMW in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 7.9608 | -0.34% |
| 2026-09-10 | 7.9883 | +0.70% |
| 2026-09-09 | 7.933 | -1.03% |
| 2026-09-08 | 8.0157 | -0.29% |
| 2026-09-07 | 8.0391 | -0.96% |
| 2026-09-06 | 8.1174 | +0.00% |
| 2026-09-05 | 8.1171 | -0.25% |
| 2026-09-04 | 8.1377 | -0.11% |
| 2026-09-03 | 8.1468 | -2.20% |
| 2026-09-02 | 8.3297 | -0.35% |
| 2026-09-01 | 8.359 | -0.31% |
| 2026-08-31 | 8.3851 | -0.03% |
| 2026-08-30 | 8.3875 | +0.16% |
| 2026-08-29 | 8.3737 | -0.31% |
| 2026-08-28 | 8.3996 | — |
ZMW to JPY conversion table
1 ZMW8.0608 JPY
5 ZMW40.3041 JPY
10 ZMW80.6082 JPY
25 ZMW201.5206 JPY
50 ZMW403.0412 JPY
100 ZMW806.0823 JPY
500 ZMW4,030.4117 JPY
1,000 ZMW8,060.8233 JPY
5,000 ZMW40,304.117 JPY
10,000 ZMW80,608.233 JPY
Get the ZMW/JPY rate in your app
One GET request returns the latest ZMW → JPY 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/ZMW/JPY"fetch('https://rate-api.com/api/v1/pair/ZMW/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZMW = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZMW/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZMW = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZMW/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZMW = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "ZMW",
"to": "JPY"
},
"rate": 8.0608,
"timestamp": 1790435146,
"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
JPY to ZMWJapanese Yen → Zambian Kwacha0.12406Convert ZMW to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.