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: show the values
| Point | CHF/HUF |
|---|---|
| 2021-09-27 | 330.0741 |
| 2021-11-08 | 339.6847 |
| 2021-12-20 | 352.3159 |
| 2022-01-31 | 343.3200 |
| 2022-03-14 | 364.7969 |
| 2022-04-27 | 371.2387 |
| 2022-06-08 | 373.1165 |
| 2022-07-20 | 403.6985 |
| 2022-08-31 | 411.1882 |
| 2022-10-12 | 444.5885 |
| 2022-11-23 | 414.2421 |
| 2023-01-05 | 403.3748 |
| 2023-02-16 | 387.5723 |
| 2023-03-30 | 382.0436 |
| 2023-05-16 | 379.3671 |
| 2023-06-27 | 376.4434 |
| 2023-08-08 | 404.6880 |
| 2023-09-19 | 399.4271 |
| 2023-10-31 | 397.7621 |
| 2023-12-12 | 404.3207 |
| 2024-01-26 | 411.8246 |
| 2024-03-08 | 410.9826 |
| 2024-04-23 | 404.8029 |
| 2024-06-05 | 403.6789 |
| 2024-07-17 | 403.6731 |
| 2024-08-27 | 416.4516 |
| 2024-10-01 | 422.1839 |
| 2024-10-31 | 433.7869 |
| 2024-11-30 | 442.9916 |
| 2024-12-30 | 436.1741 |
| 2025-01-29 | 432.7469 |
| 2025-02-28 | 425.2719 |
| 2025-03-30 | 422.3025 |
| 2025-04-29 | 430.1962 |
| 2025-05-29 | 432.9479 |
| 2025-06-28 | 426.2190 |
| 2025-07-28 | 425.7021 |
| 2025-08-27 | 424.4386 |
| 2025-09-26 | 419.6315 |
| 2025-10-26 | 421.2218 |
| 2025-11-25 | 408.3043 |
| 2025-12-25 | 419.4563 |
| 2026-01-24 | 413.5293 |
| 2026-02-23 | 415.1450 |
| 2026-03-25 | 425.1941 |
| 2026-04-24 | 397.3262 |
| 2026-05-24 | 393.3816 |
| 2026-06-23 | 384.3689 |
| 2026-07-23 | 392.0927 |
| 2026-08-22 | 387.6133 |
| 2026-09-21 | 383.9801 |
High
444.5885
Low
330.0741
Average
402.6783
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.