Skip to content

CAD to SCR exchange rate API

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

10.0372

▼ +1.48% over 5Y

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 5 years, CAD/SCR traded between 9.2633 and 11.0282, averaged 10.3439 and fell 1.48%. 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 5Y

CAD/SCR over 5Y: show the values
PointCAD/SCR
2024-08-2410.1883
2024-10-0610.9101
2024-11-059.9283
2024-12-0510.3741
2025-01-049.8034
2025-02-039.7514
2025-03-059.9987
2025-04-0510.2053
2025-05-0510.2677
2025-06-0410.5611
2025-07-0410.4148
2025-08-0310.6658
2025-09-0210.6023
2025-10-0210.5551
2025-11-0110.4426
2025-12-0110.0853
2026-01-0111.0282
2026-01-3110.8818
2026-03-0210.7272
2026-04-0110.6928
2026-05-0110.7699
2026-06-0210.1164
2026-07-049.2633
2026-08-0310.2649
2026-09-0310.4061

High

11.0282

Low

9.2633

Average

10.3439

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.