Skip to content

JOD to HRK exchange rate API

Jordanian Dinar to Croatian Kuna · quoted 2026-09-25

9.3468

▲ +1.48% over 6M

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 6 months, JOD/HRK traded between 9.0168 and 9.3468, averaged 9.1938 and rose 1.48%. 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 6M

JOD/HRK over 6M: show the values
PointJOD/HRK
2026-03-299.2108
2026-04-059.2254
2026-04-129.0628
2026-04-199.0329
2026-04-269.0679
2026-05-039.0658
2026-05-109.0168
2026-05-189.1472
2026-05-269.1341
2026-06-029.1320
2026-06-119.2028
2026-06-189.2215
2026-06-259.3466
2026-07-029.3388
2026-07-099.2999
2026-07-169.2683
2026-07-239.2991
2026-07-309.2773
2026-08-069.1985
2026-08-139.2221
2026-08-219.0901
2026-08-289.1250
2026-09-049.1426
2026-09-119.1600
2026-09-189.2507
2026-09-259.3468

High

9.3468

Low

9.0168

Average

9.1938

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.