Skip to content

NAD to JOD exchange rate API

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

0.04316

▲ +7.90% over 5Y

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

1 NAD buys 0.04316 JOD as of 2026-09-25, so 1 JOD buys 23.1701 NAD. Over the last 5 years, NAD/JOD traded between 0.03710 and 0.04447, averaged 0.04095 and rose 7.90%. The API holds daily NAD/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NAD/JOD over 5Y

NAD/JOD over 5Y: show the values
PointNAD/JOD
2024-08-240.04000
2024-10-070.04062
2024-11-060.04031
2024-12-060.03926
2025-01-050.03785
2025-02-040.03778
2025-03-060.03877
2025-04-060.03710
2025-05-060.03874
2025-06-070.03989
2025-07-070.04022
2025-08-060.03963
2025-09-050.03996
2025-10-060.04112
2025-11-050.04040
2025-12-050.04174
2026-01-050.04292
2026-02-040.04447
2026-03-060.04276
2026-04-050.04174
2026-05-050.04213
2026-06-060.04280
2026-07-080.04361
2026-08-070.04333
2026-09-070.04435

High

0.04447

Low

0.03710

Average

0.04095

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NAD&currencies=JOD").json()

Replace YOUR_API_KEY with the key from your dashboard.

NAD/JOD API questions

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

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

How far back does NAD/JOD historical data go?

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