Convert CNY to KZT
Chinese Yuan → Kazakhstani Tenge
1 CNY = 65.822231 KZT(1 KZT = 0.0151924 CNY)
Currency converter
1 CNY =
65.8222 KZT
CNY to KZT: last 30 days
Over the last 30 days, 1 CNY traded between 65.8222 and 69.1098 KZT, averaging 67.431 KZT. The CNY/KZT rate is down 4.53% since 2026-08-28.
- 30-day high
- 69.1098
- 2026-08-31
- 30-day low
- 65.8222
- 2026-09-25
- 30-day average
- 67.431
- Days with data: 30
- 30-day change
- -4.53%
- since 2026-08-28
69.1098
65.82222026-08-28 → 2026-09-26
| Date | 1 CNY in KZT | Daily change |
|---|---|---|
| 2026-09-26 | 65.8222 | 0.00% |
| 2026-09-25 | 65.8222 | -0.01% |
| 2026-09-24 | 65.83 | -0.92% |
| 2026-09-23 | 66.4417 | -0.72% |
| 2026-09-22 | 66.9237 | +0.29% |
| 2026-09-21 | 66.733 | -0.05% |
| 2026-09-20 | 66.7689 | -0.02% |
| 2026-09-19 | 66.7831 | +0.43% |
| 2026-09-18 | 66.5002 | -0.14% |
| 2026-09-17 | 66.5946 | -0.63% |
| 2026-09-16 | 67.0192 | -0.05% |
| 2026-09-15 | 67.0552 | -0.53% |
| 2026-09-14 | 67.4103 | +0.32% |
| 2026-09-13 | 67.1927 | -0.01% |
| 2026-09-12 | 67.2015 | +0.08% |
| Date | 1 CNY in KZT | Daily change |
|---|---|---|
| 2026-09-11 | 67.1508 | -1.15% |
| 2026-09-10 | 67.9345 | +0.37% |
| 2026-09-09 | 67.6838 | +0.04% |
| 2026-09-08 | 67.6541 | -0.40% |
| 2026-09-07 | 67.9286 | +0.04% |
| 2026-09-06 | 67.9038 | -0.03% |
| 2026-09-05 | 67.924 | +0.05% |
| 2026-09-04 | 67.8882 | +0.24% |
| 2026-09-03 | 67.7271 | -0.70% |
| 2026-09-02 | 68.2076 | -0.67% |
| 2026-09-01 | 68.6686 | -0.64% |
| 2026-08-31 | 69.1098 | +0.02% |
| 2026-08-30 | 69.0987 | +0.14% |
| 2026-08-29 | 69.0036 | +0.08% |
| 2026-08-28 | 68.9473 | — |
CNY to KZT conversion table
1 CNY65.8222 KZT
5 CNY329.1112 KZT
10 CNY658.2223 KZT
25 CNY1,645.5558 KZT
50 CNY3,291.1116 KZT
100 CNY6,582.2231 KZT
500 CNY32,911.116 KZT
1,000 CNY65,822.231 KZT
5,000 CNY329,111.16 KZT
10,000 CNY658,222.31 KZT
Get the CNY/KZT rate in your app
One GET request returns the latest CNY → KZT 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/KZT"fetch('https://rate-api.com/api/v1/pair/CNY/KZT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} KZT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/KZT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} KZT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/KZT');
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']} KZT\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "KZT"
},
"rate": 65.8222,
"timestamp": 1790438064,
"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
KZT to CNYKazakhstani Tenge → Chinese Yuan0.015192Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.