Skip to content

CHF to HUF exchange rate API

Swiss Franc to Forint · quoted 2026-09-24

388.3876

▲ +17.67% over 5Y

1 CHF = 388.3876 HUF · 1 HUF = 0.002575 CHF · Get this rate via the API

1 CHF buys 388.3876 HUF as of 2026-09-24, so 1 HUF buys 0.002575 CHF. Over the last 5 years, CHF/HUF traded between 330.0741 and 444.5885, averaged 402.6783 and rose 17.67%. The API holds daily CHF/HUF rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

CHF/HUF over 5Y

CHF/HUF over 5Y: show the values
PointCHF/HUF
2021-09-27330.0741
2021-11-08339.6847
2021-12-20352.3159
2022-01-31343.3200
2022-03-14364.7969
2022-04-27371.2387
2022-06-08373.1165
2022-07-20403.6985
2022-08-31411.1882
2022-10-12444.5885
2022-11-23414.2421
2023-01-05403.3748
2023-02-16387.5723
2023-03-30382.0436
2023-05-16379.3671
2023-06-27376.4434
2023-08-08404.6880
2023-09-19399.4271
2023-10-31397.7621
2023-12-12404.3207
2024-01-26411.8246
2024-03-08410.9826
2024-04-23404.8029
2024-06-05403.6789
2024-07-17403.6731
2024-08-27416.4516
2024-10-01422.1839
2024-10-31433.7869
2024-11-30442.9916
2024-12-30436.1741
2025-01-29432.7469
2025-02-28425.2719
2025-03-30422.3025
2025-04-29430.1962
2025-05-29432.9479
2025-06-28426.2190
2025-07-28425.7021
2025-08-27424.4386
2025-09-26419.6315
2025-10-26421.2218
2025-11-25408.3043
2025-12-25419.4563
2026-01-24413.5293
2026-02-23415.1450
2026-03-25425.1941
2026-04-24397.3262
2026-05-24393.3816
2026-06-23384.3689
2026-07-23392.0927
2026-08-22387.6133
2026-09-21383.9801

High

444.5885

Low

330.0741

Average

402.6783

For developers

Get this rate via the API

One GET request returns the CHF/HUF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=HUF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=HUF").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/HUF API questions

How do I get the CHF/HUF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/HUF rate in rates.HUF.

How far back does CHF/HUF historical data go?

Daily CHF/HUF rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/HUF exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.