Skip to content

JOD to NOK exchange rate API

Jordanian Dinar to Norwegian Krone · quoted 2026-09-25

13.3983

▼ +5.75% over YTD

1 JOD = 13.3983 NOK · 1 NOK = 0.07464 JOD · Get this rate via the API

1 JOD buys 13.3983 NOK as of 2026-09-25, so 1 NOK buys 0.07464 JOD. Over the year to date, JOD/NOK traded between 13.0148 and 14.2160, averaged 13.4772 and fell 5.75%. The API holds daily JOD/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/NOK over YTD

JOD/NOK over YTD: show the values
PointJOD/NOK
2025-12-3114.2160
2026-01-0714.1943
2026-01-1414.2036
2026-01-2113.9812
2026-01-2813.5731
2026-02-0413.6026
2026-02-1113.3723
2026-02-1813.3703
2026-02-2513.5197
2026-03-0413.6073
2026-03-1113.6038
2026-03-1813.5163
2026-03-2513.7314
2026-04-0113.6219
2026-04-0813.4387
2026-04-1513.3141
2026-04-2213.1172
2026-04-2913.0872
2026-05-0613.0685
2026-05-1413.0148
2026-05-2113.0203
2026-05-2913.0499
2026-06-0513.1405
2026-06-1413.4042
2026-06-2113.6792
2026-06-2814.0179
2026-07-0513.8695
2026-07-1213.7887
2026-07-1913.6683
2026-07-2613.5137
2026-08-0213.3680
2026-08-0913.3995
2026-08-1613.3298
2026-08-2413.1376
2026-08-3113.1751
2026-09-0713.0752
2026-09-1413.1471
2026-09-2113.2733

High

14.2160

Low

13.0148

Average

13.4772

For developers

Get this rate via the API

One GET request returns the JOD/NOK 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=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=NOK");
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=NOK").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/NOK API questions

How do I get the JOD/NOK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/NOK rate in rates.NOK.

How far back does JOD/NOK historical data go?

Daily JOD/NOK 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/NOK 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.