Convert CHF to LAK
Swiss Franc → Laotian Kip
1 CHF = 27,056.823 LAK(1 LAK = 0.0000369593 CHF)
Currency converter
1 CHF =
27,056.823 LAK
CHF to LAK: last 30 days
Over the last 30 days, 1 CHF traded between 27,056.823 and 27,930.715 LAK, averaging 27,475.896 LAK. The CHF/LAK rate is down 2.89% since 2026-08-28.
- 30-day high
- 27,930.715
- 2026-08-29
- 30-day low
- 27,056.823
- 2026-09-25
- 30-day average
- 27,475.896
- Days with data: 30
- 30-day change
- -2.89%
- since 2026-08-28
27,930.715
27,056.8232026-08-28 → 2026-09-26
| Date | 1 CHF in LAK | Daily change |
|---|---|---|
| 2026-09-26 | 27,056.823 | 0.00% |
| 2026-09-25 | 27,056.823 | -0.14% |
| 2026-09-24 | 27,094.518 | -0.63% |
| 2026-09-23 | 27,267.103 | -0.41% |
| 2026-09-22 | 27,379.015 | +0.36% |
| 2026-09-21 | 27,279.575 | +0.70% |
| 2026-09-20 | 27,089.007 | -0.50% |
| 2026-09-19 | 27,224.2 | +0.46% |
| 2026-09-18 | 27,099.851 | -0.32% |
| 2026-09-17 | 27,186.849 | -0.65% |
| 2026-09-16 | 27,364.413 | +0.05% |
| 2026-09-15 | 27,352.073 | -0.28% |
| 2026-09-14 | 27,427.549 | +0.40% |
| 2026-09-13 | 27,319.594 | -0.45% |
| 2026-09-12 | 27,441.986 | -0.20% |
| Date | 1 CHF in LAK | Daily change |
|---|---|---|
| 2026-09-11 | 27,495.646 | -0.31% |
| 2026-09-10 | 27,580.118 | -0.34% |
| 2026-09-09 | 27,675.312 | +0.14% |
| 2026-09-08 | 27,637.921 | -0.11% |
| 2026-09-07 | 27,667.592 | -0.06% |
| 2026-09-06 | 27,683.712 | -0.23% |
| 2026-09-05 | 27,746.795 | +0.03% |
| 2026-09-04 | 27,738.412 | +0.37% |
| 2026-09-03 | 27,637.111 | +0.19% |
| 2026-09-02 | 27,585.968 | -0.31% |
| 2026-09-01 | 27,672.79 | -0.62% |
| 2026-08-31 | 27,846.366 | -0.10% |
| 2026-08-30 | 27,875.629 | -0.20% |
| 2026-08-29 | 27,930.715 | +0.24% |
| 2026-08-28 | 27,863.423 | — |
CHF to LAK conversion table
1 CHF27,056.823 LAK
5 CHF135,284.11 LAK
10 CHF270,568.23 LAK
25 CHF676,420.57 LAK
50 CHF1,352,841.1 LAK
100 CHF2,705,682.3 LAK
500 CHF13,528,411 LAK
1,000 CHF27,056,823 LAK
5,000 CHF135,284,115 LAK
10,000 CHF270,568,230 LAK
Get the CHF/LAK rate in your app
One GET request returns the latest CHF → 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/CHF/LAK"fetch('https://rate-api.com/api/v1/pair/CHF/LAK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} LAK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/LAK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} LAK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/LAK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} LAK\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "LAK"
},
"rate": 27056.823,
"timestamp": 1790437925,
"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 CHFLaotian Kip → Swiss Franc0.000036959Convert CHF to other currencies
Convert other currencies to LAK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.