Skip to content

NIO to RON exchange rate API

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

0.12633

▲ +4.50% over 5Y

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 5 years, NIO/RON traded between 0.11730 and 0.13176, averaged 0.12245 and rose 4.50%. 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 5Y

NIO/RON over 5Y: show the values
PointNIO/RON
2024-08-240.12090
2024-10-070.12281
2024-11-060.12644
2024-12-060.12790
2025-01-050.13176
2025-02-040.13086
2025-03-060.12524
2025-04-060.12406
2025-05-060.12209
2025-06-070.12030
2025-07-070.11749
2025-08-060.11909
2025-09-050.11826
2025-10-060.11869
2025-11-050.12030
2025-12-050.11893
2026-01-050.11843
2026-02-040.11730
2026-03-060.11978
2026-04-050.12057
2026-05-050.12163
2026-06-060.12334
2026-07-080.12481
2026-08-070.12363
2026-09-070.12278

High

0.13176

Low

0.11730

Average

0.12245

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.