Skip to content

CAD to SCR exchange rate API

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

10.0372

▼ +5.96% over YTD

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 year to date, CAD/SCR traded between 9.9818 and 11.0543, averaged 10.4092 and fell 5.96%. 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 YTD

CAD/SCR over YTD: show the values
PointCAD/SCR
2025-12-3110.6728
2026-01-0710.1528
2026-01-1410.4617
2026-01-2110.2753
2026-01-2810.8043
2026-02-0410.9427
2026-02-1111.0543
2026-02-1810.5591
2026-02-2510.9767
2026-03-0410.0444
2026-03-119.9818
2026-03-1810.3931
2026-03-2510.5457
2026-04-0110.6928
2026-04-0810.0816
2026-04-1510.2398
2026-04-2210.7715
2026-04-299.9933
2026-05-0610.1615
2026-05-1410.4129
2026-05-2110.4383
2026-05-2910.3187
2026-06-0510.0783
2026-06-1410.4156
2026-06-2110.3591
2026-06-2810.4936
2026-07-0510.1785
2026-07-1210.4432
2026-07-1910.4122
2026-07-2610.2926
2026-08-0210.5187
2026-08-0910.5486
2026-08-1610.5717
2026-08-2410.4927
2026-08-3110.3373
2026-09-0710.2796
2026-09-1410.2106
2026-09-2110.3150

High

11.0543

Low

9.9818

Average

10.4092

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.