JOD to DKK exchange rate API
Jordanian Dinar to Danish Krone · quoted 2026-09-26
9.2561
▼ +1.55% over 5Y
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 5 years, JOD/DKK traded between 8.9105 and 10.2076, averaged 9.3229 and fell 1.55%. 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 5Y: show the values
| Point | JOD/DKK |
|---|---|
| 2024-08-24 | 9.4019 |
| 2024-10-07 | 9.5774 |
| 2024-11-06 | 9.8342 |
| 2024-12-06 | 9.9420 |
| 2025-01-05 | 10.2076 |
| 2025-02-04 | 10.1822 |
| 2025-03-06 | 9.7452 |
| 2025-04-06 | 9.6214 |
| 2025-05-06 | 9.2924 |
| 2025-06-07 | 9.2306 |
| 2025-07-07 | 8.9721 |
| 2025-08-06 | 9.0702 |
| 2025-09-05 | 9.0011 |
| 2025-10-06 | 9.0181 |
| 2025-11-05 | 9.1627 |
| 2025-12-05 | 9.0463 |
| 2026-01-05 | 9.0323 |
| 2026-02-04 | 8.9105 |
| 2026-03-06 | 9.1143 |
| 2026-04-05 | 9.1514 |
| 2026-05-05 | 9.0192 |
| 2026-06-06 | 9.1490 |
| 2026-07-08 | 9.2455 |
| 2026-08-07 | 9.1408 |
| 2026-09-07 | 9.0711 |
High
10.2076
Low
8.9105
Average
9.3229
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.