Skip to content

JOD to DKK exchange rate API

Jordanian Dinar to Danish Krone · quoted 2026-09-26

9.2561

▲ +2.24% over 30D

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 30 days, JOD/DKK traded between 9.0480 and 9.2759, averaged 9.1333 and rose 2.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 30D

JOD/DKK over 30D: show the values
PointJOD/DKK
2026-08-279.0533
2026-08-289.0550
2026-08-299.1021
2026-08-309.1030
2026-08-319.0921
2026-09-019.0964
2026-09-029.1061
2026-09-039.0766
2026-09-049.0712
2026-09-059.0770
2026-09-069.0797
2026-09-079.0711
2026-09-089.0776
2026-09-099.0480
2026-09-109.0764
2026-09-119.0948
2026-09-129.0931
2026-09-139.0926
2026-09-149.1277
2026-09-159.1371
2026-09-169.1390
2026-09-179.1834
2026-09-189.2000
2026-09-199.1795
2026-09-209.1821
2026-09-219.1764
2026-09-229.1982
2026-09-239.2401
2026-09-249.2759
2026-09-259.2464
2026-09-269.2561

High

9.2759

Low

9.0480

Average

9.1333

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.