Skip to content

JOD to DKK exchange rate API

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

9.2561

▲ +2.63% over 1Y

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 year, JOD/DKK traded between 8.8772 and 9.2978, averaged 9.0758 and rose 2.63%. 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 1Y

JOD/DKK over 1Y: show the values
PointJOD/DKK
2025-09-269.0192
2025-10-038.9750
2025-10-109.1044
2025-10-179.0185
2025-10-249.0731
2025-10-319.1161
2025-11-079.1093
2025-11-149.0428
2025-11-219.1442
2025-11-289.1080
2025-12-059.0463
2025-12-138.9730
2025-12-208.9987
2025-12-278.9497
2026-01-038.9894
2026-01-109.0567
2026-01-179.0843
2026-01-248.9073
2026-01-318.8882
2026-02-078.9170
2026-02-148.8772
2026-02-218.9425
2026-02-288.9206
2026-03-079.0709
2026-03-149.2312
2026-03-219.1085
2026-03-289.1570
2026-04-049.1505
2026-04-118.9881
2026-04-188.9590
2026-04-258.9912
2026-05-028.9912
2026-05-098.9422
2026-05-179.0686
2026-05-259.0515
2026-06-019.0513
2026-06-109.1362
2026-06-179.0957
2026-06-249.2978
2026-07-019.2615
2026-07-089.2455
2026-07-159.2439
2026-07-229.2426
2026-07-299.2643
2026-08-059.1254
2026-08-129.1331
2026-08-209.0267
2026-08-279.0533
2026-09-039.0766
2026-09-109.0764
2026-09-179.1834
2026-09-249.2759

High

9.2978

Low

8.8772

Average

9.0758

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.