Skip to content

RON to USD exchange rate API

New Romanian Leu to US Dollar · quoted 2026-09-26

0.21604

▼ +8.59% over 5Y

1 RON = 0.21604 USD · 1 USD = 4.6288 RON · Get this rate via the API

1 RON buys 0.21604 USD as of 2026-09-26, so 1 USD buys 4.6288 RON. Over the last 5 years, RON/USD traded between 0.19648 and 0.23635, averaged 0.22049 and fell 8.59%. The API holds daily RON/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RON/USD over 5Y

RON/USD over 5Y: show the values
PointRON/USD
2021-09-270.23635
2021-11-080.23396
2021-12-200.22780
2022-01-310.22549
2022-03-140.22146
2022-04-270.21388
2022-06-080.21717
2022-07-200.20647
2022-08-310.20578
2022-10-120.19648
2022-11-230.20913
2023-01-050.21531
2023-02-160.21833
2023-03-300.21999
2023-05-160.21991
2023-06-270.22074
2023-08-080.22110
2023-09-190.21556
2023-10-310.21384
2023-12-120.21724
2024-01-260.21845
2024-03-080.21999
2024-04-230.21451
2024-06-050.21851
2024-07-170.22011
2024-08-270.22427
2024-10-070.22062
2024-11-060.21495
2024-12-060.21258
2025-01-050.20722
2025-02-040.20766
2025-03-060.21699
2025-04-050.22015
2025-05-050.22784
2025-06-040.22529
2025-07-040.23265
2025-08-030.22841
2025-09-020.22990
2025-10-020.23129
2025-11-010.22680
2025-12-010.22881
2025-12-310.23054
2026-01-300.23387
2026-03-010.23182
2026-03-310.22549
2026-04-300.22581
2026-05-300.22203
2026-06-300.21728
2026-07-300.21887
2026-08-290.22048

High

0.23635

Low

0.19648

Average

0.22049

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

RON/USD API questions

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

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

How far back does RON/USD historical data go?

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