Skip to content

NIO to RON exchange rate API

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

0.12633

▲ +7.05% over YTD

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 year to date, NIO/RON traded between 0.11581 and 0.12633, averaged 0.12112 and rose 7.05%. 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 YTD

NIO/RON over YTD: show the values
PointNIO/RON
2025-12-310.11802
2026-01-070.11847
2026-01-140.11874
2026-01-210.11793
2026-01-280.11581
2026-02-040.11730
2026-02-110.11614
2026-02-180.11691
2026-02-250.11747
2026-03-040.11878
2026-03-110.11939
2026-03-180.12046
2026-03-250.11959
2026-04-010.11947
2026-04-080.11834
2026-04-150.11738
2026-04-220.11783
2026-04-290.11862
2026-05-060.12182
2026-05-140.12102
2026-05-210.12278
2026-05-290.12288
2026-06-050.12262
2026-06-140.12327
2026-06-210.12454
2026-06-280.12509
2026-07-050.12455
2026-07-120.12493
2026-07-190.12441
2026-07-260.12522
2026-08-020.12410
2026-08-090.12323
2026-08-160.12329
2026-08-240.12245
2026-08-310.12316
2026-09-070.12278
2026-09-140.12394
2026-09-210.12468

High

0.12633

Low

0.11581

Average

0.12112

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.