Skip to content

JOD to NGN exchange rate API

Jordanian Dinar to Naira · quoted 2026-09-25

1871.45

▼ +16.31% over 5Y

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 last 5 years, JOD/NGN traded between 1864.58 and 2343.76, averaged 2081.23 and fell 16.31%. 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 5Y

JOD/NGN over 5Y: show the values
PointJOD/NGN
2024-08-242236.05
2024-10-072338.63
2024-11-062343.76
2024-12-062265.51
2025-01-052166.24
2025-02-042089.48
2025-03-062109.78
2025-04-062157.21
2025-05-062262.28
2025-06-072196.26
2025-07-072156.78
2025-08-062155.07
2025-09-052151.84
2025-10-062069.26
2025-11-052033.25
2025-12-052042.15
2026-01-052033.31
2026-02-041957.16
2026-03-061954.00
2026-04-051945.12
2026-05-051933.61
2026-06-061919.08
2026-07-081935.62
2026-08-071924.56
2026-09-071864.58

High

2343.76

Low

1864.58

Average

2081.23

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.