Skip to content

JOD to NAD exchange rate API

Jordanian Dinar to Namibia Dollar · quoted 2026-09-25

23.1696

▼ +1.04% over YTD

1 JOD = 23.1696 NAD · 1 NAD = 0.04316 JOD · Get this rate via the API

1 JOD buys 23.1696 NAD as of 2026-09-25, so 1 NAD buys 0.04316 JOD. Over the year to date, JOD/NAD traded between 22.4273 and 23.8761, averaged 23.0631 and fell 1.04%. The API holds daily JOD/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/NAD over YTD

JOD/NAD over YTD: show the values
PointJOD/NAD
2025-12-3123.4123
2026-01-0723.0653
2026-01-1423.0858
2026-01-2123.1323
2026-01-2822.4346
2026-02-0422.4886
2026-02-1122.4273
2026-02-1822.5910
2026-02-2522.4901
2026-03-0423.3120
2026-03-1122.9428
2026-03-1823.5267
2026-03-2523.8761
2026-04-0123.8057
2026-04-0823.2751
2026-04-1523.1082
2026-04-2223.1069
2026-04-2923.3425
2026-05-0623.5553
2026-05-1423.1616
2026-05-2123.2765
2026-05-2922.9053
2026-06-0523.0335
2026-06-1422.9702
2026-06-2123.1979
2026-06-2823.2362
2026-07-0522.8874
2026-07-1223.0349
2026-07-1923.2758
2026-07-2623.7444
2026-08-0223.3366
2026-08-0922.7654
2026-08-1622.8207
2026-08-2422.5828
2026-08-3122.8105
2026-09-0722.5455
2026-09-1422.8405
2026-09-2122.8850

High

23.8761

Low

22.4273

Average

23.0631

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/NAD API questions

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

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

How far back does JOD/NAD historical data go?

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