Skip to content

SCR to RON exchange rate API

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

0.32657

▲ +1.09% over 5Y

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 5 years, SCR/RON traded between 0.28633 and 0.34317, averaged 0.31157 and rose 1.09%. 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 5Y

SCR/RON over 5Y: show the values
PointSCR/RON
2024-08-240.32304
2024-10-070.31393
2024-11-060.33851
2024-12-060.34317
2025-01-050.32370
2025-02-040.33240
2025-03-060.32066
2025-04-060.30707
2025-05-060.31367
2025-06-050.31076
2025-07-050.29591
2025-08-040.30231
2025-09-030.29375
2025-10-030.29939
2025-11-020.29934
2025-12-020.30494
2026-01-020.28633
2026-02-010.28819
2026-03-030.31420
2026-04-020.30411
2026-05-020.30321
2026-06-030.30952
2026-07-050.31595
2026-08-040.31439
2026-09-040.31594

High

0.34317

Low

0.28633

Average

0.31157

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.