Convert CHF to HUF
Swiss Franc → Hungarian Forint
1 CHF = 386.74431 HUF(1 HUF = 0.00258569 CHF)
Currency converter
1 CHF =
386.7443 HUF
CHF to HUF: last 30 days
Over the last 30 days, 1 CHF traded between 383.4613 and 391.2968 HUF, averaging 386.91 HUF. The CHF/HUF rate is down 0.72% since 2026-08-29.
- 30-day high
- 391.2968
- 2026-09-03
- 30-day low
- 383.4613
- 2026-09-17
- 30-day average
- 386.91
- Days with data: 30
- 30-day change
- -0.72%
- since 2026-08-29
391.2968
383.46132026-08-29 → 2026-09-27
| Date | 1 CHF in HUF | Daily change |
|---|---|---|
| 2026-09-27 | 386.7443 | 0.00% |
| 2026-09-26 | 386.7443 | 0.00% |
| 2026-09-25 | 386.7443 | -0.62% |
| 2026-09-24 | 389.1487 | +0.31% |
| 2026-09-23 | 387.9553 | +0.78% |
| 2026-09-22 | 384.943 | +0.25% |
| 2026-09-21 | 383.9739 | -0.26% |
| 2026-09-20 | 384.9936 | 0.00% |
| 2026-09-19 | 384.9936 | 0.00% |
| 2026-09-18 | 384.9936 | +0.40% |
| 2026-09-17 | 383.4613 | -0.58% |
| 2026-09-16 | 385.7049 | -0.52% |
| 2026-09-15 | 387.702 | +0.08% |
| 2026-09-14 | 387.3749 | +0.45% |
| 2026-09-13 | 385.6249 | 0.00% |
| Date | 1 CHF in HUF | Daily change |
|---|---|---|
| 2026-09-12 | 385.6249 | 0.00% |
| 2026-09-11 | 385.6249 | -0.28% |
| 2026-09-10 | 386.7214 | -0.08% |
| 2026-09-09 | 387.0172 | +0.22% |
| 2026-09-08 | 386.1519 | -0.01% |
| 2026-09-07 | 386.1772 | -0.02% |
| 2026-09-06 | 386.2637 | 0.00% |
| 2026-09-05 | 386.2637 | 0.00% |
| 2026-09-04 | 386.2637 | -1.29% |
| 2026-09-03 | 391.2968 | +0.15% |
| 2026-09-02 | 390.7072 | +0.09% |
| 2026-09-01 | 390.3619 | +0.45% |
| 2026-08-31 | 388.5969 | -0.25% |
| 2026-08-30 | 389.5631 | 0.00% |
| 2026-08-29 | 389.5631 | — |
CHF to HUF conversion table
1 CHF386.7443 HUF
5 CHF1,933.7215 HUF
10 CHF3,867.4431 HUF
25 CHF9,668.6077 HUF
50 CHF19,337.215 HUF
100 CHF38,674.431 HUF
500 CHF193,372.15 HUF
1,000 CHF386,744.31 HUF
5,000 CHF1,933,721.5 HUF
10,000 CHF3,867,443.1 HUF
Get the CHF/HUF rate in your app
One GET request returns the latest CHF → 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/CHF/HUF"fetch('https://rate-api.com/api/v1/pair/CHF/HUF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} HUF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/HUF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} HUF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/HUF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} HUF\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "HUF"
},
"rate": 386.7443,
"timestamp": 1790470789,
"date": "2026-09-27"
}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 CHFHungarian Forint → Swiss Franc0.0025857Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.