Skip to content

USD to RON exchange rate API

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

4.6409

▲ +9.69% over 5Y

1 USD = 4.6409 RON · 1 RON = 0.21547 USD · Get this rate via the API

1 USD buys 4.6409 RON as of 2026-09-25, so 1 RON buys 0.21547 USD. Over the last 5 years, USD/RON traded between 4.2311 and 5.0896, averaged 4.5418 and rose 9.69%. The API holds daily USD/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/RON over 5Y

USD/RON over 5Y: show the values
PointUSD/RON
2021-09-274.2311
2021-11-084.2742
2021-12-204.3898
2022-01-314.4348
2022-03-144.5155
2022-04-274.6754
2022-06-084.6047
2022-07-204.8432
2022-08-314.8595
2022-10-125.0896
2022-11-234.7816
2023-01-054.6444
2023-02-164.5803
2023-03-304.5456
2023-05-164.5472
2023-06-274.5302
2023-08-084.5228
2023-09-194.6390
2023-10-314.6764
2023-12-124.6031
2024-01-264.5778
2024-03-084.5456
2024-04-234.6619
2024-06-054.5764
2024-07-174.5432
2024-08-274.4590
2024-10-074.5327
2024-11-064.6522
2024-12-064.7041
2025-01-054.8258
2025-02-044.8156
2025-03-064.6086
2025-04-054.5424
2025-05-054.3891
2025-06-044.4387
2025-07-044.2984
2025-08-034.3782
2025-09-024.3498
2025-10-024.3236
2025-11-014.4092
2025-12-014.3704
2025-12-314.3377
2026-01-304.2759
2026-03-014.3137
2026-03-314.4348
2026-04-304.4286
2026-05-304.5039
2026-06-304.6023
2026-07-304.5690
2026-08-294.5356

High

5.0896

Low

4.2311

Average

4.5418

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/RON API questions

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

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

How far back does USD/RON historical data go?

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