Skip to content

SCR to SGD exchange rate API

Seychelles Rupee to Singapore Dollar · quoted 2026-09-25

0.09012

▲ +1.71% over 1Y

1 SCR = 0.09012 SGD · 1 SGD = 11.0958 SCR · Get this rate via the API

1 SCR buys 0.09012 SGD as of 2026-09-25, so 1 SGD buys 11.0958 SCR. Over the last year, SCR/SGD traded between 0.08386 and 0.10178, averaged 0.08924 and rose 1.71%. The API holds daily SCR/SGD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/SGD over 1Y

SCR/SGD over 1Y: show the values
PointSCR/SGD
2025-09-250.08861
2025-10-020.08746
2025-10-090.08813
2025-10-160.08856
2025-10-230.09389
2025-10-300.09169
2025-11-060.09159
2025-11-130.08801
2025-11-200.09175
2025-11-270.08800
2025-12-040.09016
2025-12-120.08586
2025-12-190.09410
2025-12-260.08644
2026-01-020.08482
2026-01-090.10178
2026-01-160.08522
2026-01-230.08788
2026-01-300.08839
2026-02-060.08871
2026-02-130.08790
2026-02-200.08386
2026-02-270.09266
2026-03-060.08564
2026-03-130.08567
2026-03-200.08505
2026-03-270.08909
2026-04-030.08969
2026-04-100.08393
2026-04-170.09248
2026-04-240.09288
2026-05-010.08704
2026-05-080.09154
2026-05-160.09412
2026-05-240.08582
2026-05-310.08641
2026-06-090.09269
2026-06-160.08975
2026-06-230.09106
2026-06-300.08960
2026-07-070.08840
2026-07-140.09038
2026-07-210.09086
2026-07-280.09223
2026-08-040.08841
2026-08-110.09050
2026-08-180.08780
2026-08-260.08950
2026-09-020.08805
2026-09-090.08843
2026-09-160.08899
2026-09-230.08793

High

0.10178

Low

0.08386

Average

0.08924

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/SGD API questions

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

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

How far back does SCR/SGD historical data go?

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