Skip to content

JOD to NIO exchange rate API

Jordanian Dinar to Cordoba Oro · quoted 2026-09-25

51.8974

▲ +0.36% over 6M

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 6 months, JOD/NIO traded between 51.6328 and 52.0044, averaged 51.8410 and rose 0.36%. 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 6M

JOD/NIO over 6M: show the values
PointJOD/NIO
2026-03-2951.7089
2026-04-0551.7643
2026-04-1251.8191
2026-04-1951.9849
2026-04-2651.8184
2026-05-0351.7748
2026-05-1051.7608
2026-05-1852.0044
2026-05-2651.8411
2026-06-0251.8557
2026-06-1151.8305
2026-06-1851.9120
2026-06-2551.8518
2026-07-0251.6328
2026-07-0951.8632
2026-07-1651.7734
2026-07-2351.8697
2026-07-3051.8434
2026-08-0651.8626
2026-08-1351.9136
2026-08-2151.9337
2026-08-2851.8529
2026-09-0451.8892
2026-09-1151.8332
2026-09-1851.7188
2026-09-2551.8974

High

52.0044

Low

51.6328

Average

51.8410

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=NIO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=NIO");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.