Skip to content

JOD to NGN exchange rate API

Jordanian Dinar to Naira · quoted 2026-09-25

1871.45

▼ +8.50% over YTD

1 JOD = 1871.45 NGN · 1 NGN = 0.000534 JOD · Get this rate via the API

1 JOD buys 1871.45 NGN as of 2026-09-25, so 1 NGN buys 0.000534 JOD. Over the year to date, JOD/NGN traded between 1864.58 and 2045.21, averaged 1933.11 and fell 8.50%. The API holds daily JOD/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/NGN over YTD

JOD/NGN over YTD: show the values
PointJOD/NGN
2025-12-312045.21
2026-01-072016.35
2026-01-142008.44
2026-01-212002.19
2026-01-281982.52
2026-02-041957.16
2026-02-111910.21
2026-02-181900.80
2026-02-251906.39
2026-03-041944.74
2026-03-111972.59
2026-03-181913.54
2026-03-251940.45
2026-04-011950.74
2026-04-081948.79
2026-04-151907.26
2026-04-221902.32
2026-04-291939.26
2026-05-061926.56
2026-05-141934.67
2026-05-211934.18
2026-05-291937.10
2026-06-051920.82
2026-06-141920.26
2026-06-211920.84
2026-06-281944.70
2026-07-051932.42
2026-07-121941.99
2026-07-191943.81
2026-07-261926.15
2026-08-021928.99
2026-08-091927.93
2026-08-161917.27
2026-08-241903.46
2026-08-311899.27
2026-09-071864.58
2026-09-141869.21
2026-09-211876.78

High

2045.21

Low

1864.58

Average

1933.11

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/NGN API questions

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

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

How far back does JOD/NGN historical data go?

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