Skip to content

JOD to HUF exchange rate API

Jordanian Dinar to Forint · quoted 2026-09-25

452.1721

▼ +3.68% over 1Y

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 year, JOD/HUF traded between 425.2114 and 481.1415, averaged 454.2700 and fell 3.68%. 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 1Y

JOD/HUF over 1Y: show the values
PointJOD/HUF
2025-09-25469.4609
2025-10-02466.4859
2025-10-09474.9399
2025-10-16471.9377
2025-10-23474.4729
2025-10-30474.9693
2025-11-06472.4286
2025-11-13466.1399
2025-11-20468.5533
2025-11-27464.6433
2025-12-04461.8801
2025-12-12462.2064
2025-12-19465.8104
2025-12-26465.0983
2026-01-02461.5779
2026-01-09467.6783
2026-01-16467.8349
2026-01-23459.0347
2026-01-30450.5021
2026-02-06451.9881
2026-02-13450.7406
2026-02-20455.0629
2026-02-27449.9898
2026-03-06479.9464
2026-03-13481.1415
2026-03-20479.0726
2026-03-27477.2855
2026-04-03470.8311
2026-04-10454.2824
2026-04-17433.6418
2026-04-24440.1697
2026-05-01437.1218
2026-05-08427.1026
2026-05-16438.9160
2026-05-24434.8347
2026-05-31428.2420
2026-06-09433.0516
2026-06-16425.2114
2026-06-23439.0035
2026-06-30441.0556
2026-07-07436.5903
2026-07-14446.8508
2026-07-21445.1932
2026-07-28447.8110
2026-08-04443.7702
2026-08-11445.4366
2026-08-18443.8686
2026-08-26435.3512
2026-09-02448.5429
2026-09-09440.5498
2026-09-16445.5524
2026-09-23450.2745

High

481.1415

Low

425.2114

Average

454.2700

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.