CAD to SCR exchange rate API
Canadian Dollar to Seychelles Rupee · quoted 2026-09-25
10.0372
▼ +1.93% over 30D
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 30 days, CAD/SCR traded between 9.9014 and 10.6555, averaged 10.2687 and fell 1.93%. 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 30D: show the values
| Point | CAD/SCR |
|---|---|
| 2026-08-26 | 10.2348 |
| 2026-08-27 | 10.2574 |
| 2026-08-28 | 10.1174 |
| 2026-08-29 | 10.1218 |
| 2026-08-30 | 10.5551 |
| 2026-08-31 | 10.3373 |
| 2026-09-01 | 10.2125 |
| 2026-09-02 | 10.3842 |
| 2026-09-03 | 10.4061 |
| 2026-09-04 | 10.3670 |
| 2026-09-05 | 9.9630 |
| 2026-09-06 | 10.5920 |
| 2026-09-07 | 10.2796 |
| 2026-09-08 | 10.3147 |
| 2026-09-09 | 10.3770 |
| 2026-09-10 | 10.3110 |
| 2026-09-11 | 10.3412 |
| 2026-09-12 | 9.9282 |
| 2026-09-13 | 10.6555 |
| 2026-09-14 | 10.2106 |
| 2026-09-15 | 10.1617 |
| 2026-09-16 | 10.2648 |
| 2026-09-17 | 10.3150 |
| 2026-09-18 | 9.9014 |
| 2026-09-19 | 10.1946 |
| 2026-09-20 | 10.5420 |
| 2026-09-21 | 10.3150 |
| 2026-09-22 | 10.2574 |
| 2026-09-23 | 10.3182 |
| 2026-09-24 | 10.0572 |
High
10.6555
Low
9.9014
Average
10.2687
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.