Skip to content

CAD to SCR exchange rate API

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

10.0372

▼ +4.14% over 1Y

1 CAD = 10.0372 SCR · 1 SCR = 0.09963 CAD · Get this rate via the API

1 CAD buys 10.0372 SCR as of 2026-09-25, so 1 SCR buys 0.09963 CAD. Over the last year, CAD/SCR traded between 9.1086 and 11.0501, averaged 10.3761 and fell 4.14%. The API holds daily CAD/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/SCR over 1Y

CAD/SCR over 1Y: show the values
PointCAD/SCR
2025-09-2510.4701
2025-10-0210.5551
2025-10-0910.5408
2025-10-1610.4153
2025-10-239.8928
2025-10-3010.1437
2025-11-0610.1043
2025-11-1310.5504
2025-11-2010.1322
2025-11-2710.5020
2025-12-0410.2861
2025-12-1210.9338
2025-12-199.9611
2025-12-2610.8648
2026-01-0211.0424
2026-01-099.1086
2026-01-1610.8810
2026-01-2310.5724
2026-01-3010.6051
2026-02-0610.5025
2026-02-1310.5534
2026-02-2011.0501
2026-02-279.9911
2026-03-0610.9578
2026-03-1310.8997
2026-03-2010.9743
2026-03-2710.4219
2026-04-0310.2902
2026-04-1010.9811
2026-04-1710.0627
2026-04-2410.0448
2026-05-0110.7699
2026-05-0810.1408
2026-05-169.8935
2026-05-2410.7821
2026-05-3110.7068
2026-06-099.9592
2026-06-1610.1943
2026-06-2310.0312
2026-06-3010.1516
2026-07-0710.2748
2026-07-1410.1351
2026-07-2110.0913
2026-07-289.9407
2026-08-0410.3156
2026-08-1110.1489
2026-08-1810.4895
2026-08-2610.2348
2026-09-0210.3842
2026-09-0910.3770
2026-09-1610.2648
2026-09-2310.3182

High

11.0501

Low

9.1086

Average

10.3761

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=SCR").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/SCR API questions

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

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

How far back does CAD/SCR historical data go?

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