Skip to content

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

JOD/DKK over YTD: show the values
PointJOD/DKK
2025-12-318.9655
2026-01-079.0204
2026-01-149.0458
2026-01-218.9758
2026-01-288.7950
2026-02-048.9105
2026-02-118.8583
2026-02-188.8965
2026-02-258.9425
2026-03-049.0463
2026-03-119.0998
2026-03-189.1642
2026-03-259.0911
2026-04-019.0820
2026-04-089.0039
2026-04-158.9475
2026-04-228.9838
2026-04-299.0036
2026-05-068.9608
2026-05-149.0071
2026-05-219.0872
2026-05-299.0522
2026-06-059.0567
2026-06-149.0918
2026-06-219.1927
2026-06-289.2600
2026-07-059.2185
2026-07-129.2438
2026-07-199.2231
2026-07-269.2617
2026-08-029.1333
2026-08-099.1220
2026-08-169.1134
2026-08-249.0398
2026-08-319.0921
2026-09-079.0711
2026-09-149.1277
2026-09-219.1764

High

9.2617

Low

8.7950

Average

9.0672

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=DKK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=DKK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.