Skip to content

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

JOD/NIO over 1Y: show the values
PointJOD/NIO
2025-09-2551.8055
2025-10-0251.9299
2025-10-0951.8837
2025-10-1651.8049
2025-10-2351.8480
2025-10-3051.9323
2025-11-0651.8810
2025-11-1351.8884
2025-11-2051.9031
2025-11-2751.8828
2025-12-0451.8852
2025-12-1251.8496
2025-12-1951.8892
2025-12-2651.9045
2026-01-0251.8950
2026-01-0951.9354
2026-01-1651.8747
2026-01-2351.7926
2026-01-3051.9191
2026-02-0651.9211
2026-02-1351.9382
2026-02-2051.9115
2026-02-2751.9329
2026-03-0651.8956
2026-03-1351.9813
2026-03-2051.8454
2026-03-2751.8686
2026-04-0351.8490
2026-04-1051.7901
2026-04-1751.9060
2026-04-2451.7786
2026-05-0151.7894
2026-05-0852.0680
2026-05-1651.7872
2026-05-2451.7114
2026-05-3151.7091
2026-06-0951.7732
2026-06-1651.8615
2026-06-2351.8476
2026-06-3051.8798
2026-07-0751.8612
2026-07-1451.8547
2026-07-2151.9485
2026-07-2851.8721
2026-08-0451.9313
2026-08-1151.9221
2026-08-1851.9184
2026-08-2651.8861
2026-09-0251.8404
2026-09-0951.8479
2026-09-1651.7769
2026-09-2351.9375

High

52.0680

Low

51.7091

Average

51.8725

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.