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: show the values
| Point | RUB/RON |
|---|---|
| 2025-09-26 | 0.05182 |
| 2025-10-03 | 0.05286 |
| 2025-10-10 | 0.05423 |
| 2025-10-17 | 0.05422 |
| 2025-10-24 | 0.05387 |
| 2025-10-31 | 0.05508 |
| 2025-11-07 | 0.05414 |
| 2025-11-14 | 0.05410 |
| 2025-11-21 | 0.05519 |
| 2025-11-28 | 0.05647 |
| 2025-12-05 | 0.05673 |
| 2025-12-13 | 0.05440 |
| 2025-12-20 | 0.05378 |
| 2025-12-27 | 0.05493 |
| 2026-01-03 | 0.05397 |
| 2026-01-10 | 0.05518 |
| 2026-01-17 | 0.05640 |
| 2026-01-24 | 0.05695 |
| 2026-01-31 | 0.05633 |
| 2026-02-07 | 0.05613 |
| 2026-02-14 | 0.05625 |
| 2026-02-21 | 0.05643 |
| 2026-02-28 | 0.05594 |
| 2026-03-07 | 0.05531 |
| 2026-03-14 | 0.05577 |
| 2026-03-21 | 0.05314 |
| 2026-03-28 | 0.05438 |
| 2026-04-04 | 0.05510 |
| 2026-04-11 | 0.05632 |
| 2026-04-18 | 0.05681 |
| 2026-04-25 | 0.05773 |
| 2026-05-02 | 0.05925 |
| 2026-05-09 | 0.05962 |
| 2026-05-17 | 0.06087 |
| 2026-05-25 | 0.06317 |
| 2026-06-01 | 0.06331 |
| 2026-06-10 | 0.06304 |
| 2026-06-17 | 0.06226 |
| 2026-06-24 | 0.06199 |
| 2026-07-01 | 0.05846 |
| 2026-07-08 | 0.06005 |
| 2026-07-15 | 0.05933 |
| 2026-07-22 | 0.05865 |
| 2026-07-29 | 0.05843 |
| 2026-08-05 | 0.05636 |
| 2026-08-12 | 0.05504 |
| 2026-08-20 | 0.05353 |
| 2026-08-27 | 0.05293 |
| 2026-09-03 | 0.05181 |
| 2026-09-10 | 0.05320 |
| 2026-09-17 | 0.05442 |
| 2026-09-24 | 0.05473 |
High
0.06331
Low
0.05181
Average
0.05632
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=RON"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=RON");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.