Skip to content

NIO to RON exchange rate API

Cordoba Oro to New Romanian Leu · quoted 2026-09-27

0.12633

▲ +6.83% over 1Y

1 NIO = 0.12633 RON · 1 RON = 7.9156 NIO · Get this rate via the API

1 NIO buys 0.12633 RON as of 2026-09-27, so 1 RON buys 7.9156 NIO. Over the last year, NIO/RON traded between 0.11674 and 0.12633, averaged 0.12081 and rose 6.83%. The API holds daily NIO/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/RON over 1Y

NIO/RON over 1Y: show the values
PointNIO/RON
2025-09-270.11825
2025-10-040.11831
2025-10-110.11971
2025-10-180.11864
2025-10-250.11953
2025-11-010.11998
2025-11-080.11958
2025-11-150.11898
2025-11-220.12043
2025-11-290.11947
2025-12-060.11901
2025-12-140.11803
2025-12-210.11829
2025-12-280.11771
2026-01-040.11829
2026-01-110.11901
2026-01-180.11932
2026-01-250.11751
2026-02-010.11707
2026-02-080.11734
2026-02-150.11674
2026-02-220.11764
2026-03-010.11720
2026-03-080.11958
2026-03-150.12139
2026-03-220.12004
2026-03-290.12074
2026-04-050.12057
2026-04-120.11818
2026-04-190.11748
2026-04-260.11814
2026-05-030.12090
2026-05-100.12061
2026-05-180.12129
2026-05-260.12251
2026-06-020.12271
2026-06-110.12358
2026-06-180.12420
2026-06-250.12547
2026-07-020.12539
2026-07-090.12453
2026-07-160.12451
2026-07-230.12495
2026-07-300.12430
2026-08-060.12380
2026-08-130.12353
2026-08-210.12202
2026-08-280.12285
2026-09-040.12286
2026-09-110.12335
2026-09-180.12528
2026-09-250.12576

High

0.12633

Low

0.11674

Average

0.12081

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=RON").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/RON API questions

How do I get the NIO/RON exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=RON, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/RON rate in rates.RON.

How far back does NIO/RON historical data go?

Daily NIO/RON 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 NIO/RON 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.