Skip to content

USD to HUF exchange rate API

US Dollar to Forint · quoted 2026-09-25

320.5400

▲ +4.70% over 5Y

1 USD = 320.5400 HUF · 1 HUF = 0.003120 USD · Get this rate via the API

1 USD buys 320.5400 HUF as of 2026-09-25, so 1 HUF buys 0.003120 USD. Over the last 5 years, USD/HUF traded between 306.1463 and 442.6643, averaged 350.1717 and rose 4.70%. The API holds daily USD/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/HUF over 5Y

USD/HUF over 5Y: show the values
PointUSD/HUF
2021-09-27306.1463
2021-11-08310.7004
2021-12-20325.2816
2022-01-31320.1775
2022-03-14341.1314
2022-04-27358.8207
2022-06-08364.3263
2022-07-20391.7051
2022-08-31402.8000
2022-10-12442.6643
2022-11-23392.9782
2023-01-05374.3798
2023-02-16357.6168
2023-03-30349.6509
2023-05-16339.3070
2023-06-27336.4989
2023-08-08354.9890
2023-09-19357.7429
2023-10-31359.8550
2023-12-12353.3876
2024-01-26355.9470
2024-03-08360.4555
2024-04-23368.7746
2024-06-05360.3109
2024-07-17357.8562
2024-08-27352.2039
2024-10-01357.5750
2024-10-31375.1884
2024-11-30390.3075
2024-12-30394.0349
2025-01-29392.5356
2025-02-28383.7287
2025-03-30371.7685
2025-04-29355.2625
2025-05-29358.4168
2025-06-28340.3683
2025-07-28340.9559
2025-08-27342.3186
2025-09-26335.5038
2025-10-26335.3591
2025-11-25330.3264
2025-12-25330.5186
2026-01-24323.1553
2026-02-23322.1741
2026-03-25335.7315
2026-04-24312.0731
2026-05-24308.2978
2026-06-23311.2535
2026-07-23319.9175
2026-08-22310.5017
2026-09-21315.4047

High

442.6643

Low

306.1463

Average

350.1717

For developers

Get this rate via the API

One GET request returns the USD/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=USD&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=HUF").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/HUF API questions

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

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

How far back does USD/HUF historical data go?

Daily USD/HUF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free USD/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.