JOD to NIO exchange rate API
Jordanian Dinar to Cordoba Oro · quoted 2026-09-25
51.8974
▲ +0.18% over 1Y
1 JOD = 51.8974 NIO · 1 NIO = 0.01927 JOD · Get this rate via the API
1 JOD buys 51.8974 NIO as of 2026-09-25, so 1 NIO buys 0.01927 JOD. Over the last year, JOD/NIO traded between 51.7091 and 52.0680, averaged 51.8725 and rose 0.18%. The API holds daily JOD/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/NIO over 1Y: show the values
| Point | JOD/NIO |
|---|---|
| 2025-09-25 | 51.8055 |
| 2025-10-02 | 51.9299 |
| 2025-10-09 | 51.8837 |
| 2025-10-16 | 51.8049 |
| 2025-10-23 | 51.8480 |
| 2025-10-30 | 51.9323 |
| 2025-11-06 | 51.8810 |
| 2025-11-13 | 51.8884 |
| 2025-11-20 | 51.9031 |
| 2025-11-27 | 51.8828 |
| 2025-12-04 | 51.8852 |
| 2025-12-12 | 51.8496 |
| 2025-12-19 | 51.8892 |
| 2025-12-26 | 51.9045 |
| 2026-01-02 | 51.8950 |
| 2026-01-09 | 51.9354 |
| 2026-01-16 | 51.8747 |
| 2026-01-23 | 51.7926 |
| 2026-01-30 | 51.9191 |
| 2026-02-06 | 51.9211 |
| 2026-02-13 | 51.9382 |
| 2026-02-20 | 51.9115 |
| 2026-02-27 | 51.9329 |
| 2026-03-06 | 51.8956 |
| 2026-03-13 | 51.9813 |
| 2026-03-20 | 51.8454 |
| 2026-03-27 | 51.8686 |
| 2026-04-03 | 51.8490 |
| 2026-04-10 | 51.7901 |
| 2026-04-17 | 51.9060 |
| 2026-04-24 | 51.7786 |
| 2026-05-01 | 51.7894 |
| 2026-05-08 | 52.0680 |
| 2026-05-16 | 51.7872 |
| 2026-05-24 | 51.7114 |
| 2026-05-31 | 51.7091 |
| 2026-06-09 | 51.7732 |
| 2026-06-16 | 51.8615 |
| 2026-06-23 | 51.8476 |
| 2026-06-30 | 51.8798 |
| 2026-07-07 | 51.8612 |
| 2026-07-14 | 51.8547 |
| 2026-07-21 | 51.9485 |
| 2026-07-28 | 51.8721 |
| 2026-08-04 | 51.9313 |
| 2026-08-11 | 51.9221 |
| 2026-08-18 | 51.9184 |
| 2026-08-26 | 51.8861 |
| 2026-09-02 | 51.8404 |
| 2026-09-09 | 51.8479 |
| 2026-09-16 | 51.7769 |
| 2026-09-23 | 51.9375 |
High
52.0680
Low
51.7091
Average
51.8725
Get this rate via the API
One GET request returns the JOD/NIO 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=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NIO").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/NIO API questions
How do I get the JOD/NIO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/NIO rate in rates.NIO.
How far back does JOD/NIO historical data go?
Daily JOD/NIO 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/NIO 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.