Skip to content

JOD to NGN exchange rate API

Jordanian Dinar to Naira · quoted 2026-09-25

1871.45

▼ +10.92% over 1Y

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 year, JOD/NGN traded between 1863.14 and 2100.96, averaged 1963.09 and fell 10.92%. 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 1Y

JOD/NGN over 1Y: show the values
PointJOD/NGN
2025-09-252100.96
2025-10-022094.17
2025-10-092075.85
2025-10-162064.70
2025-10-232063.84
2025-10-302047.17
2025-11-062033.55
2025-11-132033.56
2025-11-202047.58
2025-11-272042.08
2025-12-042041.60
2025-12-122044.51
2025-12-192054.11
2025-12-262046.41
2026-01-022038.16
2026-01-092011.06
2026-01-162005.38
2026-01-232002.42
2026-01-301960.49
2026-02-061929.19
2026-02-131911.88
2026-02-201895.98
2026-02-271909.75
2026-03-061954.00
2026-03-131965.25
2026-03-201909.54
2026-03-271953.69
2026-04-031944.51
2026-04-101920.64
2026-04-171891.23
2026-04-241906.00
2026-05-011938.86
2026-05-081920.32
2026-05-161935.79
2026-05-241933.48
2026-05-311939.71
2026-06-091920.35
2026-06-161915.81
2026-06-231929.20
2026-06-301946.04
2026-07-071929.34
2026-07-141948.74
2026-07-211947.48
2026-07-281927.40
2026-08-041923.43
2026-08-111924.29
2026-08-181908.21
2026-08-261899.73
2026-09-021879.97
2026-09-091863.14
2026-09-161873.13
2026-09-231868.70

High

2100.96

Low

1863.14

Average

1963.09

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.