JOD to NIO exchange rate API
Jordanian Dinar to Cordoba Oro · quoted 2026-09-25
51.8974
▲ +0.04% over 5Y
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 5 years, JOD/NIO traded between 51.6563 and 52.0581, averaged 51.8607 and rose 0.04%. 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 5Y: show the values
| Point | JOD/NIO |
|---|---|
| 2024-08-24 | 51.8768 |
| 2024-10-07 | 52.0581 |
| 2024-11-06 | 51.8939 |
| 2024-12-06 | 51.8757 |
| 2025-01-05 | 51.6563 |
| 2025-02-04 | 51.9032 |
| 2025-03-06 | 51.8990 |
| 2025-04-06 | 51.6566 |
| 2025-05-06 | 51.9028 |
| 2025-06-07 | 51.9015 |
| 2025-07-07 | 51.8524 |
| 2025-08-06 | 51.8063 |
| 2025-09-05 | 51.7822 |
| 2025-10-06 | 51.7796 |
| 2025-11-05 | 51.8797 |
| 2025-12-05 | 51.8659 |
| 2026-01-05 | 51.9472 |
| 2026-02-04 | 51.8308 |
| 2026-03-06 | 51.8956 |
| 2026-04-05 | 51.7643 |
| 2026-05-05 | 51.7913 |
| 2026-06-06 | 51.9133 |
| 2026-07-08 | 51.8877 |
| 2026-08-07 | 51.9494 |
| 2026-09-07 | 51.9105 |
High
52.0581
Low
51.6563
Average
51.8607
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.