Convert ZWL to JPY
Zimbabwean Dollar → Japanese Yen
1 ZWL = 0.00236769 JPY(1 JPY = 422.35215 ZWL)
Currency converter
1 ZWL =
0.0023677 JPY
ZWL to JPY: last 30 days
Over the last 30 days, 1 ZWL traded between 0.002295 and 0.49034 JPY, averaging 0.018619 JPY. The ZWL/JPY rate is down 1.57% since 2026-08-28.
- 30-day high
- 0.49034
- 2026-09-18
- 30-day low
- 0.002295
- 2026-09-09
- 30-day average
- 0.018619
- Days with data: 30
- 30-day change
- -1.57%
- since 2026-08-28
0.49034
0.0022952026-08-28 → 2026-09-26
| Date | 1 ZWL in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.0023677 | 0.00% |
| 2026-09-25 | 0.0023677 | -0.74% |
| 2026-09-24 | 0.0023854 | +0.76% |
| 2026-09-23 | 0.0023674 | +0.24% |
| 2026-09-22 | 0.0023616 | -0.01% |
| 2026-09-21 | 0.0023618 | -0.37% |
| 2026-09-20 | 0.0023704 | 0.00% |
| 2026-09-19 | 0.0023704 | -99.52% |
| 2026-09-18 | 0.49034 | +20902.41% |
| 2026-09-17 | 0.0023347 | +0.81% |
| 2026-09-16 | 0.0023159 | +0.04% |
| 2026-09-15 | 0.002315 | -0.23% |
| 2026-09-14 | 0.0023205 | +0.36% |
| 2026-09-13 | 0.0023122 | 0.00% |
| 2026-09-12 | 0.0023122 | +0.06% |
| Date | 1 ZWL in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.0023109 | -0.03% |
| 2026-09-10 | 0.0023117 | +0.73% |
| 2026-09-09 | 0.002295 | -0.19% |
| 2026-09-08 | 0.0022993 | -1.39% |
| 2026-09-07 | 0.0023316 | -0.94% |
| 2026-09-06 | 0.0023537 | 0.00% |
| 2026-09-05 | 0.0023537 | +0.33% |
| 2026-09-04 | 0.002346 | +0.40% |
| 2026-09-03 | 0.0023367 | -1.95% |
| 2026-09-02 | 0.0023833 | -0.78% |
| 2026-09-01 | 0.002402 | -0.43% |
| 2026-08-31 | 0.0024122 | +0.05% |
| 2026-08-30 | 0.002411 | 0.00% |
| 2026-08-29 | 0.002411 | +0.23% |
| 2026-08-28 | 0.0024055 | — |
ZWL to JPY conversion table
1 ZWL0.0023677 JPY
5 ZWL0.011838 JPY
10 ZWL0.023677 JPY
25 ZWL0.059192 JPY
50 ZWL0.11838 JPY
100 ZWL0.23677 JPY
500 ZWL1.1838 JPY
1,000 ZWL2.3677 JPY
5,000 ZWL11.8385 JPY
10,000 ZWL23.6769 JPY
Get the ZWL/JPY rate in your app
One GET request returns the latest ZWL → 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/ZWL/JPY?precision=6"fetch('https://rate-api.com/api/v1/pair/ZWL/JPY?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZWL = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZWL/JPY?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZWL = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZWL/JPY?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZWL = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "ZWL",
"to": "JPY"
},
"rate": 0.002368,
"timestamp": 1790432091,
"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 ZWLJapanese Yen → Zimbabwean Dollar422.3522Convert ZWL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.