JOD to HRK exchange rate API
Jordanian Dinar to Croatian Kuna · quoted 2026-09-25
9.3468
▲ +3.28% over 1Y
1 JOD = 9.3468 HRK · 1 HRK = 0.10699 JOD · Get this rate via the API
1 JOD buys 9.3468 HRK as of 2026-09-25, so 1 HRK buys 0.10699 JOD. Over the last year, JOD/HRK traded between 8.9248 and 9.3468, averaged 9.1484 and rose 3.28%. The API holds daily JOD/HRK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/HRK over 1Y: show the values
| Point | JOD/HRK |
|---|---|
| 2025-09-25 | 9.0502 |
| 2025-10-02 | 9.0536 |
| 2025-10-09 | 9.1300 |
| 2025-10-16 | 9.1032 |
| 2025-10-23 | 9.1594 |
| 2025-10-30 | 9.1498 |
| 2025-11-06 | 9.2341 |
| 2025-11-13 | 9.1697 |
| 2025-11-20 | 9.2209 |
| 2025-11-27 | 9.1522 |
| 2025-12-04 | 9.1114 |
| 2025-12-12 | 9.0574 |
| 2025-12-19 | 9.0618 |
| 2025-12-26 | 9.0157 |
| 2026-01-02 | 9.0339 |
| 2026-01-09 | 9.1224 |
| 2026-01-16 | 9.1543 |
| 2026-01-23 | 9.0463 |
| 2026-01-30 | 8.9248 |
| 2026-02-06 | 9.0133 |
| 2026-02-13 | 8.9530 |
| 2026-02-20 | 9.0395 |
| 2026-02-27 | 9.0077 |
| 2026-03-06 | 9.1457 |
| 2026-03-13 | 9.2261 |
| 2026-03-20 | 9.1882 |
| 2026-03-27 | 9.2094 |
| 2026-04-03 | 9.2126 |
| 2026-04-10 | 9.0894 |
| 2026-04-17 | 9.0240 |
| 2026-04-24 | 9.1008 |
| 2026-05-01 | 9.0570 |
| 2026-05-08 | 9.0616 |
| 2026-05-16 | 9.1416 |
| 2026-05-24 | 9.1581 |
| 2026-05-31 | 9.1143 |
| 2026-06-09 | 9.2105 |
| 2026-06-16 | 9.1764 |
| 2026-06-23 | 9.2977 |
| 2026-06-30 | 9.3226 |
| 2026-07-07 | 9.2917 |
| 2026-07-14 | 9.3285 |
| 2026-07-21 | 9.3132 |
| 2026-07-28 | 9.3394 |
| 2026-08-04 | 9.2327 |
| 2026-08-11 | 9.2043 |
| 2026-08-18 | 9.1787 |
| 2026-08-26 | 9.1064 |
| 2026-09-02 | 9.1778 |
| 2026-09-09 | 9.1366 |
| 2026-09-16 | 9.2068 |
| 2026-09-23 | 9.3004 |
High
9.3468
Low
8.9248
Average
9.1484
Get this rate via the API
One GET request returns the JOD/HRK 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=HRK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=HRK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=HRK").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/HRK API questions
How do I get the JOD/HRK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=HRK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/HRK rate in rates.HRK.
How far back does JOD/HRK historical data go?
Daily JOD/HRK 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/HRK 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.