Convert CNY to ZWL
Chinese Yuan → Zimbabwean Dollar
1 CNY = 9,914.5252 ZWL(1 ZWL = 0.000100862 CNY)
Currency converter
1 CNY =
9,914.5252 ZWL
CNY to ZWL: last 30 days
Over the last 30 days, 1 CNY traded between 48.0768 and 10,000.247 ZWL, averaging 9,596.6385 ZWL. The CNY/ZWL rate is up 0.38% since 2026-08-28.
- 30-day high
- 10,000.247
- 2026-09-08
- 30-day low
- 48.0768
- 2026-09-18
- 30-day average
- 9,596.6385
- Days with data: 30
- 30-day change
- +0.38%
- since 2026-08-28
10,000.247
48.07682026-08-28 → 2026-09-26
| Date | 1 CNY in ZWL | Daily change |
|---|---|---|
| 2026-09-26 | 9,914.5252 | 0.00% |
| 2026-09-25 | 9,914.5252 | -0.06% |
| 2026-09-24 | 9,920.9557 | -0.24% |
| 2026-09-23 | 9,945.2067 | +0.12% |
| 2026-09-22 | 9,933.5177 | -0.12% |
| 2026-09-21 | 9,945.6551 | +0.01% |
| 2026-09-20 | 9,944.997 | 0.00% |
| 2026-09-19 | 9,944.997 | +20585.63% |
| 2026-09-18 | 48.0768 | -99.52% |
| 2026-09-17 | 9,941.9085 | -0.40% |
| 2026-09-16 | 9,981.8249 | +0.06% |
| 2026-09-15 | 9,976.0462 | +0.48% |
| 2026-09-14 | 9,928.3453 | -0.03% |
| 2026-09-13 | 9,931.2059 | 0.00% |
| 2026-09-12 | 9,931.2059 | -0.06% |
| Date | 1 CNY in ZWL | Daily change |
|---|---|---|
| 2026-09-11 | 9,936.9442 | -0.08% |
| 2026-09-10 | 9,945.3845 | -0.11% |
| 2026-09-09 | 9,956.4328 | -0.44% |
| 2026-09-08 | 10,000.247 | +1.12% |
| 2026-09-07 | 9,889.6885 | -0.03% |
| 2026-09-06 | 9,892.2824 | 0.00% |
| 2026-09-05 | 9,892.2824 | -0.33% |
| 2026-09-04 | 9,924.6472 | -0.12% |
| 2026-09-03 | 9,936.4765 | -0.27% |
| 2026-09-02 | 9,962.9765 | +0.44% |
| 2026-09-01 | 9,919.0007 | +0.66% |
| 2026-08-31 | 9,854.118 | -0.00% |
| 2026-08-30 | 9,854.4744 | 0.00% |
| 2026-08-29 | 9,854.4744 | -0.23% |
| 2026-08-28 | 9,876.7318 | — |
CNY to ZWL conversion table
1 CNY9,914.5252 ZWL
5 CNY49,572.626 ZWL
10 CNY99,145.252 ZWL
25 CNY247,863.13 ZWL
50 CNY495,726.26 ZWL
100 CNY991,452.52 ZWL
500 CNY4,957,262.6 ZWL
1,000 CNY9,914,525.2 ZWL
5,000 CNY49,572,626 ZWL
10,000 CNY99,145,252 ZWL
Get the CNY/ZWL rate in your app
One GET request returns the latest CNY → 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/CNY/ZWL"fetch('https://rate-api.com/api/v1/pair/CNY/ZWL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} ZWL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/ZWL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} ZWL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/ZWL');
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']} ZWL\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "ZWL"
},
"rate": 9914.5252,
"timestamp": 1790447456,
"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
ZWL to CNYZimbabwean Dollar → Chinese Yuan0.00010086Convert CNY to other currencies
Convert other currencies to ZWL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.