Convert CAD to LAK
Canadian Dollar → Laotian Kip
1 CAD = 15,846.202 LAK(1 LAK = 0.0000631066 CAD)
Currency converter
1 CAD =
15,846.202 LAK
CAD to LAK: last 30 days
Over the last 30 days, 1 CAD traded between 15,846.202 and 16,270.882 LAK, averaging 16,102.126 LAK. The CAD/LAK rate is down 2.04% since 2026-08-28.
- 30-day high
- 16,270.882
- 2026-09-05
- 30-day low
- 15,846.202
- 2026-09-25
- 30-day average
- 16,102.126
- Days with data: 30
- 30-day change
- -2.04%
- since 2026-08-28
16,270.882
15,846.2022026-08-28 → 2026-09-26
| Date | 1 CAD in LAK | Daily change |
|---|---|---|
| 2026-09-26 | 15,846.202 | 0.00% |
| 2026-09-25 | 15,846.202 | -0.25% |
| 2026-09-24 | 15,886.603 | -0.25% |
| 2026-09-23 | 15,925.738 | -0.31% |
| 2026-09-22 | 15,974.731 | -0.16% |
| 2026-09-21 | 16,000.939 | +0.23% |
| 2026-09-20 | 15,964.339 | -0.50% |
| 2026-09-19 | 16,044.012 | +0.46% |
| 2026-09-18 | 15,970.729 | -0.29% |
| 2026-09-17 | 16,016.638 | -0.39% |
| 2026-09-16 | 16,078.63 | +0.01% |
| 2026-09-15 | 16,076.81 | -0.30% |
| 2026-09-14 | 16,125.708 | +0.33% |
| 2026-09-13 | 16,072.785 | -0.45% |
| 2026-09-12 | 16,144.791 | -0.20% |
| Date | 1 CAD in LAK | Daily change |
|---|---|---|
| 2026-09-11 | 16,176.361 | -0.20% |
| 2026-09-10 | 16,209.109 | -0.09% |
| 2026-09-09 | 16,223.064 | -0.15% |
| 2026-09-08 | 16,246.813 | +0.28% |
| 2026-09-07 | 16,200.957 | -0.20% |
| 2026-09-06 | 16,233.889 | -0.23% |
| 2026-09-05 | 16,270.882 | +0.03% |
| 2026-09-04 | 16,265.966 | +0.41% |
| 2026-09-03 | 16,199.932 | +0.47% |
| 2026-09-02 | 16,124.865 | -0.16% |
| 2026-09-01 | 16,150.365 | -0.39% |
| 2026-08-31 | 16,214.302 | +0.20% |
| 2026-08-30 | 16,182.513 | -0.20% |
| 2026-08-29 | 16,214.492 | +0.24% |
| 2026-08-28 | 16,175.427 | — |
CAD to LAK conversion table
1 CAD15,846.202 LAK
5 CAD79,231.008 LAK
10 CAD158,462.02 LAK
25 CAD396,155.04 LAK
50 CAD792,310.08 LAK
100 CAD1,584,620.2 LAK
500 CAD7,923,100.8 LAK
1,000 CAD15,846,202 LAK
5,000 CAD79,231,008 LAK
10,000 CAD158,462,016 LAK
Get the CAD/LAK rate in your app
One GET request returns the latest CAD → LAK 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/LAK"fetch('https://rate-api.com/api/v1/pair/CAD/LAK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} LAK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/LAK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} LAK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/LAK');
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']} LAK\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "LAK"
},
"rate": 15846.2016,
"timestamp": 1790429426,
"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
LAK to CADLaotian Kip → Canadian Dollar0.000063107Convert CAD to other currencies
Convert other currencies to LAK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.