USD to HUF exchange rate API
US Dollar to Forint · quoted 2026-09-25
320.1400
▼ +3.82% over 1Y
1 USD = 320.1400 HUF · 1 HUF = 0.003124 USD · Get this rate via the API
1 USD buys 320.1400 HUF as of 2026-09-25, so 1 HUF buys 0.003124 USD. Over the last year, USD/HUF traded between 302.3364 and 343.1978, averaged 321.9095 and fell 3.82%. 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 1Y: show the values
| Point | USD/HUF |
|---|---|
| 2025-09-25 | 332.8478 |
| 2025-10-02 | 330.7385 |
| 2025-10-09 | 336.7324 |
| 2025-10-16 | 334.6038 |
| 2025-10-23 | 336.4013 |
| 2025-10-30 | 336.7532 |
| 2025-11-06 | 334.9519 |
| 2025-11-13 | 330.4932 |
| 2025-11-20 | 332.2043 |
| 2025-11-27 | 329.4321 |
| 2025-12-04 | 327.4730 |
| 2025-12-11 | 328.2312 |
| 2025-12-18 | 331.0009 |
| 2025-12-25 | 330.5186 |
| 2026-01-01 | 327.1634 |
| 2026-01-08 | 329.5503 |
| 2026-01-15 | 331.7705 |
| 2026-01-22 | 326.9264 |
| 2026-01-29 | 318.1233 |
| 2026-02-05 | 321.7918 |
| 2026-02-12 | 319.9259 |
| 2026-02-19 | 323.0920 |
| 2026-02-26 | 317.5893 |
| 2026-03-05 | 333.5772 |
| 2026-03-12 | 335.6196 |
| 2026-03-19 | 343.1978 |
| 2026-03-26 | 336.5543 |
| 2026-04-02 | 333.1280 |
| 2026-04-09 | 322.7043 |
| 2026-04-16 | 309.4127 |
| 2026-04-23 | 312.0318 |
| 2026-04-30 | 311.7843 |
| 2026-05-07 | 302.3364 |
| 2026-05-14 | 305.4435 |
| 2026-05-21 | 310.8285 |
| 2026-05-28 | 305.8277 |
| 2026-06-04 | 304.4072 |
| 2026-06-11 | 307.7923 |
| 2026-06-18 | 307.8265 |
| 2026-06-25 | 313.4632 |
| 2026-07-02 | 312.2906 |
| 2026-07-09 | 312.8990 |
| 2026-07-16 | 314.8600 |
| 2026-07-23 | 319.9175 |
| 2026-07-30 | 315.2928 |
| 2026-08-06 | 315.1534 |
| 2026-08-13 | 314.5916 |
| 2026-08-20 | 312.5589 |
| 2026-08-27 | 312.5376 |
| 2026-09-03 | 316.3409 |
| 2026-09-10 | 314.0065 |
| 2026-09-17 | 316.1571 |
| 2026-09-24 | 322.1167 |
High
343.1978
Low
302.3364
Average
321.9095
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.