Convert JPY to ZWG
Japanese Yen → Zimbabwe Gold
1 JPY = 0.169027 ZWG(1 ZWG = 5.91621 JPY)
Currency converter
1 JPY =
0.16903 ZWG
JPY to ZWG: last 30 days
Over the last 30 days, 1 JPY traded between 0.16591 and 0.17438 ZWG, averaging 0.17011 ZWG. The JPY/ZWG rate is up 1.60% since 2026-08-28.
- 30-day high
- 0.17438
- 2026-09-09
- 30-day low
- 0.16591
- 2026-08-31
- 30-day average
- 0.17011
- Days with data: 30
- 30-day change
- +1.60%
- since 2026-08-28
0.17438
0.165912026-08-28 → 2026-09-26
| Date | 1 JPY in ZWG | Daily change |
|---|---|---|
| 2026-09-26 | 0.16903 | 0.00% |
| 2026-09-25 | 0.16903 | +0.75% |
| 2026-09-24 | 0.16777 | -0.76% |
| 2026-09-23 | 0.16905 | -0.24% |
| 2026-09-22 | 0.16946 | +0.01% |
| 2026-09-21 | 0.16945 | +0.37% |
| 2026-09-20 | 0.16883 | 0.00% |
| 2026-09-19 | 0.16883 | -0.05% |
| 2026-09-18 | 0.16891 | -1.46% |
| 2026-09-17 | 0.17142 | -0.80% |
| 2026-09-16 | 0.1728 | -0.04% |
| 2026-09-15 | 0.17287 | +0.24% |
| 2026-09-14 | 0.17247 | -0.36% |
| 2026-09-13 | 0.17308 | 0.00% |
| 2026-09-12 | 0.17308 | -0.06% |
| Date | 1 JPY in ZWG | Daily change |
|---|---|---|
| 2026-09-11 | 0.17318 | +0.03% |
| 2026-09-10 | 0.17312 | -0.72% |
| 2026-09-09 | 0.17438 | +0.19% |
| 2026-09-08 | 0.17405 | +1.41% |
| 2026-09-07 | 0.17164 | +0.94% |
| 2026-09-06 | 0.17004 | 0.00% |
| 2026-09-05 | 0.17004 | -0.33% |
| 2026-09-04 | 0.17059 | -0.39% |
| 2026-09-03 | 0.17127 | +1.99% |
| 2026-09-02 | 0.16792 | +0.78% |
| 2026-09-01 | 0.16661 | +0.43% |
| 2026-08-31 | 0.16591 | -0.05% |
| 2026-08-30 | 0.16599 | 0.00% |
| 2026-08-29 | 0.16599 | -0.23% |
| 2026-08-28 | 0.16637 | — |
JPY to ZWG conversion table
1 JPY0.16903 ZWG
5 JPY0.84514 ZWG
10 JPY1.6903 ZWG
25 JPY4.2257 ZWG
50 JPY8.4514 ZWG
100 JPY16.9027 ZWG
500 JPY84.5136 ZWG
1,000 JPY169.0271 ZWG
5,000 JPY845.1356 ZWG
10,000 JPY1,690.2712 ZWG
Get the JPY/ZWG rate in your app
One GET request returns the latest JPY → ZWG 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/ZWG"fetch('https://rate-api.com/api/v1/pair/JPY/ZWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} ZWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/ZWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} ZWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/ZWG');
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']} ZWG\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "ZWG"
},
"rate": 0.169,
"timestamp": 1790429441,
"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
ZWG to JPYZimbabwe Gold → Japanese Yen5.9162Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.