Skip to content

JOD to CZK exchange rate API

Jordanian Dinar to Czech Koruna · quoted 2026-09-25

30.1669

▲ +3.37% over 1Y

1 JOD = 30.1669 CZK · 1 CZK = 0.03315 JOD · Get this rate via the API

1 JOD buys 30.1669 CZK as of 2026-09-25, so 1 CZK buys 0.03315 JOD. Over the last year, JOD/CZK traded between 28.7850 and 30.1669, averaged 29.4895 and rose 3.37%. The API holds daily JOD/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/CZK over 1Y

JOD/CZK over 1Y: show the values
PointJOD/CZK
2025-09-2529.1832
2025-10-0229.0967
2025-10-0929.5498
2025-10-1629.4147
2025-10-2329.5738
2025-10-3029.7694
2025-11-0629.7595
2025-11-1329.3656
2025-11-2029.6187
2025-11-2729.4285
2025-12-0429.2062
2025-12-1229.1429
2025-12-1929.2914
2025-12-2629.0405
2026-01-0229.0932
2026-01-0929.4845
2026-01-1629.4860
2026-01-2329.1373
2026-01-3028.7850
2026-02-0628.9885
2026-02-1328.8496
2026-02-2029.0562
2026-02-2728.9662
2026-03-0629.7911
2026-03-1330.0339
2026-03-2029.9115
2026-03-2730.0555
2026-04-0330.0075
2026-04-1029.3441
2026-04-1729.0732
2026-04-2429.3523
2026-05-0129.2972
2026-05-0829.1459
2026-05-1629.5014
2026-05-2429.4657
2026-05-3129.3756
2026-06-0929.4543
2026-06-1629.3766
2026-06-2329.9693
2026-06-3030.0259
2026-07-0729.8902
2026-07-1430.0316
2026-07-2129.8541
2026-07-2830.0117
2026-08-0429.6418
2026-08-1129.6302
2026-08-1829.4601
2026-08-2629.1092
2026-09-0229.4696
2026-09-0929.3502
2026-09-1629.7235
2026-09-2330.1382

High

30.1669

Low

28.7850

Average

29.4895

For developers

Get this rate via the API

One GET request returns the JOD/CZK 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=CZK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=CZK");
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=CZK").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/CZK API questions

How do I get the JOD/CZK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=CZK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/CZK rate in rates.CZK.

How far back does JOD/CZK historical data go?

Daily JOD/CZK 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/CZK 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.