JOD to DKK exchange rate API
Jordanian Dinar to Danish Krone · quoted 2026-09-26
9.2561
▲ +2.63% over 1Y
1 JOD = 9.2561 DKK · 1 DKK = 0.10804 JOD · Get this rate via the API
1 JOD buys 9.2561 DKK as of 2026-09-26, so 1 DKK buys 0.10804 JOD. Over the last year, JOD/DKK traded between 8.8772 and 9.2978, averaged 9.0758 and rose 2.63%. The API holds daily JOD/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/DKK over 1Y: show the values
| Point | JOD/DKK |
|---|---|
| 2025-09-26 | 9.0192 |
| 2025-10-03 | 8.9750 |
| 2025-10-10 | 9.1044 |
| 2025-10-17 | 9.0185 |
| 2025-10-24 | 9.0731 |
| 2025-10-31 | 9.1161 |
| 2025-11-07 | 9.1093 |
| 2025-11-14 | 9.0428 |
| 2025-11-21 | 9.1442 |
| 2025-11-28 | 9.1080 |
| 2025-12-05 | 9.0463 |
| 2025-12-13 | 8.9730 |
| 2025-12-20 | 8.9987 |
| 2025-12-27 | 8.9497 |
| 2026-01-03 | 8.9894 |
| 2026-01-10 | 9.0567 |
| 2026-01-17 | 9.0843 |
| 2026-01-24 | 8.9073 |
| 2026-01-31 | 8.8882 |
| 2026-02-07 | 8.9170 |
| 2026-02-14 | 8.8772 |
| 2026-02-21 | 8.9425 |
| 2026-02-28 | 8.9206 |
| 2026-03-07 | 9.0709 |
| 2026-03-14 | 9.2312 |
| 2026-03-21 | 9.1085 |
| 2026-03-28 | 9.1570 |
| 2026-04-04 | 9.1505 |
| 2026-04-11 | 8.9881 |
| 2026-04-18 | 8.9590 |
| 2026-04-25 | 8.9912 |
| 2026-05-02 | 8.9912 |
| 2026-05-09 | 8.9422 |
| 2026-05-17 | 9.0686 |
| 2026-05-25 | 9.0515 |
| 2026-06-01 | 9.0513 |
| 2026-06-10 | 9.1362 |
| 2026-06-17 | 9.0957 |
| 2026-06-24 | 9.2978 |
| 2026-07-01 | 9.2615 |
| 2026-07-08 | 9.2455 |
| 2026-07-15 | 9.2439 |
| 2026-07-22 | 9.2426 |
| 2026-07-29 | 9.2643 |
| 2026-08-05 | 9.1254 |
| 2026-08-12 | 9.1331 |
| 2026-08-20 | 9.0267 |
| 2026-08-27 | 9.0533 |
| 2026-09-03 | 9.0766 |
| 2026-09-10 | 9.0764 |
| 2026-09-17 | 9.1834 |
| 2026-09-24 | 9.2759 |
High
9.2978
Low
8.8772
Average
9.0758
Get this rate via the API
One GET request returns the JOD/DKK 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=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=DKK").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/DKK API questions
How do I get the JOD/DKK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=DKK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/DKK rate in rates.DKK.
How far back does JOD/DKK historical data go?
Daily JOD/DKK 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/DKK 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.