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: show the values
| Point | JOD/NOK |
|---|---|
| 2025-12-31 | 14.2160 |
| 2026-01-07 | 14.1943 |
| 2026-01-14 | 14.2036 |
| 2026-01-21 | 13.9812 |
| 2026-01-28 | 13.5731 |
| 2026-02-04 | 13.6026 |
| 2026-02-11 | 13.3723 |
| 2026-02-18 | 13.3703 |
| 2026-02-25 | 13.5197 |
| 2026-03-04 | 13.6073 |
| 2026-03-11 | 13.6038 |
| 2026-03-18 | 13.5163 |
| 2026-03-25 | 13.7314 |
| 2026-04-01 | 13.6219 |
| 2026-04-08 | 13.4387 |
| 2026-04-15 | 13.3141 |
| 2026-04-22 | 13.1172 |
| 2026-04-29 | 13.0872 |
| 2026-05-06 | 13.0685 |
| 2026-05-14 | 13.0148 |
| 2026-05-21 | 13.0203 |
| 2026-05-29 | 13.0499 |
| 2026-06-05 | 13.1405 |
| 2026-06-14 | 13.4042 |
| 2026-06-21 | 13.6792 |
| 2026-06-28 | 14.0179 |
| 2026-07-05 | 13.8695 |
| 2026-07-12 | 13.7887 |
| 2026-07-19 | 13.6683 |
| 2026-07-26 | 13.5137 |
| 2026-08-02 | 13.3680 |
| 2026-08-09 | 13.3995 |
| 2026-08-16 | 13.3298 |
| 2026-08-24 | 13.1376 |
| 2026-08-31 | 13.1751 |
| 2026-09-07 | 13.0752 |
| 2026-09-14 | 13.1471 |
| 2026-09-21 | 13.2733 |
High
14.2160
Low
13.0148
Average
13.4772
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.