Skip to content

TOP to RON exchange rate API

Pa’anga to New Romanian Leu · quoted 2026-09-24

1.9629

▲ +7.34% over 1Y

1 TOP = 1.9629 RON · 1 RON = 0.50945 TOP · Get this rate via the API

1 TOP buys 1.9629 RON as of 2026-09-24, so 1 RON buys 0.50945 TOP. Over the last year, TOP/RON traded between 1.8114 and 1.9664, averaged 1.8837 and rose 7.34%. The API holds daily TOP/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/RON over 1Y

TOP/RON over 1Y: show the values
PointTOP/RON
2025-09-241.8286
2025-10-011.8325
2025-10-081.8581
2025-10-151.8597
2025-10-221.8619
2025-10-291.8359
2025-11-051.8832
2025-11-121.8625
2025-11-191.8356
2025-11-261.8354
2025-12-031.8200
2025-12-101.8316
2025-12-171.8213
2025-12-241.8114
2025-12-311.8223
2026-01-071.8276
2026-01-141.8406
2026-01-211.8351
2026-01-281.8148
2026-02-041.8475
2026-02-111.8333
2026-02-181.8377
2026-02-251.8497
2026-03-041.8628
2026-03-111.8717
2026-03-181.8924
2026-03-251.8721
2026-04-011.8610
2026-04-081.8456
2026-04-161.8633
2026-04-231.8544
2026-04-301.9092
2026-05-071.9193
2026-05-141.9180
2026-05-211.9435
2026-05-281.9359
2026-06-041.9255
2026-06-121.9253
2026-06-191.9499
2026-06-261.9539
2026-07-031.9318
2026-07-101.9353
2026-07-171.9664
2026-07-241.9657
2026-07-311.9464
2026-08-071.9482
2026-08-141.9207
2026-08-211.9182
2026-08-281.9351
2026-09-041.9329
2026-09-111.9348
2026-09-181.9462

High

1.9664

Low

1.8114

Average

1.8837

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/RON API questions

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

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

How far back does TOP/RON historical data go?

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