Convert CNY to ZWG
Chinese Yuan → Zimbabwe Gold
1 CNY = 3.967835 ZWG(1 ZWG = 0.252027 CNY)
Currency converter
1 CNY =
3.9678 ZWG
CNY to ZWG: last 30 days
Over the last 30 days, 1 CNY traded between 3.9437 and 4.0021 ZWG, averaging 3.9727 ZWG. The CNY/ZWG rate is up 0.38% since 2026-08-28.
- 30-day high
- 4.0021
- 2026-09-08
- 30-day low
- 3.9437
- 2026-08-31
- 30-day average
- 3.9727
- Days with data: 30
- 30-day change
- +0.38%
- since 2026-08-28
4.0021
3.94372026-08-28 → 2026-09-26
| Date | 1 CNY in ZWG | Daily change |
|---|---|---|
| 2026-09-26 | 3.9678 | 0.00% |
| 2026-09-25 | 3.9678 | -0.06% |
| 2026-09-24 | 3.9704 | -0.24% |
| 2026-09-23 | 3.9801 | +0.12% |
| 2026-09-22 | 3.9754 | -0.12% |
| 2026-09-21 | 3.9803 | +0.01% |
| 2026-09-20 | 3.98 | 0.00% |
| 2026-09-19 | 3.98 | -0.05% |
| 2026-09-18 | 3.9819 | +0.08% |
| 2026-09-17 | 3.9788 | -0.40% |
| 2026-09-16 | 3.9948 | +0.06% |
| 2026-09-15 | 3.9925 | +0.48% |
| 2026-09-14 | 3.9734 | -0.03% |
| 2026-09-13 | 3.9745 | 0.00% |
| 2026-09-12 | 3.9745 | -0.06% |
| Date | 1 CNY in ZWG | Daily change |
|---|---|---|
| 2026-09-11 | 3.9768 | -0.08% |
| 2026-09-10 | 3.9802 | -0.11% |
| 2026-09-09 | 3.9846 | -0.44% |
| 2026-09-08 | 4.0021 | +1.12% |
| 2026-09-07 | 3.9579 | -0.03% |
| 2026-09-06 | 3.9589 | 0.00% |
| 2026-09-05 | 3.9589 | -0.33% |
| 2026-09-04 | 3.9719 | -0.12% |
| 2026-09-03 | 3.9766 | -0.27% |
| 2026-09-02 | 3.9872 | +0.44% |
| 2026-09-01 | 3.9696 | +0.66% |
| 2026-08-31 | 3.9437 | -0.00% |
| 2026-08-30 | 3.9438 | 0.00% |
| 2026-08-29 | 3.9438 | -0.23% |
| 2026-08-28 | 3.9527 | — |
CNY to ZWG conversion table
1 CNY3.9678 ZWG
5 CNY19.8392 ZWG
10 CNY39.6783 ZWG
25 CNY99.1959 ZWG
50 CNY198.3918 ZWG
100 CNY396.7835 ZWG
500 CNY1,983.9175 ZWG
1,000 CNY3,967.8349 ZWG
5,000 CNY19,839.175 ZWG
10,000 CNY39,678.349 ZWG
Get the CNY/ZWG rate in your app
One GET request returns the latest CNY → 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/CNY/ZWG"fetch('https://rate-api.com/api/v1/pair/CNY/ZWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} ZWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/ZWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} ZWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/ZWG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} ZWG\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "ZWG"
},
"rate": 3.9678,
"timestamp": 1790429452,
"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 CNYZimbabwe Gold → Chinese Yuan0.25203Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.