Convert CNY to LAK
Chinese Yuan → Laotian Kip
1 CNY = 3,338.3195 LAK(1 LAK = 0.000299552 CNY)
Currency converter
1 CNY =
3,338.3195 LAK
CNY to LAK: last 30 days
Over the last 30 days, 1 CNY traded between 3,320.3639 and 3,356.0769 LAK, averaging 3,339.6656 LAK. The CNY/LAK rate is up 0.12% since 2026-08-28.
- 30-day high
- 3,356.0769
- 2026-09-19
- 30-day low
- 3,320.3639
- 2026-09-13
- 30-day average
- 3,339.6656
- Days with data: 30
- 30-day change
- +0.12%
- since 2026-08-28
3,356.0769
3,320.36392026-08-28 → 2026-09-26
| Date | 1 CNY in LAK | Daily change |
|---|---|---|
| 2026-09-26 | 3,338.3195 | 0.00% |
| 2026-09-25 | 3,338.3195 | -0.08% |
| 2026-09-24 | 3,341.0962 | -0.12% |
| 2026-09-23 | 3,345.2416 | -0.10% |
| 2026-09-22 | 3,348.4444 | +0.05% |
| 2026-09-21 | 3,346.7329 | +0.22% |
| 2026-09-20 | 3,339.4109 | -0.50% |
| 2026-09-19 | 3,356.0769 | +0.46% |
| 2026-09-18 | 3,340.7477 | -0.03% |
| 2026-09-17 | 3,341.8241 | +0.01% |
| 2026-09-16 | 3,341.5339 | +0.21% |
| 2026-09-15 | 3,334.4139 | -0.11% |
| 2026-09-14 | 3,338.1687 | +0.54% |
| 2026-09-13 | 3,320.3639 | -0.45% |
| 2026-09-12 | 3,335.2392 | -0.20% |
| Date | 1 CNY in LAK | Daily change |
|---|---|---|
| 2026-09-11 | 3,341.7609 | +0.07% |
| 2026-09-10 | 3,339.3234 | +0.28% |
| 2026-09-09 | 3,329.842 | -0.37% |
| 2026-09-08 | 3,342.333 | +0.18% |
| 2026-09-07 | 3,336.2721 | -0.06% |
| 2026-09-06 | 3,338.2657 | -0.23% |
| 2026-09-05 | 3,345.8726 | +0.03% |
| 2026-09-04 | 3,344.8618 | +0.59% |
| 2026-09-03 | 3,325.2886 | -0.46% |
| 2026-09-02 | 3,340.6047 | +0.12% |
| 2026-09-01 | 3,336.6 | -0.42% |
| 2026-08-31 | 3,350.6227 | +0.45% |
| 2026-08-30 | 3,335.7517 | -0.20% |
| 2026-08-29 | 3,342.3436 | +0.24% |
| 2026-08-28 | 3,334.2911 | — |
CNY to LAK conversion table
1 CNY3,338.3195 LAK
5 CNY16,691.597 LAK
10 CNY33,383.195 LAK
25 CNY83,457.986 LAK
50 CNY166,915.97 LAK
100 CNY333,831.95 LAK
500 CNY1,669,159.7 LAK
1,000 CNY3,338,319.5 LAK
5,000 CNY16,691,597 LAK
10,000 CNY33,383,195 LAK
Get the CNY/LAK rate in your app
One GET request returns the latest CNY → 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/CNY/LAK"fetch('https://rate-api.com/api/v1/pair/CNY/LAK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} LAK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/LAK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} LAK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/LAK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} LAK\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "LAK"
},
"rate": 3338.3195,
"timestamp": 1790429422,
"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 CNYLaotian Kip → Chinese Yuan0.00029955Convert CNY to other currencies
Convert other currencies to LAK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.