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: show the values
| Point | JOD/NGN |
|---|---|
| 2025-09-25 | 2100.96 |
| 2025-10-02 | 2094.17 |
| 2025-10-09 | 2075.85 |
| 2025-10-16 | 2064.70 |
| 2025-10-23 | 2063.84 |
| 2025-10-30 | 2047.17 |
| 2025-11-06 | 2033.55 |
| 2025-11-13 | 2033.56 |
| 2025-11-20 | 2047.58 |
| 2025-11-27 | 2042.08 |
| 2025-12-04 | 2041.60 |
| 2025-12-12 | 2044.51 |
| 2025-12-19 | 2054.11 |
| 2025-12-26 | 2046.41 |
| 2026-01-02 | 2038.16 |
| 2026-01-09 | 2011.06 |
| 2026-01-16 | 2005.38 |
| 2026-01-23 | 2002.42 |
| 2026-01-30 | 1960.49 |
| 2026-02-06 | 1929.19 |
| 2026-02-13 | 1911.88 |
| 2026-02-20 | 1895.98 |
| 2026-02-27 | 1909.75 |
| 2026-03-06 | 1954.00 |
| 2026-03-13 | 1965.25 |
| 2026-03-20 | 1909.54 |
| 2026-03-27 | 1953.69 |
| 2026-04-03 | 1944.51 |
| 2026-04-10 | 1920.64 |
| 2026-04-17 | 1891.23 |
| 2026-04-24 | 1906.00 |
| 2026-05-01 | 1938.86 |
| 2026-05-08 | 1920.32 |
| 2026-05-16 | 1935.79 |
| 2026-05-24 | 1933.48 |
| 2026-05-31 | 1939.71 |
| 2026-06-09 | 1920.35 |
| 2026-06-16 | 1915.81 |
| 2026-06-23 | 1929.20 |
| 2026-06-30 | 1946.04 |
| 2026-07-07 | 1929.34 |
| 2026-07-14 | 1948.74 |
| 2026-07-21 | 1947.48 |
| 2026-07-28 | 1927.40 |
| 2026-08-04 | 1923.43 |
| 2026-08-11 | 1924.29 |
| 2026-08-18 | 1908.21 |
| 2026-08-26 | 1899.73 |
| 2026-09-02 | 1879.97 |
| 2026-09-09 | 1863.14 |
| 2026-09-16 | 1873.13 |
| 2026-09-23 | 1868.70 |
High
2100.96
Low
1863.14
Average
1963.09
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.