Convert LAK to CNY
Laotian Kip → Chinese Yuan
1 LAK = 0.000299552 CNY(1 CNY = 3,338.3195 LAK)
Currency converter
1 LAK =
0.00029955 CNY
LAK to CNY: last 30 days
Over the last 30 days, 1 LAK traded between 0.00029797 and 0.00030117 CNY, averaging 0.00029943 CNY. The LAK/CNY rate is down 0.12% since 2026-08-28.
- 30-day high
- 0.00030117
- 2026-09-13
- 30-day low
- 0.00029797
- 2026-09-19
- 30-day average
- 0.00029943
- Days with data: 30
- 30-day change
- -0.12%
- since 2026-08-28
0.00030117
0.000297972026-08-28 → 2026-09-26
| Date | 1 LAK in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.00029955 | 0.00% |
| 2026-09-25 | 0.00029955 | +0.08% |
| 2026-09-24 | 0.0002993 | +0.12% |
| 2026-09-23 | 0.00029893 | +0.10% |
| 2026-09-22 | 0.00029865 | -0.05% |
| 2026-09-21 | 0.0002988 | -0.22% |
| 2026-09-20 | 0.00029945 | +0.50% |
| 2026-09-19 | 0.00029797 | -0.46% |
| 2026-09-18 | 0.00029933 | +0.03% |
| 2026-09-17 | 0.00029924 | -0.01% |
| 2026-09-16 | 0.00029926 | -0.21% |
| 2026-09-15 | 0.0002999 | +0.11% |
| 2026-09-14 | 0.00029957 | -0.53% |
| 2026-09-13 | 0.00030117 | +0.45% |
| 2026-09-12 | 0.00029983 | +0.20% |
| Date | 1 LAK in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.00029924 | -0.07% |
| 2026-09-10 | 0.00029946 | -0.28% |
| 2026-09-09 | 0.00030031 | +0.38% |
| 2026-09-08 | 0.00029919 | -0.18% |
| 2026-09-07 | 0.00029974 | +0.06% |
| 2026-09-06 | 0.00029956 | +0.23% |
| 2026-09-05 | 0.00029888 | -0.03% |
| 2026-09-04 | 0.00029897 | -0.59% |
| 2026-09-03 | 0.00030073 | +0.46% |
| 2026-09-02 | 0.00029935 | -0.12% |
| 2026-09-01 | 0.00029971 | +0.42% |
| 2026-08-31 | 0.00029845 | -0.44% |
| 2026-08-30 | 0.00029978 | +0.20% |
| 2026-08-29 | 0.00029919 | -0.24% |
| 2026-08-28 | 0.00029991 | — |
LAK to CNY conversion table
1 LAK0.00029955 CNY
5 LAK0.0014978 CNY
10 LAK0.0029955 CNY
25 LAK0.0074888 CNY
50 LAK0.014978 CNY
100 LAK0.029955 CNY
500 LAK0.14978 CNY
1,000 LAK0.29955 CNY
5,000 LAK1.4978 CNY
10,000 LAK2.9955 CNY
Get the LAK/CNY rate in your app
One GET request returns the latest LAK → CNY 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/CNY?precision=6"fetch('https://rate-api.com/api/v1/pair/LAK/CNY?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LAK = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LAK/CNY?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LAK = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LAK/CNY?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']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "LAK",
"to": "CNY"
},
"rate": 0.0003,
"timestamp": 1790432145,
"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
CNY to LAKChinese Yuan → Laotian Kip3,338.3195Convert LAK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.