Convert LAK to CAD
Laotian Kip → Canadian Dollar
1 LAK = 0.0000631066 CAD(1 CAD = 15,846.202 LAK)
Currency converter
1 LAK =
0.000063107 CAD
LAK to CAD: last 30 days
Over the last 30 days, 1 LAK traded between 0.000061459 and 0.000063107 CAD, averaging 0.000062107 CAD. The LAK/CAD rate is up 2.08% since 2026-08-28.
- 30-day high
- 0.000063107
- 2026-09-25
- 30-day low
- 0.000061459
- 2026-09-05
- 30-day average
- 0.000062107
- Days with data: 30
- 30-day change
- +2.08%
- since 2026-08-28
0.000063107
0.0000614592026-08-28 → 2026-09-26
| Date | 1 LAK in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.000063107 | 0.00% |
| 2026-09-25 | 0.000063107 | +0.25% |
| 2026-09-24 | 0.000062946 | +0.25% |
| 2026-09-23 | 0.000062791 | +0.31% |
| 2026-09-22 | 0.000062599 | +0.16% |
| 2026-09-21 | 0.000062496 | -0.23% |
| 2026-09-20 | 0.00006264 | +0.50% |
| 2026-09-19 | 0.000062329 | -0.46% |
| 2026-09-18 | 0.000062615 | +0.29% |
| 2026-09-17 | 0.000062435 | +0.39% |
| 2026-09-16 | 0.000062194 | -0.01% |
| 2026-09-15 | 0.000062201 | +0.30% |
| 2026-09-14 | 0.000062013 | -0.33% |
| 2026-09-13 | 0.000062217 | +0.45% |
| 2026-09-12 | 0.000061939 | +0.20% |
| Date | 1 LAK in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.000061819 | +0.20% |
| 2026-09-10 | 0.000061694 | +0.09% |
| 2026-09-09 | 0.000061641 | +0.15% |
| 2026-09-08 | 0.000061551 | -0.28% |
| 2026-09-07 | 0.000061725 | +0.20% |
| 2026-09-06 | 0.0000616 | +0.23% |
| 2026-09-05 | 0.000061459 | -0.03% |
| 2026-09-04 | 0.000061478 | -0.41% |
| 2026-09-03 | 0.000061729 | -0.46% |
| 2026-09-02 | 0.000062016 | +0.16% |
| 2026-09-01 | 0.000061918 | +0.40% |
| 2026-08-31 | 0.000061674 | -0.20% |
| 2026-08-30 | 0.000061795 | +0.20% |
| 2026-08-29 | 0.000061673 | -0.24% |
| 2026-08-28 | 0.000061822 | — |
LAK to CAD conversion table
1 LAK0.000063107 CAD
5 LAK0.00031553 CAD
10 LAK0.00063107 CAD
25 LAK0.0015777 CAD
50 LAK0.0031553 CAD
100 LAK0.0063107 CAD
500 LAK0.031553 CAD
1,000 LAK0.063107 CAD
5,000 LAK0.31553 CAD
10,000 LAK0.63107 CAD
Get the LAK/CAD rate in your app
One GET request returns the latest LAK → CAD 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/LAK/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/LAK/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LAK = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LAK/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LAK = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LAK/CAD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LAK = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "LAK",
"to": "CAD"
},
"rate": 6.3e-5,
"timestamp": 1790435148,
"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
CAD to LAKCanadian Dollar → Laotian Kip15,846.202Convert LAK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.