Convert LAK to CHF
Laotian Kip → Swiss Franc
1 LAK = 0.0000369593 CHF(1 CHF = 27,056.823 LAK)
Currency converter
1 LAK =
0.000036959 CHF
LAK to CHF: last 30 days
Over the last 30 days, 1 LAK traded between 0.000035803 and 0.000036959 CHF, averaging 0.000036399 CHF. The LAK/CHF rate is up 2.98% since 2026-08-28.
- 30-day high
- 0.000036959
- 2026-09-25
- 30-day low
- 0.000035803
- 2026-08-29
- 30-day average
- 0.000036399
- Days with data: 30
- 30-day change
- +2.98%
- since 2026-08-28
0.000036959
0.0000358032026-08-28 → 2026-09-26
| Date | 1 LAK in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.000036959 | 0.00% |
| 2026-09-25 | 0.000036959 | +0.14% |
| 2026-09-24 | 0.000036908 | +0.64% |
| 2026-09-23 | 0.000036674 | +0.41% |
| 2026-09-22 | 0.000036524 | -0.36% |
| 2026-09-21 | 0.000036657 | -0.70% |
| 2026-09-20 | 0.000036915 | +0.50% |
| 2026-09-19 | 0.000036732 | -0.46% |
| 2026-09-18 | 0.000036901 | +0.32% |
| 2026-09-17 | 0.000036782 | +0.65% |
| 2026-09-16 | 0.000036544 | -0.05% |
| 2026-09-15 | 0.00003656 | +0.28% |
| 2026-09-14 | 0.00003646 | -0.39% |
| 2026-09-13 | 0.000036604 | +0.45% |
| 2026-09-12 | 0.000036441 | +0.20% |
| Date | 1 LAK in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.000036369 | +0.31% |
| 2026-09-10 | 0.000036258 | +0.35% |
| 2026-09-09 | 0.000036133 | -0.14% |
| 2026-09-08 | 0.000036182 | +0.11% |
| 2026-09-07 | 0.000036143 | +0.06% |
| 2026-09-06 | 0.000036122 | +0.23% |
| 2026-09-05 | 0.00003604 | -0.03% |
| 2026-09-04 | 0.000036051 | -0.37% |
| 2026-09-03 | 0.000036183 | -0.19% |
| 2026-09-02 | 0.00003625 | +0.31% |
| 2026-09-01 | 0.000036137 | +0.63% |
| 2026-08-31 | 0.000035911 | +0.11% |
| 2026-08-30 | 0.000035874 | +0.20% |
| 2026-08-29 | 0.000035803 | -0.24% |
| 2026-08-28 | 0.000035889 | — |
LAK to CHF conversion table
1 LAK0.000036959 CHF
5 LAK0.0001848 CHF
10 LAK0.00036959 CHF
25 LAK0.00092398 CHF
50 LAK0.001848 CHF
100 LAK0.0036959 CHF
500 LAK0.01848 CHF
1,000 LAK0.036959 CHF
5,000 LAK0.1848 CHF
10,000 LAK0.36959 CHF
Get the LAK/CHF rate in your app
One GET request returns the latest LAK → CHF 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/CHF?precision=6"fetch('https://rate-api.com/api/v1/pair/LAK/CHF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LAK = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LAK/CHF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LAK = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LAK/CHF?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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "LAK",
"to": "CHF"
},
"rate": 3.7e-5,
"timestamp": 1790435208,
"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
CHF to LAKSwiss Franc → Laotian Kip27,056.823Convert LAK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.