Skip to content

JOD to NIO exchange rate API

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

51.8974

▲ +0.11% over YTD

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 year to date, JOD/NIO traded between 51.7116 and 51.9691, averaged 51.8417 and rose 0.11%. 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 YTD

JOD/NIO over YTD: show the values
PointJOD/NIO
2025-12-3151.8409
2026-01-0751.8484
2026-01-1451.8920
2026-01-2151.9050
2026-01-2851.8390
2026-02-0451.8308
2026-02-1151.9148
2026-02-1851.8733
2026-02-2551.9025
2026-03-0451.9119
2026-03-1151.9318
2026-03-1851.8623
2026-03-2551.8360
2026-04-0151.8576
2026-04-0851.8777
2026-04-1551.9290
2026-04-2251.9691
2026-04-2951.7834
2026-05-0651.7782
2026-05-1451.8408
2026-05-2151.9303
2026-05-2951.7756
2026-06-0551.8353
2026-06-1451.7854
2026-06-2151.7116
2026-06-2851.8226
2026-07-0551.7172
2026-07-1251.7644
2026-07-1951.7412
2026-07-2651.7514
2026-08-0251.7304
2026-08-0951.8361
2026-08-1651.7826
2026-08-2451.8494
2026-08-3151.9387
2026-09-0751.9105
2026-09-1451.7900
2026-09-2151.8334

High

51.9691

Low

51.7116

Average

51.8417

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.