Skip to content

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

CHF/HUF over YTD: show the values
PointCHF/HUF
2025-12-31413.5177
2026-01-07413.7794
2026-01-14414.6042
2026-01-21416.1092
2026-01-28414.5626
2026-02-04414.8999
2026-02-11414.2026
2026-02-18414.5445
2026-02-25411.6979
2026-03-04423.1781
2026-03-11429.4434
2026-03-18432.9662
2026-03-25425.1941
2026-04-01415.5153
2026-04-08407.2756
2026-04-15395.7486
2026-04-22398.4089
2026-04-29393.9801
2026-05-06391.8714
2026-05-13391.8081
2026-05-20394.2172
2026-05-27387.6657
2026-06-03387.0950
2026-06-10386.6627
2026-06-17380.3765
2026-06-24386.4802
2026-07-01385.3480
2026-07-08388.2024
2026-07-15388.5591
2026-07-22392.6415
2026-07-29388.1055
2026-08-05387.4589
2026-08-12388.7467
2026-08-19387.7686
2026-08-26383.9873
2026-09-02390.7048
2026-09-09387.0165
2026-09-16385.7022
2026-09-23387.9554

High

432.9662

Low

380.3765

Average

399.6597

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.