Convert JPY to ZWL
Japanese Yen → Zimbabwean Dollar
1 JPY = 422.39693 ZWL(1 ZWL = 0.00236744 JPY)
Currency converter
1 JPY =
422.3969 ZWL
JPY to ZWL: last 30 days
Over the last 30 days, 1 JPY traded between 2.0394 and 435.7393 ZWL, averaging 411.2738 ZWL. The JPY/ZWL rate is up 1.84% since 2026-08-29.
- 30-day high
- 435.7393
- 2026-09-09
- 30-day low
- 2.0394
- 2026-09-18
- 30-day average
- 411.2738
- Days with data: 30
- 30-day change
- +1.84%
- since 2026-08-29
435.7393
2.03942026-08-29 → 2026-09-27
| Date | 1 JPY in ZWL | Daily change |
|---|---|---|
| 2026-09-27 | 422.3969 | 0.00% |
| 2026-09-26 | 422.3969 | +0.01% |
| 2026-09-25 | 422.3522 | +0.75% |
| 2026-09-24 | 419.2218 | -0.76% |
| 2026-09-23 | 422.4119 | -0.24% |
| 2026-09-22 | 423.4353 | +0.01% |
| 2026-09-21 | 423.4129 | +0.37% |
| 2026-09-20 | 421.8609 | 0.00% |
| 2026-09-19 | 421.8609 | +20585.63% |
| 2026-09-18 | 2.0394 | -99.52% |
| 2026-09-17 | 428.3214 | -0.80% |
| 2026-09-16 | 431.7904 | -0.04% |
| 2026-09-15 | 431.9628 | +0.24% |
| 2026-09-14 | 430.9499 | -0.36% |
| 2026-09-13 | 432.4884 | 0.00% |
| Date | 1 JPY in ZWL | Daily change |
|---|---|---|
| 2026-09-12 | 432.4884 | -0.06% |
| 2026-09-11 | 432.7383 | +0.03% |
| 2026-09-10 | 432.59 | -0.72% |
| 2026-09-09 | 435.7393 | +0.19% |
| 2026-09-08 | 434.9103 | +1.41% |
| 2026-09-07 | 428.8834 | +0.94% |
| 2026-09-06 | 424.8712 | 0.00% |
| 2026-09-05 | 424.8712 | -0.33% |
| 2026-09-04 | 426.2612 | -0.39% |
| 2026-09-03 | 427.9481 | +1.99% |
| 2026-09-02 | 419.5874 | +0.78% |
| 2026-09-01 | 416.3243 | +0.43% |
| 2026-08-31 | 414.554 | -0.05% |
| 2026-08-30 | 414.7729 | 0.00% |
| 2026-08-29 | 414.7729 | — |
JPY to ZWL conversion table
1 JPY422.3969 ZWL
5 JPY2,111.9847 ZWL
10 JPY4,223.9693 ZWL
25 JPY10,559.923 ZWL
50 JPY21,119.847 ZWL
100 JPY42,239.693 ZWL
500 JPY211,198.47 ZWL
1,000 JPY422,396.93 ZWL
5,000 JPY2,111,984.7 ZWL
10,000 JPY4,223,969.3 ZWL
Get the JPY/ZWL rate in your app
One GET request returns the latest JPY → ZWL 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/ZWL"fetch('https://rate-api.com/api/v1/pair/JPY/ZWL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} ZWL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/ZWL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} ZWL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/ZWL');
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']} ZWL\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "ZWL"
},
"rate": 422.3969,
"timestamp": 1790470786,
"date": "2026-09-27"
}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
ZWL to JPYZimbabwean Dollar → Japanese Yen0.0023674Convert JPY to other currencies
Convert other currencies to ZWL
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.