JOD to DKK exchange rate API
Jordanian Dinar to Danish Krone · quoted 2026-09-26
9.2561
▲ +0.85% over 6M
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 6 months, JOD/DKK traded between 8.9582 and 9.2677, averaged 9.1239 and rose 0.85%. 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 6M: show the values
| Point | JOD/DKK |
|---|---|
| 2026-03-30 | 9.1778 |
| 2026-04-06 | 9.1351 |
| 2026-04-13 | 9.0210 |
| 2026-04-20 | 8.9632 |
| 2026-04-27 | 8.9706 |
| 2026-05-04 | 9.0084 |
| 2026-05-11 | 8.9582 |
| 2026-05-19 | 9.0709 |
| 2026-05-27 | 9.0570 |
| 2026-06-03 | 9.0765 |
| 2026-06-12 | 9.1140 |
| 2026-06-19 | 9.1937 |
| 2026-06-26 | 9.2470 |
| 2026-07-03 | 9.2090 |
| 2026-07-10 | 9.2241 |
| 2026-07-17 | 9.2207 |
| 2026-07-24 | 9.2677 |
| 2026-07-31 | 9.1801 |
| 2026-08-07 | 9.1408 |
| 2026-08-14 | 9.1156 |
| 2026-08-22 | 9.0305 |
| 2026-08-29 | 9.1021 |
| 2026-09-05 | 9.0770 |
| 2026-09-12 | 9.0931 |
| 2026-09-19 | 9.1795 |
| 2026-09-26 | 9.2561 |
High
9.2677
Low
8.9582
Average
9.1239
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.