Skip to content

JOD to HRK exchange rate API

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

9.3468

▲ +2.64% over 30D

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 30 days, JOD/HRK traded between 9.1064 and 9.3468, averaged 9.1982 and rose 2.64%. 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 30D

JOD/HRK over 30D: show the values
PointJOD/HRK
2026-08-269.1064
2026-08-279.1224
2026-08-289.1250
2026-08-299.1754
2026-08-309.1729
2026-08-319.1682
2026-09-019.1585
2026-09-029.1778
2026-09-039.1630
2026-09-049.1426
2026-09-059.1503
2026-09-069.1478
2026-09-079.1530
2026-09-089.1416
2026-09-099.1366
2026-09-109.1312
2026-09-119.1600
2026-09-129.1625
2026-09-139.1622
2026-09-149.1867
2026-09-159.2122
2026-09-169.2068
2026-09-179.2705
2026-09-189.2507
2026-09-199.2524
2026-09-209.2520
2026-09-219.2590
2026-09-229.2612
2026-09-239.3004
2026-09-249.3409
2026-09-259.3468

High

9.3468

Low

9.1064

Average

9.1982

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.