Convert ZWG to CNY
Zimbabwe Gold → Chinese Yuan
1 ZWG = 0.252027 CNY(1 CNY = 3.967835 ZWG)
Currency converter
1 ZWG =
0.25203 CNY
ZWG to CNY: last 30 days
Over the last 30 days, 1 ZWG traded between 0.24987 and 0.25357 CNY, averaging 0.25172 CNY. The ZWG/CNY rate is down 0.38% since 2026-08-28.
- 30-day high
- 0.25357
- 2026-08-31
- 30-day low
- 0.24987
- 2026-09-08
- 30-day average
- 0.25172
- Days with data: 30
- 30-day change
- -0.38%
- since 2026-08-28
0.25357
0.249872026-08-28 → 2026-09-26
| Date | 1 ZWG in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.25203 | 0.00% |
| 2026-09-25 | 0.25203 | +0.06% |
| 2026-09-24 | 0.25186 | +0.24% |
| 2026-09-23 | 0.25125 | -0.12% |
| 2026-09-22 | 0.25154 | +0.12% |
| 2026-09-21 | 0.25124 | -0.01% |
| 2026-09-20 | 0.25125 | 0.00% |
| 2026-09-19 | 0.25125 | +0.05% |
| 2026-09-18 | 0.25114 | -0.08% |
| 2026-09-17 | 0.25133 | +0.40% |
| 2026-09-16 | 0.25033 | -0.06% |
| 2026-09-15 | 0.25047 | -0.48% |
| 2026-09-14 | 0.25168 | +0.03% |
| 2026-09-13 | 0.2516 | 0.00% |
| 2026-09-12 | 0.2516 | +0.06% |
| Date | 1 ZWG in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.25146 | +0.08% |
| 2026-09-10 | 0.25124 | +0.11% |
| 2026-09-09 | 0.25097 | +0.44% |
| 2026-09-08 | 0.24987 | -1.11% |
| 2026-09-07 | 0.25266 | +0.03% |
| 2026-09-06 | 0.25259 | 0.00% |
| 2026-09-05 | 0.25259 | +0.33% |
| 2026-09-04 | 0.25177 | +0.12% |
| 2026-09-03 | 0.25147 | +0.27% |
| 2026-09-02 | 0.2508 | -0.44% |
| 2026-09-01 | 0.25191 | -0.65% |
| 2026-08-31 | 0.25357 | +0.00% |
| 2026-08-30 | 0.25356 | 0.00% |
| 2026-08-29 | 0.25356 | +0.23% |
| 2026-08-28 | 0.25299 | — |
ZWG to CNY conversion table
1 ZWG0.25203 CNY
5 ZWG1.2601 CNY
10 ZWG2.5203 CNY
25 ZWG6.3007 CNY
50 ZWG12.6013 CNY
100 ZWG25.2027 CNY
500 ZWG126.0133 CNY
1,000 ZWG252.0266 CNY
5,000 ZWG1,260.1331 CNY
10,000 ZWG2,520.2661 CNY
Get the ZWG/CNY rate in your app
One GET request returns the latest ZWG → CNY 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/ZWG/CNY"fetch('https://rate-api.com/api/v1/pair/ZWG/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZWG = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZWG/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZWG = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZWG/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZWG = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "ZWG",
"to": "CNY"
},
"rate": 0.252,
"timestamp": 1790435302,
"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
CNY to ZWGChinese Yuan → Zimbabwe Gold3.9678Convert ZWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.