Convert SAR to CAD
Saudi Riyal → Canadian Dollar
1 SAR = 0.377141 CAD(1 CAD = 2.651532 SAR)
Currency converter
1 SAR =
0.37714 CAD
SAR to CAD: last 30 days
Over the last 30 days, 1 SAR traded between 0.36715 and 0.37728 CAD, averaging 0.37128 CAD. The SAR/CAD rate is up 2.08% since 2026-08-28.
- 30-day high
- 0.37728
- 2026-09-18
- 30-day low
- 0.36715
- 2026-09-09
- 30-day average
- 0.37128
- Days with data: 30
- 30-day change
- +2.08%
- since 2026-08-28
0.37728
0.367152026-08-28 → 2026-09-26
| Date | 1 SAR in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.37714 | 0.00% |
| 2026-09-25 | 0.37714 | +0.18% |
| 2026-09-24 | 0.37646 | +0.20% |
| 2026-09-23 | 0.37571 | +0.32% |
| 2026-09-22 | 0.37451 | +0.29% |
| 2026-09-21 | 0.37344 | -0.04% |
| 2026-09-20 | 0.3736 | 0.00% |
| 2026-09-19 | 0.3736 | -0.98% |
| 2026-09-18 | 0.37728 | +1.09% |
| 2026-09-17 | 0.3732 | +0.40% |
| 2026-09-16 | 0.37171 | +0.14% |
| 2026-09-15 | 0.3712 | +0.24% |
| 2026-09-14 | 0.37032 | +0.21% |
| 2026-09-13 | 0.36955 | 0.00% |
| 2026-09-12 | 0.36955 | 0.00% |
| Date | 1 SAR in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.36955 | +0.30% |
| 2026-09-10 | 0.36843 | +0.35% |
| 2026-09-09 | 0.36715 | -0.27% |
| 2026-09-08 | 0.36813 | -0.11% |
| 2026-09-07 | 0.36853 | +0.14% |
| 2026-09-06 | 0.368 | 0.00% |
| 2026-09-05 | 0.368 | 0.00% |
| 2026-09-04 | 0.368 | +0.06% |
| 2026-09-03 | 0.36779 | -0.96% |
| 2026-09-02 | 0.37133 | +0.27% |
| 2026-09-01 | 0.37035 | +0.01% |
| 2026-08-31 | 0.37029 | +0.23% |
| 2026-08-30 | 0.36944 | 0.00% |
| 2026-08-29 | 0.36944 | 0.00% |
| 2026-08-28 | 0.36944 | — |
SAR to CAD conversion table
1 SAR0.37714 CAD
5 SAR1.8857 CAD
10 SAR3.7714 CAD
25 SAR9.4285 CAD
50 SAR18.857 CAD
100 SAR37.7141 CAD
500 SAR188.5703 CAD
1,000 SAR377.1405 CAD
5,000 SAR1,885.7026 CAD
10,000 SAR3,771.4052 CAD
Get the SAR/CAD rate in your app
One GET request returns the latest SAR → CAD 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/SAR/CAD"fetch('https://rate-api.com/api/v1/pair/SAR/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SAR = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SAR/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SAR = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SAR/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SAR = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "SAR",
"to": "CAD"
},
"rate": 0.3771,
"timestamp": 1790435101,
"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
CAD to SARCanadian Dollar → Saudi Riyal2.6515Convert SAR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.