Convert HUF to CNY
Hungarian Forint → Chinese Yuan
1 HUF = 0.0209568 CNY(1 CNY = 47.717208 HUF)
Currency converter
1 HUF =
0.020957 CNY
HUF to CNY: last 30 days
Over the last 30 days, 1 HUF traded between 0.020839 and 0.021475 CNY, averaging 0.021259 CNY. The HUF/CNY rate is down 2.31% since 2026-08-28.
- 30-day high
- 0.021475
- 2026-09-09
- 30-day low
- 0.020839
- 2026-09-24
- 30-day average
- 0.021259
- Days with data: 30
- 30-day change
- -2.31%
- since 2026-08-28
0.021475
0.0208392026-08-28 → 2026-09-26
| Date | 1 HUF in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.020957 | 0.00% |
| 2026-09-25 | 0.020957 | +0.57% |
| 2026-09-24 | 0.020839 | -0.81% |
| 2026-09-23 | 0.02101 | -1.09% |
| 2026-09-22 | 0.021241 | +0.06% |
| 2026-09-21 | 0.021228 | +0.75% |
| 2026-09-20 | 0.02107 | 0.00% |
| 2026-09-19 | 0.02107 | 0.00% |
| 2026-09-18 | 0.02107 | -0.68% |
| 2026-09-17 | 0.021216 | -0.08% |
| 2026-09-16 | 0.021232 | +0.35% |
| 2026-09-15 | 0.021158 | -0.25% |
| 2026-09-14 | 0.02121 | -0.59% |
| 2026-09-13 | 0.021337 | 0.00% |
| 2026-09-12 | 0.021337 | 0.00% |
| Date | 1 HUF in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.021337 | -0.10% |
| 2026-09-10 | 0.021357 | -0.55% |
| 2026-09-09 | 0.021475 | +0.29% |
| 2026-09-08 | 0.021414 | -0.28% |
| 2026-09-07 | 0.021475 | +0.02% |
| 2026-09-06 | 0.021469 | 0.00% |
| 2026-09-05 | 0.021469 | 0.00% |
| 2026-09-04 | 0.021469 | +1.08% |
| 2026-09-03 | 0.02124 | +0.50% |
| 2026-09-02 | 0.021135 | -0.52% |
| 2026-09-01 | 0.021246 | -0.66% |
| 2026-08-31 | 0.021387 | -0.30% |
| 2026-08-30 | 0.021451 | 0.00% |
| 2026-08-29 | 0.021451 | 0.00% |
| 2026-08-28 | 0.021451 | — |
HUF to CNY conversion table
1 HUF0.020957 CNY
5 HUF0.10478 CNY
10 HUF0.20957 CNY
25 HUF0.52392 CNY
50 HUF1.0478 CNY
100 HUF2.0957 CNY
500 HUF10.4784 CNY
1,000 HUF20.9568 CNY
5,000 HUF104.784 CNY
10,000 HUF209.568 CNY
Get the HUF/CNY rate in your app
One GET request returns the latest HUF → 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/HUF/CNY"fetch('https://rate-api.com/api/v1/pair/HUF/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HUF = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HUF/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HUF = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HUF/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 HUF = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "HUF",
"to": "CNY"
},
"rate": 0.021,
"timestamp": 1790435138,
"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 HUFChinese Yuan → Hungarian Forint47.7172Convert HUF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.