Skip to content

RUB to RON exchange rate API

Russian Ruble to New Romanian Leu · quoted 2026-09-26

0.05485

▲ +5.86% over 1Y

1 RUB = 0.05485 RON · 1 RON = 18.2302 RUB · Get this rate via the API

1 RUB buys 0.05485 RON as of 2026-09-26, so 1 RON buys 18.2302 RUB. Over the last year, RUB/RON traded between 0.05181 and 0.06331, averaged 0.05632 and rose 5.86%. The API holds daily RUB/RON rates from 2005-07-01 — 21 years of history — so any past day, or a whole series, is one request away.

RUB/RON over 1Y

RUB/RON over 1Y: show the values
PointRUB/RON
2025-09-260.05182
2025-10-030.05286
2025-10-100.05423
2025-10-170.05422
2025-10-240.05387
2025-10-310.05508
2025-11-070.05414
2025-11-140.05410
2025-11-210.05519
2025-11-280.05647
2025-12-050.05673
2025-12-130.05440
2025-12-200.05378
2025-12-270.05493
2026-01-030.05397
2026-01-100.05518
2026-01-170.05640
2026-01-240.05695
2026-01-310.05633
2026-02-070.05613
2026-02-140.05625
2026-02-210.05643
2026-02-280.05594
2026-03-070.05531
2026-03-140.05577
2026-03-210.05314
2026-03-280.05438
2026-04-040.05510
2026-04-110.05632
2026-04-180.05681
2026-04-250.05773
2026-05-020.05925
2026-05-090.05962
2026-05-170.06087
2026-05-250.06317
2026-06-010.06331
2026-06-100.06304
2026-06-170.06226
2026-06-240.06199
2026-07-010.05846
2026-07-080.06005
2026-07-150.05933
2026-07-220.05865
2026-07-290.05843
2026-08-050.05636
2026-08-120.05504
2026-08-200.05353
2026-08-270.05293
2026-09-030.05181
2026-09-100.05320
2026-09-170.05442
2026-09-240.05473

High

0.06331

Low

0.05181

Average

0.05632

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/RON API questions

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

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

How far back does RUB/RON historical data go?

Daily RUB/RON rates are available from 2005-07-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/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.