JOD to NIO exchange rate API
Jordanian Dinar to Cordoba Oro · quoted 2026-09-25
51.8974
▲ +0.02% over 30D
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 30 days, JOD/NIO traded between 51.5902 and 51.9827, averaged 51.8418 and rose 0.02%. 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 30D: show the values
| Point | JOD/NIO |
|---|---|
| 2026-08-26 | 51.8861 |
| 2026-08-27 | 51.8894 |
| 2026-08-28 | 51.8529 |
| 2026-08-29 | 51.9512 |
| 2026-08-30 | 51.7434 |
| 2026-08-31 | 51.9387 |
| 2026-09-01 | 51.9030 |
| 2026-09-02 | 51.8404 |
| 2026-09-03 | 51.8650 |
| 2026-09-04 | 51.8892 |
| 2026-09-05 | 51.8997 |
| 2026-09-06 | 51.7737 |
| 2026-09-07 | 51.9105 |
| 2026-09-08 | 51.9042 |
| 2026-09-09 | 51.8479 |
| 2026-09-10 | 51.8536 |
| 2026-09-11 | 51.8332 |
| 2026-09-12 | 51.5902 |
| 2026-09-13 | 51.6881 |
| 2026-09-14 | 51.7900 |
| 2026-09-15 | 51.8026 |
| 2026-09-16 | 51.7769 |
| 2026-09-17 | 51.7454 |
| 2026-09-18 | 51.7188 |
| 2026-09-19 | 51.8993 |
| 2026-09-20 | 51.8069 |
| 2026-09-21 | 51.8334 |
| 2026-09-22 | 51.7904 |
| 2026-09-23 | 51.9375 |
| 2026-09-24 | 51.9827 |
| 2026-09-25 | 51.8974 |
High
51.9827
Low
51.5902
Average
51.8418
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.