Skip to content

USD to HUF exchange rate API

US Dollar to Forint · quoted 2026-09-25

320.5400

▼ +3.70% over 1Y

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 year, USD/HUF traded between 302.3364 and 343.1978, averaged 321.9169 and fell 3.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 1Y

USD/HUF over 1Y: show the values
PointUSD/HUF
2025-09-25332.8478
2025-10-02330.7385
2025-10-09336.7324
2025-10-16334.6038
2025-10-23336.4013
2025-10-30336.7532
2025-11-06334.9519
2025-11-13330.4932
2025-11-20332.2043
2025-11-27329.4321
2025-12-04327.4730
2025-12-11328.2312
2025-12-18331.0009
2025-12-25330.5186
2026-01-01327.1634
2026-01-08329.5503
2026-01-15331.7705
2026-01-22326.9264
2026-01-29318.1233
2026-02-05321.7918
2026-02-12319.9259
2026-02-19323.0920
2026-02-26317.5893
2026-03-05333.5772
2026-03-12335.6196
2026-03-19343.1978
2026-03-26336.5543
2026-04-02333.1280
2026-04-09322.7043
2026-04-16309.4127
2026-04-23312.0318
2026-04-30311.7843
2026-05-07302.3364
2026-05-14305.4435
2026-05-21310.8285
2026-05-28305.8277
2026-06-04304.4072
2026-06-11307.7923
2026-06-18307.8265
2026-06-25313.4632
2026-07-02312.2906
2026-07-09312.8990
2026-07-16314.8600
2026-07-23319.9175
2026-07-30315.2928
2026-08-06315.1534
2026-08-13314.5916
2026-08-20312.5589
2026-08-27312.5376
2026-09-03316.3409
2026-09-10314.0065
2026-09-17316.1571
2026-09-24322.1167

High

343.1978

Low

302.3364

Average

321.9169

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.