Convert CNY to HUF
Chinese Yuan → Hungarian Forint
1 CNY = 47.717208 HUF(1 HUF = 0.0209568 CNY)
Currency converter
1 CNY =
47.7172 HUF
CNY to HUF: last 30 days
Over the last 30 days, 1 CNY traded between 46.5652 and 47.9869 HUF, averaging 47.0431 HUF. The CNY/HUF rate is up 2.36% since 2026-08-28.
- 30-day high
- 47.9869
- 2026-09-24
- 30-day low
- 46.5652
- 2026-09-09
- 30-day average
- 47.0431
- Days with data: 30
- 30-day change
- +2.36%
- since 2026-08-28
47.9869
46.56522026-08-28 → 2026-09-26
| Date | 1 CNY in HUF | Daily change |
|---|---|---|
| 2026-09-26 | 47.7172 | 0.00% |
| 2026-09-25 | 47.7172 | -0.56% |
| 2026-09-24 | 47.9869 | +0.82% |
| 2026-09-23 | 47.596 | +1.10% |
| 2026-09-22 | 47.0784 | -0.06% |
| 2026-09-21 | 47.107 | -0.74% |
| 2026-09-20 | 47.4603 | 0.00% |
| 2026-09-19 | 47.4603 | 0.00% |
| 2026-09-18 | 47.4603 | +0.69% |
| 2026-09-17 | 47.1353 | +0.08% |
| 2026-09-16 | 47.0993 | -0.35% |
| 2026-09-15 | 47.2637 | +0.25% |
| 2026-09-14 | 47.1469 | +0.59% |
| 2026-09-13 | 46.868 | 0.00% |
| 2026-09-12 | 46.868 | 0.00% |
| Date | 1 CNY in HUF | Daily change |
|---|---|---|
| 2026-09-11 | 46.868 | +0.10% |
| 2026-09-10 | 46.8231 | +0.55% |
| 2026-09-09 | 46.5652 | -0.29% |
| 2026-09-08 | 46.6985 | +0.28% |
| 2026-09-07 | 46.5668 | -0.02% |
| 2026-09-06 | 46.578 | 0.00% |
| 2026-09-05 | 46.578 | 0.00% |
| 2026-09-04 | 46.578 | -1.07% |
| 2026-09-03 | 47.0807 | -0.49% |
| 2026-09-02 | 47.3138 | +0.52% |
| 2026-09-01 | 47.0672 | +0.66% |
| 2026-08-31 | 46.758 | +0.30% |
| 2026-08-30 | 46.6173 | 0.00% |
| 2026-08-29 | 46.6173 | 0.00% |
| 2026-08-28 | 46.6173 | — |
CNY to HUF conversion table
1 CNY47.7172 HUF
5 CNY238.586 HUF
10 CNY477.1721 HUF
25 CNY1,192.9302 HUF
50 CNY2,385.8604 HUF
100 CNY4,771.7208 HUF
500 CNY23,858.604 HUF
1,000 CNY47,717.208 HUF
5,000 CNY238,586.04 HUF
10,000 CNY477,172.08 HUF
Get the CNY/HUF rate in your app
One GET request returns the latest CNY → HUF 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/HUF"fetch('https://rate-api.com/api/v1/pair/CNY/HUF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} HUF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/HUF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} HUF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/HUF');
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']} HUF\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "HUF"
},
"rate": 47.7172,
"timestamp": 1790437676,
"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
HUF to CNYHungarian Forint → Chinese Yuan0.020957Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.