Convert KZT to CNY
Kazakhstani Tenge → Chinese Yuan
1 KZT = 0.0151924 CNY(1 CNY = 65.822231 KZT)
Currency converter
1 KZT =
0.015192 CNY
KZT to CNY: last 30 days
Over the last 30 days, 1 KZT traded between 0.01447 and 0.015192 CNY, averaging 0.014833 CNY. The KZT/CNY rate is up 4.75% since 2026-08-28.
- 30-day high
- 0.015192
- 2026-09-25
- 30-day low
- 0.01447
- 2026-08-31
- 30-day average
- 0.014833
- Days with data: 30
- 30-day change
- +4.75%
- since 2026-08-28
0.015192
0.014472026-08-28 → 2026-09-26
| Date | 1 KZT in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.015192 | 0.00% |
| 2026-09-25 | 0.015192 | +0.01% |
| 2026-09-24 | 0.015191 | +0.93% |
| 2026-09-23 | 0.015051 | +0.73% |
| 2026-09-22 | 0.014942 | -0.28% |
| 2026-09-21 | 0.014985 | +0.05% |
| 2026-09-20 | 0.014977 | +0.02% |
| 2026-09-19 | 0.014974 | -0.42% |
| 2026-09-18 | 0.015038 | +0.14% |
| 2026-09-17 | 0.015016 | +0.64% |
| 2026-09-16 | 0.014921 | +0.05% |
| 2026-09-15 | 0.014913 | +0.53% |
| 2026-09-14 | 0.014835 | -0.32% |
| 2026-09-13 | 0.014883 | +0.01% |
| 2026-09-12 | 0.014881 | -0.08% |
| Date | 1 KZT in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.014892 | +1.17% |
| 2026-09-10 | 0.01472 | -0.37% |
| 2026-09-09 | 0.014775 | -0.04% |
| 2026-09-08 | 0.014781 | +0.41% |
| 2026-09-07 | 0.014721 | -0.04% |
| 2026-09-06 | 0.014727 | +0.03% |
| 2026-09-05 | 0.014722 | -0.05% |
| 2026-09-04 | 0.01473 | -0.24% |
| 2026-09-03 | 0.014765 | +0.71% |
| 2026-09-02 | 0.014661 | +0.68% |
| 2026-09-01 | 0.014563 | +0.64% |
| 2026-08-31 | 0.01447 | -0.02% |
| 2026-08-30 | 0.014472 | -0.14% |
| 2026-08-29 | 0.014492 | -0.08% |
| 2026-08-28 | 0.014504 | — |
KZT to CNY conversion table
1 KZT0.015192 CNY
5 KZT0.075962 CNY
10 KZT0.15192 CNY
25 KZT0.37981 CNY
50 KZT0.75962 CNY
100 KZT1.5192 CNY
500 KZT7.5962 CNY
1,000 KZT15.1924 CNY
5,000 KZT75.9622 CNY
10,000 KZT151.9244 CNY
Get the KZT/CNY rate in your app
One GET request returns the latest KZT → 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/KZT/CNY"fetch('https://rate-api.com/api/v1/pair/KZT/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KZT = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KZT/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KZT = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KZT/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KZT = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "KZT",
"to": "CNY"
},
"rate": 0.0152,
"timestamp": 1790435285,
"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 KZTChinese Yuan → Kazakhstani Tenge65.8222Convert KZT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.