Skip to content

JOD to HUF exchange rate API

Jordanian Dinar to Forint · quoted 2026-09-25

452.1721

▼ +8.82% over 5Y

1 JOD = 452.1721 HUF · 1 HUF = 0.002212 JOD · Get this rate via the API

1 JOD buys 452.1721 HUF as of 2026-09-25, so 1 HUF buys 0.002212 JOD. Over the last 5 years, JOD/HUF traded between 435.1195 and 568.5859, averaged 486.5448 and fell 8.82%. The API holds daily JOD/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/HUF over 5Y

JOD/HUF over 5Y: show the values
PointJOD/HUF
2024-08-24495.8977
2024-10-07516.3983
2024-11-06540.8061
2024-12-06552.3246
2025-01-05568.5859
2025-02-04555.6454
2025-03-06523.4661
2025-04-06522.9123
2025-05-06504.5816
2025-06-07499.5677
2025-07-07480.6887
2025-08-06484.0994
2025-09-05473.5823
2025-10-06469.9807
2025-11-05475.0100
2025-12-05462.4102
2026-01-05465.0065
2026-02-04453.8935
2026-03-06479.9464
2026-04-05470.9151
2026-05-05437.9155
2026-06-06435.1195
2026-07-08442.7714
2026-08-07445.6908
2026-09-07440.7768

High

568.5859

Low

435.1195

Average

486.5448

For developers

Get this rate via the API

One GET request returns the JOD/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=JOD&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&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=JOD&currencies=HUF").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/HUF API questions

How do I get the JOD/HUF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/HUF rate in rates.HUF.

How far back does JOD/HUF historical data go?

Daily JOD/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 JOD/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.