Convert CAD to LKR
Canadian Dollar → Sri Lankan Rupee
1 CAD = 233.35789 LKR(1 LKR = 0.00428526 CAD)
Currency converter
1 CAD =
233.3579 LKR
CAD to LKR: last 30 days
Over the last 30 days, 1 CAD traded between 233.3579 and 238.4784 LKR, averaging 236.4662 LKR. The CAD/LKR rate is down 1.45% since 2026-08-28.
- 30-day high
- 238.4784
- 2026-09-09
- 30-day low
- 233.3579
- 2026-09-25
- 30-day average
- 236.4662
- Days with data: 30
- 30-day change
- -1.45%
- since 2026-08-28
238.4784
233.35792026-08-28 → 2026-09-26
| Date | 1 CAD in LKR | Daily change |
|---|---|---|
| 2026-09-26 | 233.3579 | 0.00% |
| 2026-09-25 | 233.3579 | -0.15% |
| 2026-09-24 | 233.7159 | +0.02% |
| 2026-09-23 | 233.6738 | -0.78% |
| 2026-09-22 | 235.5077 | -0.31% |
| 2026-09-21 | 236.2459 | +0.08% |
| 2026-09-20 | 236.0548 | -0.12% |
| 2026-09-19 | 236.3448 | -0.15% |
| 2026-09-18 | 236.7086 | -0.34% |
| 2026-09-17 | 237.5277 | +0.46% |
| 2026-09-16 | 236.4341 | +0.07% |
| 2026-09-15 | 236.2575 | -0.12% |
| 2026-09-14 | 236.5506 | -0.24% |
| 2026-09-13 | 237.1143 | -0.00% |
| 2026-09-12 | 237.1255 | +0.01% |
| Date | 1 CAD in LKR | Daily change |
|---|---|---|
| 2026-09-11 | 237.091 | -0.31% |
| 2026-09-10 | 237.8169 | -0.28% |
| 2026-09-09 | 238.4784 | +0.36% |
| 2026-09-08 | 237.6196 | +0.07% |
| 2026-09-07 | 237.4438 | -0.13% |
| 2026-09-06 | 237.7494 | -0.04% |
| 2026-09-05 | 237.842 | +0.12% |
| 2026-09-04 | 237.5504 | -0.13% |
| 2026-09-03 | 237.8711 | +0.99% |
| 2026-09-02 | 235.5432 | -0.24% |
| 2026-09-01 | 236.1153 | -0.23% |
| 2026-08-31 | 236.6515 | -0.01% |
| 2026-08-30 | 236.6793 | -0.04% |
| 2026-08-29 | 236.7718 | -0.01% |
| 2026-08-28 | 236.7863 | — |
CAD to LKR conversion table
1 CAD233.3579 LKR
5 CAD1,166.7895 LKR
10 CAD2,333.5789 LKR
25 CAD5,833.9473 LKR
50 CAD11,667.895 LKR
100 CAD23,335.789 LKR
500 CAD116,678.95 LKR
1,000 CAD233,357.89 LKR
5,000 CAD1,166,789.5 LKR
10,000 CAD2,333,578.9 LKR
Get the CAD/LKR rate in your app
One GET request returns the latest CAD → LKR 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/LKR"fetch('https://rate-api.com/api/v1/pair/CAD/LKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} LKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/LKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} LKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/LKR');
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']} LKR\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "LKR"
},
"rate": 233.3579,
"timestamp": 1790429389,
"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
LKR to CADSri Lankan Rupee → Canadian Dollar0.0042853Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.