JOD to HRK exchange rate API
Jordanian Dinar to Croatian Kuna · quoted 2026-09-25
9.3468
▲ +3.27% over YTD
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 year to date, JOD/HRK traded between 8.8614 and 9.3468, averaged 9.1428 and rose 3.27%. 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 YTD: show the values
| Point | JOD/HRK |
|---|---|
| 2025-12-31 | 9.0510 |
| 2026-01-07 | 9.0820 |
| 2026-01-14 | 9.1306 |
| 2026-01-21 | 9.0607 |
| 2026-01-28 | 8.8614 |
| 2026-02-04 | 8.9868 |
| 2026-02-11 | 8.9231 |
| 2026-02-18 | 8.9714 |
| 2026-02-25 | 9.0157 |
| 2026-03-04 | 9.1622 |
| 2026-03-11 | 9.1451 |
| 2026-03-18 | 9.2125 |
| 2026-03-25 | 9.1560 |
| 2026-04-01 | 9.1875 |
| 2026-04-08 | 9.1056 |
| 2026-04-15 | 9.0192 |
| 2026-04-22 | 9.0473 |
| 2026-04-29 | 9.0750 |
| 2026-05-06 | 9.0683 |
| 2026-05-14 | 9.0718 |
| 2026-05-21 | 9.1450 |
| 2026-05-29 | 9.1304 |
| 2026-06-05 | 9.1494 |
| 2026-06-14 | 9.1814 |
| 2026-06-21 | 9.2598 |
| 2026-06-28 | 9.3309 |
| 2026-07-05 | 9.2881 |
| 2026-07-12 | 9.3082 |
| 2026-07-19 | 9.2909 |
| 2026-07-26 | 9.3439 |
| 2026-08-02 | 9.2140 |
| 2026-08-09 | 9.1926 |
| 2026-08-16 | 9.1858 |
| 2026-08-24 | 9.1001 |
| 2026-08-31 | 9.1682 |
| 2026-09-07 | 9.1530 |
| 2026-09-14 | 9.1867 |
| 2026-09-21 | 9.2590 |
High
9.3468
Low
8.8614
Average
9.1428
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.