Convert CNY to UAH
Chinese Yuan → Ukrainian Hryvnia
1 CNY = 6.679553 UAH(1 UAH = 0.149711 CNY)
Currency converter
1 CNY =
6.6796 UAH
CNY to UAH: last 30 days
Over the last 30 days, 1 CNY traded between 6.6182 and 6.6998 UAH, averaging 6.6536 UAH. The CNY/UAH rate is up 0.74% since 2026-08-28.
- 30-day high
- 6.6998
- 2026-09-24
- 30-day low
- 6.6182
- 2026-09-01
- 30-day average
- 6.6536
- Days with data: 30
- 30-day change
- +0.74%
- since 2026-08-28
6.6998
6.61822026-08-28 → 2026-09-26
| Date | 1 CNY in UAH | Daily change |
|---|---|---|
| 2026-09-26 | 6.6796 | 0.00% |
| 2026-09-25 | 6.6796 | -0.30% |
| 2026-09-24 | 6.6998 | +0.18% |
| 2026-09-23 | 6.6877 | +0.09% |
| 2026-09-22 | 6.6816 | +0.03% |
| 2026-09-21 | 6.6793 | +0.15% |
| 2026-09-20 | 6.6696 | +0.00% |
| 2026-09-19 | 6.6693 | -0.03% |
| 2026-09-18 | 6.6711 | +0.18% |
| 2026-09-17 | 6.6589 | +0.06% |
| 2026-09-16 | 6.6547 | -0.07% |
| 2026-09-15 | 6.6596 | +0.34% |
| 2026-09-14 | 6.6372 | -0.16% |
| 2026-09-13 | 6.648 | +0.17% |
| 2026-09-12 | 6.6369 | +0.02% |
| Date | 1 CNY in UAH | Daily change |
|---|---|---|
| 2026-09-11 | 6.6353 | -0.40% |
| 2026-09-10 | 6.662 | +0.13% |
| 2026-09-09 | 6.6533 | +0.52% |
| 2026-09-08 | 6.6188 | -0.51% |
| 2026-09-07 | 6.653 | +0.08% |
| 2026-09-06 | 6.648 | +0.18% |
| 2026-09-05 | 6.6359 | -0.32% |
| 2026-09-04 | 6.6576 | +0.27% |
| 2026-09-03 | 6.6394 | +0.21% |
| 2026-09-02 | 6.6256 | +0.11% |
| 2026-09-01 | 6.6182 | -0.47% |
| 2026-08-31 | 6.6494 | +0.27% |
| 2026-08-30 | 6.6316 | -0.08% |
| 2026-08-29 | 6.637 | +0.10% |
| 2026-08-28 | 6.6303 | — |
CNY to UAH conversion table
1 CNY6.6796 UAH
5 CNY33.3978 UAH
10 CNY66.7955 UAH
25 CNY166.9888 UAH
50 CNY333.9777 UAH
100 CNY667.9553 UAH
500 CNY3,339.7766 UAH
1,000 CNY6,679.5533 UAH
5,000 CNY33,397.766 UAH
10,000 CNY66,795.533 UAH
Get the CNY/UAH rate in your app
One GET request returns the latest CNY → UAH 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/UAH"fetch('https://rate-api.com/api/v1/pair/CNY/UAH', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} UAH`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/UAH",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} UAH")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/UAH');
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']} UAH\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "UAH"
},
"rate": 6.6796,
"timestamp": 1790437750,
"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
UAH to CNYUkrainian Hryvnia → Chinese Yuan0.14971Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.