Convert UAH to CNY
Ukrainian Hryvnia → Chinese Yuan
1 UAH = 0.149711 CNY(1 CNY = 6.679553 UAH)
Currency converter
1 UAH =
0.14971 CNY
UAH to CNY: last 30 days
Over the last 30 days, 1 UAH traded between 0.14926 and 0.1511 CNY, averaging 0.1503 CNY. The UAH/CNY rate is down 0.74% since 2026-08-28.
- 30-day high
- 0.1511
- 2026-09-01
- 30-day low
- 0.14926
- 2026-09-24
- 30-day average
- 0.1503
- Days with data: 30
- 30-day change
- -0.74%
- since 2026-08-28
0.1511
0.149262026-08-28 → 2026-09-26
| Date | 1 UAH in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.14971 | 0.00% |
| 2026-09-25 | 0.14971 | +0.30% |
| 2026-09-24 | 0.14926 | -0.18% |
| 2026-09-23 | 0.14953 | -0.09% |
| 2026-09-22 | 0.14966 | -0.03% |
| 2026-09-21 | 0.14972 | -0.15% |
| 2026-09-20 | 0.14993 | -0.00% |
| 2026-09-19 | 0.14994 | +0.03% |
| 2026-09-18 | 0.1499 | -0.18% |
| 2026-09-17 | 0.15018 | -0.06% |
| 2026-09-16 | 0.15027 | +0.07% |
| 2026-09-15 | 0.15016 | -0.34% |
| 2026-09-14 | 0.15067 | +0.16% |
| 2026-09-13 | 0.15042 | -0.17% |
| 2026-09-12 | 0.15067 | -0.02% |
| Date | 1 UAH in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.15071 | +0.40% |
| 2026-09-10 | 0.1501 | -0.13% |
| 2026-09-09 | 0.1503 | -0.52% |
| 2026-09-08 | 0.15109 | +0.52% |
| 2026-09-07 | 0.15031 | -0.08% |
| 2026-09-06 | 0.15042 | -0.18% |
| 2026-09-05 | 0.15069 | +0.33% |
| 2026-09-04 | 0.15021 | -0.27% |
| 2026-09-03 | 0.15061 | -0.21% |
| 2026-09-02 | 0.15093 | -0.11% |
| 2026-09-01 | 0.1511 | +0.47% |
| 2026-08-31 | 0.15039 | -0.27% |
| 2026-08-30 | 0.15079 | +0.08% |
| 2026-08-29 | 0.15067 | -0.10% |
| 2026-08-28 | 0.15082 | — |
UAH to CNY conversion table
1 UAH0.14971 CNY
5 UAH0.74855 CNY
10 UAH1.4971 CNY
25 UAH3.7428 CNY
50 UAH7.4855 CNY
100 UAH14.9711 CNY
500 UAH74.8553 CNY
1,000 UAH149.7106 CNY
5,000 UAH748.5531 CNY
10,000 UAH1,497.1061 CNY
Get the UAH/CNY rate in your app
One GET request returns the latest UAH → 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/UAH/CNY"fetch('https://rate-api.com/api/v1/pair/UAH/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UAH = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UAH/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UAH = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UAH/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UAH = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "UAH",
"to": "CNY"
},
"rate": 0.1497,
"timestamp": 1790435153,
"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 UAHChinese Yuan → Ukrainian Hryvnia6.6796Convert UAH to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.