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: show the values
| Point | USD/HUF |
|---|---|
| 2021-09-27 | 306.1463 |
| 2021-11-08 | 310.7004 |
| 2021-12-20 | 325.2816 |
| 2022-01-31 | 320.1775 |
| 2022-03-14 | 341.1314 |
| 2022-04-27 | 358.8207 |
| 2022-06-08 | 364.3263 |
| 2022-07-20 | 391.7051 |
| 2022-08-31 | 402.8000 |
| 2022-10-12 | 442.6643 |
| 2022-11-23 | 392.9782 |
| 2023-01-05 | 374.3798 |
| 2023-02-16 | 357.6168 |
| 2023-03-30 | 349.6509 |
| 2023-05-16 | 339.3070 |
| 2023-06-27 | 336.4989 |
| 2023-08-08 | 354.9890 |
| 2023-09-19 | 357.7429 |
| 2023-10-31 | 359.8550 |
| 2023-12-12 | 353.3876 |
| 2024-01-26 | 355.9470 |
| 2024-03-08 | 360.4555 |
| 2024-04-23 | 368.7746 |
| 2024-06-05 | 360.3109 |
| 2024-07-17 | 357.8562 |
| 2024-08-27 | 352.2039 |
| 2024-10-01 | 357.5750 |
| 2024-10-31 | 375.1884 |
| 2024-11-30 | 390.3075 |
| 2024-12-30 | 394.0349 |
| 2025-01-29 | 392.5356 |
| 2025-02-28 | 383.7287 |
| 2025-03-30 | 371.7685 |
| 2025-04-29 | 355.2625 |
| 2025-05-29 | 358.4168 |
| 2025-06-28 | 340.3683 |
| 2025-07-28 | 340.9559 |
| 2025-08-27 | 342.3186 |
| 2025-09-26 | 335.5038 |
| 2025-10-26 | 335.3591 |
| 2025-11-25 | 330.3264 |
| 2025-12-25 | 330.5186 |
| 2026-01-24 | 323.1553 |
| 2026-02-23 | 322.1741 |
| 2026-03-25 | 335.7315 |
| 2026-04-24 | 312.0731 |
| 2026-05-24 | 308.2978 |
| 2026-06-23 | 311.2535 |
| 2026-07-23 | 319.9175 |
| 2026-08-22 | 310.5017 |
| 2026-09-21 | 315.4047 |
High
442.6643
Low
306.1463
Average
350.1717
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.