JOD to DKK exchange rate API
Jordanian Dinar to Danish Krone · quoted 2026-09-26
9.2561
▲ +3.24% over YTD
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 year to date, JOD/DKK traded between 8.7950 and 9.2617, averaged 9.0672 and rose 3.24%. 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 YTD: show the values
| Point | JOD/DKK |
|---|---|
| 2025-12-31 | 8.9655 |
| 2026-01-07 | 9.0204 |
| 2026-01-14 | 9.0458 |
| 2026-01-21 | 8.9758 |
| 2026-01-28 | 8.7950 |
| 2026-02-04 | 8.9105 |
| 2026-02-11 | 8.8583 |
| 2026-02-18 | 8.8965 |
| 2026-02-25 | 8.9425 |
| 2026-03-04 | 9.0463 |
| 2026-03-11 | 9.0998 |
| 2026-03-18 | 9.1642 |
| 2026-03-25 | 9.0911 |
| 2026-04-01 | 9.0820 |
| 2026-04-08 | 9.0039 |
| 2026-04-15 | 8.9475 |
| 2026-04-22 | 8.9838 |
| 2026-04-29 | 9.0036 |
| 2026-05-06 | 8.9608 |
| 2026-05-14 | 9.0071 |
| 2026-05-21 | 9.0872 |
| 2026-05-29 | 9.0522 |
| 2026-06-05 | 9.0567 |
| 2026-06-14 | 9.0918 |
| 2026-06-21 | 9.1927 |
| 2026-06-28 | 9.2600 |
| 2026-07-05 | 9.2185 |
| 2026-07-12 | 9.2438 |
| 2026-07-19 | 9.2231 |
| 2026-07-26 | 9.2617 |
| 2026-08-02 | 9.1333 |
| 2026-08-09 | 9.1220 |
| 2026-08-16 | 9.1134 |
| 2026-08-24 | 9.0398 |
| 2026-08-31 | 9.0921 |
| 2026-09-07 | 9.0711 |
| 2026-09-14 | 9.1277 |
| 2026-09-21 | 9.1764 |
High
9.2617
Low
8.7950
Average
9.0672
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.