Skip to content

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

JOD/HRK over 1Y: show the values
PointJOD/HRK
2025-09-259.0502
2025-10-029.0536
2025-10-099.1300
2025-10-169.1032
2025-10-239.1594
2025-10-309.1498
2025-11-069.2341
2025-11-139.1697
2025-11-209.2209
2025-11-279.1522
2025-12-049.1114
2025-12-129.0574
2025-12-199.0618
2025-12-269.0157
2026-01-029.0339
2026-01-099.1224
2026-01-169.1543
2026-01-239.0463
2026-01-308.9248
2026-02-069.0133
2026-02-138.9530
2026-02-209.0395
2026-02-279.0077
2026-03-069.1457
2026-03-139.2261
2026-03-209.1882
2026-03-279.2094
2026-04-039.2126
2026-04-109.0894
2026-04-179.0240
2026-04-249.1008
2026-05-019.0570
2026-05-089.0616
2026-05-169.1416
2026-05-249.1581
2026-05-319.1143
2026-06-099.2105
2026-06-169.1764
2026-06-239.2977
2026-06-309.3226
2026-07-079.2917
2026-07-149.3285
2026-07-219.3132
2026-07-289.3394
2026-08-049.2327
2026-08-119.2043
2026-08-189.1787
2026-08-269.1064
2026-09-029.1778
2026-09-099.1366
2026-09-169.2068
2026-09-239.3004

High

9.3468

Low

8.9248

Average

9.1484

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=HRK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=HRK");
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=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&currencies=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.