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: show the values
| Point | JOD/NGN |
|---|---|
| 2024-08-24 | 2236.05 |
| 2024-10-07 | 2338.63 |
| 2024-11-06 | 2343.76 |
| 2024-12-06 | 2265.51 |
| 2025-01-05 | 2166.24 |
| 2025-02-04 | 2089.48 |
| 2025-03-06 | 2109.78 |
| 2025-04-06 | 2157.21 |
| 2025-05-06 | 2262.28 |
| 2025-06-07 | 2196.26 |
| 2025-07-07 | 2156.78 |
| 2025-08-06 | 2155.07 |
| 2025-09-05 | 2151.84 |
| 2025-10-06 | 2069.26 |
| 2025-11-05 | 2033.25 |
| 2025-12-05 | 2042.15 |
| 2026-01-05 | 2033.31 |
| 2026-02-04 | 1957.16 |
| 2026-03-06 | 1954.00 |
| 2026-04-05 | 1945.12 |
| 2026-05-05 | 1933.61 |
| 2026-06-06 | 1919.08 |
| 2026-07-08 | 1935.62 |
| 2026-08-07 | 1924.56 |
| 2026-09-07 | 1864.58 |
High
2343.76
Low
1864.58
Average
2081.23
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.