Convert CNY to CZK
Chinese Yuan → Czech Koruna
1 CNY = 3.180233 CZK(1 CZK = 0.314442 CNY)
Currency converter
1 CNY =
3.1802 CZK
CNY to CZK: last 30 days
Over the last 30 days, 1 CNY traded between 3.0859 and 3.1977 CZK, averaging 3.1305 CZK. The CNY/CZK rate is up 3.06% since 2026-08-28.
- 30-day high
- 3.1977
- 2026-09-24
- 30-day low
- 3.0859
- 2026-08-28
- 30-day average
- 3.1305
- Days with data: 30
- 30-day change
- +3.06%
- since 2026-08-28
3.1977
3.08592026-08-28 → 2026-09-26
| Date | 1 CNY in CZK | Daily change |
|---|---|---|
| 2026-09-26 | 3.1802 | 0.00% |
| 2026-09-25 | 3.1802 | -0.55% |
| 2026-09-24 | 3.1977 | +0.38% |
| 2026-09-23 | 3.1857 | +0.51% |
| 2026-09-22 | 3.1697 | +0.13% |
| 2026-09-21 | 3.1655 | -0.17% |
| 2026-09-20 | 3.171 | 0.00% |
| 2026-09-19 | 3.171 | 0.00% |
| 2026-09-18 | 3.171 | +0.46% |
| 2026-09-17 | 3.1565 | +0.46% |
| 2026-09-16 | 3.142 | +0.17% |
| 2026-09-15 | 3.1367 | +0.05% |
| 2026-09-14 | 3.1352 | +0.47% |
| 2026-09-13 | 3.1204 | 0.00% |
| 2026-09-12 | 3.1204 | 0.00% |
| Date | 1 CNY in CZK | Daily change |
|---|---|---|
| 2026-09-11 | 3.1204 | +0.24% |
| 2026-09-10 | 3.113 | +0.35% |
| 2026-09-09 | 3.1022 | -0.04% |
| 2026-09-08 | 3.1033 | +0.03% |
| 2026-09-07 | 3.1024 | +0.03% |
| 2026-09-06 | 3.1014 | 0.00% |
| 2026-09-05 | 3.1014 | 0.00% |
| 2026-09-04 | 3.1014 | -0.07% |
| 2026-09-03 | 3.1035 | -0.16% |
| 2026-09-02 | 3.1085 | +0.25% |
| 2026-09-01 | 3.1009 | +0.17% |
| 2026-08-31 | 3.0957 | +0.32% |
| 2026-08-30 | 3.0859 | 0.00% |
| 2026-08-29 | 3.0859 | 0.00% |
| 2026-08-28 | 3.0859 | — |
CNY to CZK conversion table
1 CNY3.1802 CZK
5 CNY15.9012 CZK
10 CNY31.8023 CZK
25 CNY79.5058 CZK
50 CNY159.0116 CZK
100 CNY318.0233 CZK
500 CNY1,590.1164 CZK
1,000 CNY3,180.2328 CZK
5,000 CNY15,901.164 CZK
10,000 CNY31,802.328 CZK
Get the CNY/CZK rate in your app
One GET request returns the latest CNY → CZK 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/CZK"fetch('https://rate-api.com/api/v1/pair/CNY/CZK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} CZK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/CZK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} CZK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/CZK');
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']} CZK\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "CZK"
},
"rate": 3.1802,
"timestamp": 1790429434,
"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
CZK to CNYCzech Koruna → Chinese Yuan0.31444Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.