Skip to content

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

JOD/HRK over YTD: show the values
PointJOD/HRK
2025-12-319.0510
2026-01-079.0820
2026-01-149.1306
2026-01-219.0607
2026-01-288.8614
2026-02-048.9868
2026-02-118.9231
2026-02-188.9714
2026-02-259.0157
2026-03-049.1622
2026-03-119.1451
2026-03-189.2125
2026-03-259.1560
2026-04-019.1875
2026-04-089.1056
2026-04-159.0192
2026-04-229.0473
2026-04-299.0750
2026-05-069.0683
2026-05-149.0718
2026-05-219.1450
2026-05-299.1304
2026-06-059.1494
2026-06-149.1814
2026-06-219.2598
2026-06-289.3309
2026-07-059.2881
2026-07-129.3082
2026-07-199.2909
2026-07-269.3439
2026-08-029.2140
2026-08-099.1926
2026-08-169.1858
2026-08-249.1001
2026-08-319.1682
2026-09-079.1530
2026-09-149.1867
2026-09-219.2590

High

9.3468

Low

8.8614

Average

9.1428

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.