Convert CAD to SCR
Canadian Dollar → Seychellois Rupee
1 CAD = 10.134626 SCR(1 SCR = 0.0986716 CAD)
Currency converter
1 CAD =
10.1346 SCR
CAD to SCR: last 30 days
Over the last 30 days, 1 CAD traded between 9.9018 and 10.6651 SCR, averaging 10.2728 SCR. The CAD/SCR rate is up 0.17% since 2026-08-28.
- 30-day high
- 10.6651
- 2026-09-13
- 30-day low
- 9.9018
- 2026-09-18
- 30-day average
- 10.2728
- Days with data: 30
- 30-day change
- +0.17%
- since 2026-08-28
10.6651
9.90182026-08-28 → 2026-09-26
| Date | 1 CAD in SCR | Daily change |
|---|---|---|
| 2026-09-26 | 10.1346 | 0.00% |
| 2026-09-25 | 10.1346 | +0.77% |
| 2026-09-24 | 10.0572 | -2.53% |
| 2026-09-23 | 10.3182 | +0.59% |
| 2026-09-22 | 10.2576 | -0.56% |
| 2026-09-21 | 10.3152 | -2.01% |
| 2026-09-20 | 10.5273 | +3.46% |
| 2026-09-19 | 10.175 | +2.76% |
| 2026-09-18 | 9.9018 | -4.01% |
| 2026-09-17 | 10.3152 | +0.49% |
| 2026-09-16 | 10.2652 | +1.02% |
| 2026-09-15 | 10.1615 | -0.48% |
| 2026-09-14 | 10.2106 | -4.26% |
| 2026-09-13 | 10.6651 | +7.32% |
| 2026-09-12 | 9.9373 | -3.90% |
| Date | 1 CAD in SCR | Daily change |
|---|---|---|
| 2026-09-11 | 10.341 | +0.29% |
| 2026-09-10 | 10.3112 | -0.64% |
| 2026-09-09 | 10.3773 | +0.61% |
| 2026-09-08 | 10.3146 | +0.34% |
| 2026-09-07 | 10.2798 | -3.19% |
| 2026-09-06 | 10.6185 | +6.31% |
| 2026-09-05 | 9.9878 | -3.66% |
| 2026-09-04 | 10.3668 | -0.38% |
| 2026-09-03 | 10.4058 | +0.21% |
| 2026-09-02 | 10.3839 | +1.68% |
| 2026-09-01 | 10.2124 | -1.21% |
| 2026-08-31 | 10.3372 | -2.44% |
| 2026-08-30 | 10.5957 | +4.31% |
| 2026-08-29 | 10.1579 | +0.40% |
| 2026-08-28 | 10.1173 | — |
CAD to SCR conversion table
1 CAD10.1346 SCR
5 CAD50.6731 SCR
10 CAD101.3463 SCR
25 CAD253.3657 SCR
50 CAD506.7313 SCR
100 CAD1,013.4626 SCR
500 CAD5,067.3131 SCR
1,000 CAD10,134.626 SCR
5,000 CAD50,673.131 SCR
10,000 CAD101,346.26 SCR
Get the CAD/SCR rate in your app
One GET request returns the latest CAD → SCR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CAD/SCR"fetch('https://rate-api.com/api/v1/pair/CAD/SCR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} SCR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/SCR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} SCR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/SCR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} SCR\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "SCR"
},
"rate": 10.1346,
"timestamp": 1790429424,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
SCR to CADSeychellois Rupee → Canadian Dollar0.098672Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.