Skip to content

SCR to RON exchange rate API

Seychelles Rupee to New Romanian Leu · quoted 2026-09-24

0.32657

▲ +11.48% over 1Y

1 SCR = 0.32657 RON · 1 RON = 3.0622 SCR · Get this rate via the API

1 SCR buys 0.32657 RON as of 2026-09-24, so 1 RON buys 3.0622 SCR. Over the last year, SCR/RON traded between 0.28681 and 0.33552, averaged 0.31089 and rose 11.48%. The API holds daily SCR/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/RON over 1Y

SCR/RON over 1Y: show the values
PointSCR/RON
2025-09-240.29293
2025-10-010.29619
2025-10-080.30120
2025-10-150.32156
2025-10-220.30384
2025-10-290.30332
2025-11-050.29561
2025-11-120.30987
2025-11-190.31074
2025-11-260.30928
2025-12-030.30364
2025-12-110.30567
2025-12-180.29680
2025-12-250.29897
2026-01-010.28681
2026-01-080.31338
2026-01-150.30597
2026-01-220.30351
2026-01-290.29889
2026-02-050.29451
2026-02-120.31238
2026-02-190.31732
2026-02-260.31249
2026-03-050.29835
2026-03-120.29797
2026-03-190.29220
2026-03-260.31752
2026-04-020.30411
2026-04-090.30679
2026-04-160.30065
2026-04-230.31793
2026-04-300.32154
2026-05-070.32080
2026-05-150.32801
2026-05-230.32928
2026-05-300.31011
2026-06-060.33552
2026-06-150.31443
2026-06-220.31813
2026-06-290.31645
2026-07-060.32069
2026-07-130.31301
2026-07-200.32743
2026-07-270.32572
2026-08-030.31581
2026-08-100.31241
2026-08-170.31784
2026-08-250.31467
2026-09-010.31979
2026-09-080.31746
2026-09-150.32243
2026-09-220.31889

High

0.33552

Low

0.28681

Average

0.31089

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/RON API questions

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

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

How far back does SCR/RON historical data go?

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