USD to HUF exchange rate API
US Dollar to Forint · quoted 2026-09-25
320.5400
▼ +2.21% over YTD
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 year to date, USD/HUF traded between 301.6823 and 341.5913, averaged 317.8415 and fell 2.21%. 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 YTD: show the values
| Point | USD/HUF |
|---|---|
| 2025-12-31 | 327.7872 |
| 2026-01-07 | 329.4933 |
| 2026-01-14 | 332.1174 |
| 2026-01-21 | 328.5203 |
| 2026-01-28 | 318.1059 |
| 2026-02-04 | 321.8105 |
| 2026-02-11 | 318.3282 |
| 2026-02-18 | 319.3162 |
| 2026-02-25 | 318.9749 |
| 2026-03-04 | 329.9253 |
| 2026-03-11 | 334.8847 |
| 2026-03-18 | 341.5913 |
| 2026-03-25 | 335.7315 |
| 2026-04-01 | 329.0823 |
| 2026-04-08 | 320.8867 |
| 2026-04-15 | 309.7453 |
| 2026-04-22 | 311.5486 |
| 2026-04-29 | 310.8491 |
| 2026-05-06 | 305.3477 |
| 2026-05-13 | 306.1886 |
| 2026-05-20 | 311.4655 |
| 2026-05-27 | 304.9154 |
| 2026-06-03 | 305.5364 |
| 2026-06-10 | 309.0216 |
| 2026-06-17 | 301.6823 |
| 2026-06-24 | 314.0917 |
| 2026-07-01 | 312.5977 |
| 2026-07-08 | 313.9249 |
| 2026-07-15 | 315.3165 |
| 2026-07-22 | 318.9867 |
| 2026-07-29 | 318.2601 |
| 2026-08-05 | 313.3806 |
| 2026-08-12 | 315.3746 |
| 2026-08-19 | 314.1577 |
| 2026-08-26 | 308.6640 |
| 2026-09-02 | 318.0169 |
| 2026-09-09 | 312.3498 |
| 2026-09-16 | 315.8967 |
| 2026-09-23 | 319.2446 |
High
341.5913
Low
301.6823
Average
317.8415
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.