Convert CNY to ZMW
Chinese Yuan → Zambian Kwacha
1 CNY = 2.912177 ZMW(1 ZMW = 0.343386 CNY)
Currency converter
1 CNY =
2.9122 ZMW
CNY to ZMW: last 30 days
Over the last 30 days, 1 CNY traded between 2.8286 and 2.9424 ZMW, averaging 2.886 ZMW. The CNY/ZMW rate is up 2.96% since 2026-08-28.
- 30-day high
- 2.9424
- 2026-09-21
- 30-day low
- 2.8286
- 2026-08-28
- 30-day average
- 2.886
- Days with data: 30
- 30-day change
- +2.96%
- since 2026-08-28
2.9424
2.82862026-08-28 → 2026-09-26
| Date | 1 CNY in ZMW | Daily change |
|---|---|---|
| 2026-09-26 | 2.9122 | 0.00% |
| 2026-09-25 | 2.9122 | -0.11% |
| 2026-09-24 | 2.9154 | +0.28% |
| 2026-09-23 | 2.9073 | -0.87% |
| 2026-09-22 | 2.9328 | -0.33% |
| 2026-09-21 | 2.9424 | +0.38% |
| 2026-09-20 | 2.9312 | -0.32% |
| 2026-09-19 | 2.9408 | +0.37% |
| 2026-09-18 | 2.9298 | +0.11% |
| 2026-09-17 | 2.9267 | +0.15% |
| 2026-09-16 | 2.9223 | +1.10% |
| 2026-09-15 | 2.8905 | +0.21% |
| 2026-09-14 | 2.8844 | +0.00% |
| 2026-09-13 | 2.8844 | -0.00% |
| 2026-09-12 | 2.8845 | +0.00% |
| Date | 1 CNY in ZMW | Daily change |
|---|---|---|
| 2026-09-11 | 2.8845 | +0.23% |
| 2026-09-10 | 2.878 | -0.08% |
| 2026-09-09 | 2.8803 | +0.41% |
| 2026-09-08 | 2.8686 | +0.01% |
| 2026-09-07 | 2.8684 | +0.00% |
| 2026-09-06 | 2.8683 | -0.00% |
| 2026-09-05 | 2.8684 | +0.25% |
| 2026-09-04 | 2.8611 | +0.39% |
| 2026-09-03 | 2.8501 | -0.02% |
| 2026-09-02 | 2.8506 | +0.01% |
| 2026-09-01 | 2.8503 | +0.54% |
| 2026-08-31 | 2.8348 | +0.08% |
| 2026-08-30 | 2.8326 | -0.16% |
| 2026-08-29 | 2.8373 | +0.31% |
| 2026-08-28 | 2.8286 | — |
CNY to ZMW conversion table
1 CNY2.9122 ZMW
5 CNY14.5609 ZMW
10 CNY29.1218 ZMW
25 CNY72.8044 ZMW
50 CNY145.6089 ZMW
100 CNY291.2177 ZMW
500 CNY1,456.0886 ZMW
1,000 CNY2,912.1773 ZMW
5,000 CNY14,560.886 ZMW
10,000 CNY29,121.773 ZMW
Get the CNY/ZMW rate in your app
One GET request returns the latest CNY → ZMW 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/ZMW"fetch('https://rate-api.com/api/v1/pair/CNY/ZMW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} ZMW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/ZMW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} ZMW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/ZMW');
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']} ZMW\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "ZMW"
},
"rate": 2.9122,
"timestamp": 1790429450,
"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
ZMW to CNYZambian Kwacha → Chinese Yuan0.34339Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.