Skip to content

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

USD/HUF over YTD: show the values
PointUSD/HUF
2025-12-31327.7872
2026-01-07329.4933
2026-01-14332.1174
2026-01-21328.5203
2026-01-28318.1059
2026-02-04321.8105
2026-02-11318.3282
2026-02-18319.3162
2026-02-25318.9749
2026-03-04329.9253
2026-03-11334.8847
2026-03-18341.5913
2026-03-25335.7315
2026-04-01329.0823
2026-04-08320.8867
2026-04-15309.7453
2026-04-22311.5486
2026-04-29310.8491
2026-05-06305.3477
2026-05-13306.1886
2026-05-20311.4655
2026-05-27304.9154
2026-06-03305.5364
2026-06-10309.0216
2026-06-17301.6823
2026-06-24314.0917
2026-07-01312.5977
2026-07-08313.9249
2026-07-15315.3165
2026-07-22318.9867
2026-07-29318.2601
2026-08-05313.3806
2026-08-12315.3746
2026-08-19314.1577
2026-08-26308.6640
2026-09-02318.0169
2026-09-09312.3498
2026-09-16315.8967
2026-09-23319.2446

High

341.5913

Low

301.6823

Average

317.8415

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.