Convert CAD to SLL
Canadian Dollar → Sierra Leonean Leone (old)
1 CAD = 16,213.227 SLL(1 SLL = 0.000061678 CAD)
Currency converter
1 CAD =
16,213.227 SLL
CAD to SLL: last 30 days
Over the last 30 days, 1 CAD traded between 14,967.512 and 17,808.643 SLL, averaging 16,571.218 SLL. The CAD/SLL rate is down 1.96% since 2026-08-28.
- 30-day high
- 17,808.643
- 2026-09-04
- 30-day low
- 14,967.512
- 2026-09-18
- 30-day average
- 16,571.218
- Days with data: 30
- 30-day change
- -1.96%
- since 2026-08-28
17,808.643
14,967.5122026-08-28 → 2026-09-26
| Date | 1 CAD in SLL | Daily change |
|---|---|---|
| 2026-09-26 | 16,213.227 | 0.00% |
| 2026-09-25 | 16,213.227 | -0.09% |
| 2026-09-24 | 16,228.472 | -0.31% |
| 2026-09-23 | 16,278.698 | -7.20% |
| 2026-09-22 | 17,542.436 | +7.11% |
| 2026-09-21 | 16,377.543 | +0.04% |
| 2026-09-20 | 16,370.539 | -0.00% |
| 2026-09-19 | 16,370.568 | +9.37% |
| 2026-09-18 | 14,967.512 | -8.69% |
| 2026-09-17 | 16,391.639 | -7.26% |
| 2026-09-16 | 17,674.17 | +7.29% |
| 2026-09-15 | 16,473.204 | -0.28% |
| 2026-09-14 | 16,519.011 | -0.21% |
| 2026-09-13 | 16,553.611 | 0.00% |
| 2026-09-12 | 16,553.611 | -0.01% |
| Date | 1 CAD in SLL | Daily change |
|---|---|---|
| 2026-09-11 | 16,554.664 | -0.21% |
| 2026-09-10 | 16,589.484 | -0.39% |
| 2026-09-09 | 16,654.511 | +0.31% |
| 2026-09-08 | 16,602.686 | +0.11% |
| 2026-09-07 | 16,584.622 | -0.15% |
| 2026-09-06 | 16,610.126 | -1.78% |
| 2026-09-05 | 16,911.033 | -5.04% |
| 2026-09-04 | 17,808.643 | +7.14% |
| 2026-09-03 | 16,621.828 | +1.00% |
| 2026-09-02 | 16,457.677 | -0.28% |
| 2026-09-01 | 16,503.435 | +0.10% |
| 2026-08-31 | 16,487.749 | -0.40% |
| 2026-08-30 | 16,553.772 | -2.23% |
| 2026-08-29 | 16,932.076 | +2.39% |
| 2026-08-28 | 16,536.751 | — |
CAD to SLL conversion table
1 CAD16,213.227 SLL
5 CAD81,066.137 SLL
10 CAD162,132.27 SLL
25 CAD405,330.69 SLL
50 CAD810,661.37 SLL
100 CAD1,621,322.7 SLL
500 CAD8,106,613.7 SLL
1,000 CAD16,213,227 SLL
5,000 CAD81,066,137 SLL
10,000 CAD162,132,274 SLL
Get the CAD/SLL rate in your app
One GET request returns the latest CAD → SLL 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/SLL"fetch('https://rate-api.com/api/v1/pair/CAD/SLL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} SLL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/SLL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} SLL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/SLL');
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']} SLL\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "SLL"
},
"rate": 16213.2274,
"timestamp": 1790429384,
"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
SLL to CADSierra Leonean Leone (old) → Canadian Dollar0.000061678Convert CAD to other currencies
Convert other currencies to SLL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.