Convert CAD to LSL
Canadian Dollar → Lesotho Loti
1 CAD = 11.520928 LSL(1 LSL = 0.0867986 CAD)
Currency converter
1 CAD =
11.5209 LSL
CAD to LSL: last 30 days
Over the last 30 days, 1 CAD traded between 11.5209 and 11.7036 LSL, averaging 11.6129 LSL. The CAD/LSL rate is down 0.20% since 2026-08-28.
- 30-day high
- 11.7036
- 2026-09-11
- 30-day low
- 11.5209
- 2026-09-25
- 30-day average
- 11.6129
- Days with data: 30
- 30-day change
- -0.20%
- since 2026-08-28
11.7036
11.52092026-08-28 → 2026-09-26
| Date | 1 CAD in LSL | Daily change |
|---|---|---|
| 2026-09-26 | 11.5209 | 0.00% |
| 2026-09-25 | 11.5209 | -1.05% |
| 2026-09-24 | 11.643 | +0.35% |
| 2026-09-23 | 11.6027 | +0.27% |
| 2026-09-22 | 11.5712 | -0.13% |
| 2026-09-21 | 11.5863 | -0.27% |
| 2026-09-20 | 11.6172 | +0.14% |
| 2026-09-19 | 11.6014 | +0.08% |
| 2026-09-18 | 11.5917 | -0.74% |
| 2026-09-17 | 11.6777 | +0.31% |
| 2026-09-16 | 11.6416 | -0.43% |
| 2026-09-15 | 11.6923 | +0.27% |
| 2026-09-14 | 11.6612 | +0.23% |
| 2026-09-13 | 11.634 | -0.09% |
| 2026-09-12 | 11.6445 | -0.50% |
| Date | 1 CAD in LSL | Daily change |
|---|---|---|
| 2026-09-11 | 11.7036 | +0.80% |
| 2026-09-10 | 11.6101 | -0.10% |
| 2026-09-09 | 11.6215 | +0.32% |
| 2026-09-08 | 11.5848 | +0.16% |
| 2026-09-07 | 11.5664 | -0.03% |
| 2026-09-06 | 11.5697 | +0.04% |
| 2026-09-05 | 11.565 | -0.17% |
| 2026-09-04 | 11.5841 | -0.42% |
| 2026-09-03 | 11.633 | +0.15% |
| 2026-09-02 | 11.616 | +0.11% |
| 2026-09-01 | 11.603 | -0.38% |
| 2026-08-31 | 11.6467 | -0.19% |
| 2026-08-30 | 11.6685 | +0.03% |
| 2026-08-29 | 11.665 | +1.05% |
| 2026-08-28 | 11.5441 | — |
CAD to LSL conversion table
1 CAD11.5209 LSL
5 CAD57.6046 LSL
10 CAD115.2093 LSL
25 CAD288.0232 LSL
50 CAD576.0464 LSL
100 CAD1,152.0928 LSL
500 CAD5,760.4638 LSL
1,000 CAD11,520.928 LSL
5,000 CAD57,604.638 LSL
10,000 CAD115,209.28 LSL
Get the CAD/LSL rate in your app
One GET request returns the latest CAD → LSL 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/LSL"fetch('https://rate-api.com/api/v1/pair/CAD/LSL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} LSL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/LSL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} LSL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/LSL');
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']} LSL\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "LSL"
},
"rate": 11.5209,
"timestamp": 1790429398,
"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
LSL to CADLesotho Loti → Canadian Dollar0.086799Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.