Skip to content

SCR to BRL exchange rate API

Seychelles Rupee to Brazilian Real · quoted 2026-09-24

0.36394

▲ +1.32% over 1Y

1 SCR = 0.36394 BRL · 1 BRL = 2.7477 SCR · Get this rate via the API

1 SCR buys 0.36394 BRL as of 2026-09-24, so 1 BRL buys 2.7477 SCR. Over the last year, SCR/BRL traded between 0.34676 and 0.40124, averaged 0.36534 and rose 1.32%. The API holds daily SCR/BRL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/BRL over 1Y

SCR/BRL over 1Y: show the values
PointSCR/BRL
2025-09-240.35919
2025-10-010.36288
2025-10-080.36817
2025-10-150.40124
2025-10-220.37306
2025-10-290.37120
2025-11-050.36079
2025-11-120.37178
2025-11-190.37744
2025-11-260.37817
2025-12-030.37007
2025-12-110.38308
2025-12-180.37904
2025-12-250.38204
2026-01-010.36446
2026-01-080.38685
2026-01-150.37610
2026-01-220.37083
2026-01-290.36367
2026-02-050.35883
2026-02-120.37699
2026-02-190.38299
2026-02-260.37141
2026-03-050.35718
2026-03-120.34869
2026-03-190.34899
2026-03-260.37640
2026-04-020.35623
2026-04-090.35891
2026-04-160.34690
2026-04-230.36239
2026-04-300.36168
2026-05-070.35264
2026-05-150.36795
2026-05-230.36498
2026-05-300.34676
2026-06-060.38219
2026-06-150.35193
2026-06-220.35841
2026-06-290.35557
2026-07-060.36250
2026-07-130.34949
2026-07-200.36438
2026-07-270.36036
2026-08-030.35193
2026-08-100.35014
2026-08-170.36642
2026-08-250.36029
2026-09-010.36656
2026-09-080.35894
2026-09-150.36418
2026-09-220.35563

High

0.40124

Low

0.34676

Average

0.36534

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/BRL API questions

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

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

How far back does SCR/BRL historical data go?

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