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: show the values
| Point | JOD/HUF |
|---|---|
| 2025-09-25 | 469.4609 |
| 2025-10-02 | 466.4859 |
| 2025-10-09 | 474.9399 |
| 2025-10-16 | 471.9377 |
| 2025-10-23 | 474.4729 |
| 2025-10-30 | 474.9693 |
| 2025-11-06 | 472.4286 |
| 2025-11-13 | 466.1399 |
| 2025-11-20 | 468.5533 |
| 2025-11-27 | 464.6433 |
| 2025-12-04 | 461.8801 |
| 2025-12-12 | 462.2064 |
| 2025-12-19 | 465.8104 |
| 2025-12-26 | 465.0983 |
| 2026-01-02 | 461.5779 |
| 2026-01-09 | 467.6783 |
| 2026-01-16 | 467.8349 |
| 2026-01-23 | 459.0347 |
| 2026-01-30 | 450.5021 |
| 2026-02-06 | 451.9881 |
| 2026-02-13 | 450.7406 |
| 2026-02-20 | 455.0629 |
| 2026-02-27 | 449.9898 |
| 2026-03-06 | 479.9464 |
| 2026-03-13 | 481.1415 |
| 2026-03-20 | 479.0726 |
| 2026-03-27 | 477.2855 |
| 2026-04-03 | 470.8311 |
| 2026-04-10 | 454.2824 |
| 2026-04-17 | 433.6418 |
| 2026-04-24 | 440.1697 |
| 2026-05-01 | 437.1218 |
| 2026-05-08 | 427.1026 |
| 2026-05-16 | 438.9160 |
| 2026-05-24 | 434.8347 |
| 2026-05-31 | 428.2420 |
| 2026-06-09 | 433.0516 |
| 2026-06-16 | 425.2114 |
| 2026-06-23 | 439.0035 |
| 2026-06-30 | 441.0556 |
| 2026-07-07 | 436.5903 |
| 2026-07-14 | 446.8508 |
| 2026-07-21 | 445.1932 |
| 2026-07-28 | 447.8110 |
| 2026-08-04 | 443.7702 |
| 2026-08-11 | 445.4366 |
| 2026-08-18 | 443.8686 |
| 2026-08-26 | 435.3512 |
| 2026-09-02 | 448.5429 |
| 2026-09-09 | 440.5498 |
| 2026-09-16 | 445.5524 |
| 2026-09-23 | 450.2745 |
High
481.1415
Low
425.2114
Average
454.2700
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.