Skip to content

SCR to MYR exchange rate API

Seychelles Rupee to Malaysian Ringgit · quoted 2026-09-24

0.28874

▲ +1.09% over 1Y

1 SCR = 0.28874 MYR · 1 MYR = 3.4633 SCR · Get this rate via the API

1 SCR buys 0.28874 MYR as of 2026-09-24, so 1 MYR buys 3.4633 SCR. Over the last year, SCR/MYR traded between 0.25945 and 0.31078, averaged 0.28399 and rose 1.09%. The API holds daily SCR/MYR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/MYR over 1Y

SCR/MYR over 1Y: show the values
PointSCR/MYR
2025-09-240.28563
2025-10-010.28750
2025-10-080.28986
2025-10-150.31078
2025-10-220.29178
2025-10-290.29076
2025-11-050.28001
2025-11-120.29187
2025-11-190.29357
2025-11-260.29092
2025-12-030.28688
2025-12-110.28913
2025-12-180.27918
2025-12-250.27986
2026-01-010.26807
2026-01-080.29212
2026-01-150.28347
2026-01-220.28186
2026-01-290.27566
2026-02-050.26926
2026-02-120.28423
2026-02-190.28599
2026-02-260.28158
2026-03-050.26834
2026-03-120.26526
2026-03-190.25945
2026-03-260.28709
2026-04-020.27766
2026-04-090.28034
2026-04-160.27498
2026-04-230.28941
2026-04-300.28825
2026-05-070.28043
2026-05-150.28888
2026-05-230.28835
2026-05-300.27327
2026-06-060.29770
2026-06-150.28229
2026-06-220.28864
2026-06-290.28032
2026-07-060.28587
2026-07-130.27813
2026-07-200.29215
2026-07-270.28967
2026-08-030.28443
2026-08-100.28163
2026-08-170.28570
2026-08-250.28268
2026-09-010.28481
2026-09-080.28523
2026-09-150.28894
2026-09-220.28280

High

0.31078

Low

0.25945

Average

0.28399

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/MYR API questions

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

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

How far back does SCR/MYR historical data go?

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