Skip to content

RON to USD exchange rate API

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

0.21604

▼ +6.01% over 1Y

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 year, RON/USD traded between 0.21604 and 0.23387, averaged 0.22536 and fell 6.01%. 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 1Y

RON/USD over 1Y: show the values
PointRON/USD
2025-09-260.22984
2025-10-030.23051
2025-10-100.22714
2025-10-170.22955
2025-10-240.22843
2025-10-310.22718
2025-11-070.22733
2025-11-140.22906
2025-11-210.22634
2025-11-280.22719
2025-12-050.22866
2025-12-120.23045
2025-12-190.23012
2025-12-260.23151
2026-01-020.23030
2026-01-090.22871
2026-01-160.22820
2026-01-230.23048
2026-01-300.23387
2026-02-060.23162
2026-02-130.23283
2026-02-200.23083
2026-02-270.23167
2026-03-060.22690
2026-03-130.22525
2026-03-200.22675
2026-03-270.22587
2026-04-030.22631
2026-04-100.23001
2026-04-170.23136
2026-04-240.23003
2026-05-010.22561
2026-05-080.22515
2026-05-150.22290
2026-05-220.22090
2026-05-290.22169
2026-06-050.22190
2026-06-130.22101
2026-06-200.21892
2026-06-270.21726
2026-07-040.21896
2026-07-110.21803
2026-07-180.21864
2026-07-250.21785
2026-08-010.21983
2026-08-080.22050
2026-08-150.22098
2026-08-220.22227
2026-08-290.22048
2026-09-050.22114
2026-09-120.22076
2026-09-190.21822
2026-09-260.21604

High

0.23387

Low

0.21604

Average

0.22536

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.