CHF to HUF exchange rate API
Swiss Franc to Forint · quoted 2026-09-24
388.3876
▼ +6.08% over YTD
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 year to date, CHF/HUF traded between 380.3765 and 432.9662, averaged 399.6597 and fell 6.08%. 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 YTD: show the values
| Point | CHF/HUF |
|---|---|
| 2025-12-31 | 413.5177 |
| 2026-01-07 | 413.7794 |
| 2026-01-14 | 414.6042 |
| 2026-01-21 | 416.1092 |
| 2026-01-28 | 414.5626 |
| 2026-02-04 | 414.8999 |
| 2026-02-11 | 414.2026 |
| 2026-02-18 | 414.5445 |
| 2026-02-25 | 411.6979 |
| 2026-03-04 | 423.1781 |
| 2026-03-11 | 429.4434 |
| 2026-03-18 | 432.9662 |
| 2026-03-25 | 425.1941 |
| 2026-04-01 | 415.5153 |
| 2026-04-08 | 407.2756 |
| 2026-04-15 | 395.7486 |
| 2026-04-22 | 398.4089 |
| 2026-04-29 | 393.9801 |
| 2026-05-06 | 391.8714 |
| 2026-05-13 | 391.8081 |
| 2026-05-20 | 394.2172 |
| 2026-05-27 | 387.6657 |
| 2026-06-03 | 387.0950 |
| 2026-06-10 | 386.6627 |
| 2026-06-17 | 380.3765 |
| 2026-06-24 | 386.4802 |
| 2026-07-01 | 385.3480 |
| 2026-07-08 | 388.2024 |
| 2026-07-15 | 388.5591 |
| 2026-07-22 | 392.6415 |
| 2026-07-29 | 388.1055 |
| 2026-08-05 | 387.4589 |
| 2026-08-12 | 388.7467 |
| 2026-08-19 | 387.7686 |
| 2026-08-26 | 383.9873 |
| 2026-09-02 | 390.7048 |
| 2026-09-09 | 387.0165 |
| 2026-09-16 | 385.7022 |
| 2026-09-23 | 387.9554 |
High
432.9662
Low
380.3765
Average
399.6597
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.