Convert CAD to SLE
Canadian Dollar → Sierra Leonean Leone
1 CAD = 16.213227 SLE(1 SLE = 0.061678 CAD)
Currency converter
1 CAD =
16.2132 SLE
CAD to SLE: last 30 days
Over the last 30 days, 1 CAD traded between 16.2132 and 17.8086 SLE, averaging 16.6588 SLE. The CAD/SLE rate is down 1.96% since 2026-08-28.
- 30-day high
- 17.8086
- 2026-09-04
- 30-day low
- 16.2132
- 2026-09-25
- 30-day average
- 16.6588
- Days with data: 30
- 30-day change
- -1.96%
- since 2026-08-28
17.8086
16.21322026-08-28 → 2026-09-26
| Date | 1 CAD in SLE | Daily change |
|---|---|---|
| 2026-09-26 | 16.2132 | 0.00% |
| 2026-09-25 | 16.2132 | -0.09% |
| 2026-09-24 | 16.2285 | -0.31% |
| 2026-09-23 | 16.2787 | -7.20% |
| 2026-09-22 | 17.5424 | +7.11% |
| 2026-09-21 | 16.3775 | +0.04% |
| 2026-09-20 | 16.3705 | -0.00% |
| 2026-09-19 | 16.3706 | -6.96% |
| 2026-09-18 | 17.5947 | +7.34% |
| 2026-09-17 | 16.3916 | -7.26% |
| 2026-09-16 | 17.6742 | +7.29% |
| 2026-09-15 | 16.4732 | -0.28% |
| 2026-09-14 | 16.519 | -0.21% |
| 2026-09-13 | 16.5536 | 0.00% |
| 2026-09-12 | 16.5536 | -0.01% |
| Date | 1 CAD in SLE | Daily change |
|---|---|---|
| 2026-09-11 | 16.5547 | -0.21% |
| 2026-09-10 | 16.5895 | -0.39% |
| 2026-09-09 | 16.6545 | +0.31% |
| 2026-09-08 | 16.6027 | +0.11% |
| 2026-09-07 | 16.5846 | -0.15% |
| 2026-09-06 | 16.6101 | -1.78% |
| 2026-09-05 | 16.911 | -5.04% |
| 2026-09-04 | 17.8086 | +7.14% |
| 2026-09-03 | 16.6218 | +1.00% |
| 2026-09-02 | 16.4577 | -0.28% |
| 2026-09-01 | 16.5034 | +0.10% |
| 2026-08-31 | 16.4877 | -0.40% |
| 2026-08-30 | 16.5538 | -2.23% |
| 2026-08-29 | 16.9321 | +2.39% |
| 2026-08-28 | 16.5368 | — |
CAD to SLE conversion table
1 CAD16.2132 SLE
5 CAD81.0661 SLE
10 CAD162.1323 SLE
25 CAD405.3307 SLE
50 CAD810.6614 SLE
100 CAD1,621.3227 SLE
500 CAD8,106.6137 SLE
1,000 CAD16,213.227 SLE
5,000 CAD81,066.137 SLE
10,000 CAD162,132.27 SLE
Get the CAD/SLE rate in your app
One GET request returns the latest CAD → SLE 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/SLE"fetch('https://rate-api.com/api/v1/pair/CAD/SLE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} SLE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/SLE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} SLE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/SLE');
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']} SLE\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "SLE"
},
"rate": 16.2132,
"timestamp": 1790429314,
"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
SLE to CADSierra Leonean Leone → Canadian Dollar0.061678Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.