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: show the values
| Point | JOD/CZK |
|---|---|
| 2025-09-25 | 29.1832 |
| 2025-10-02 | 29.0967 |
| 2025-10-09 | 29.5498 |
| 2025-10-16 | 29.4147 |
| 2025-10-23 | 29.5738 |
| 2025-10-30 | 29.7694 |
| 2025-11-06 | 29.7595 |
| 2025-11-13 | 29.3656 |
| 2025-11-20 | 29.6187 |
| 2025-11-27 | 29.4285 |
| 2025-12-04 | 29.2062 |
| 2025-12-12 | 29.1429 |
| 2025-12-19 | 29.2914 |
| 2025-12-26 | 29.0405 |
| 2026-01-02 | 29.0932 |
| 2026-01-09 | 29.4845 |
| 2026-01-16 | 29.4860 |
| 2026-01-23 | 29.1373 |
| 2026-01-30 | 28.7850 |
| 2026-02-06 | 28.9885 |
| 2026-02-13 | 28.8496 |
| 2026-02-20 | 29.0562 |
| 2026-02-27 | 28.9662 |
| 2026-03-06 | 29.7911 |
| 2026-03-13 | 30.0339 |
| 2026-03-20 | 29.9115 |
| 2026-03-27 | 30.0555 |
| 2026-04-03 | 30.0075 |
| 2026-04-10 | 29.3441 |
| 2026-04-17 | 29.0732 |
| 2026-04-24 | 29.3523 |
| 2026-05-01 | 29.2972 |
| 2026-05-08 | 29.1459 |
| 2026-05-16 | 29.5014 |
| 2026-05-24 | 29.4657 |
| 2026-05-31 | 29.3756 |
| 2026-06-09 | 29.4543 |
| 2026-06-16 | 29.3766 |
| 2026-06-23 | 29.9693 |
| 2026-06-30 | 30.0259 |
| 2026-07-07 | 29.8902 |
| 2026-07-14 | 30.0316 |
| 2026-07-21 | 29.8541 |
| 2026-07-28 | 30.0117 |
| 2026-08-04 | 29.6418 |
| 2026-08-11 | 29.6302 |
| 2026-08-18 | 29.4601 |
| 2026-08-26 | 29.1092 |
| 2026-09-02 | 29.4696 |
| 2026-09-09 | 29.3502 |
| 2026-09-16 | 29.7235 |
| 2026-09-23 | 30.1382 |
High
30.1669
Low
28.7850
Average
29.4895
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.