Skip to content

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

JOD/DKK over 6M: show the values
PointJOD/DKK
2026-03-309.1778
2026-04-069.1351
2026-04-139.0210
2026-04-208.9632
2026-04-278.9706
2026-05-049.0084
2026-05-118.9582
2026-05-199.0709
2026-05-279.0570
2026-06-039.0765
2026-06-129.1140
2026-06-199.1937
2026-06-269.2470
2026-07-039.2090
2026-07-109.2241
2026-07-179.2207
2026-07-249.2677
2026-07-319.1801
2026-08-079.1408
2026-08-149.1156
2026-08-229.0305
2026-08-299.1021
2026-09-059.0770
2026-09-129.0931
2026-09-199.1795
2026-09-269.2561

High

9.2677

Low

8.9582

Average

9.1239

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.