Convert CNY to LKR
Chinese Yuan → Sri Lankan Rupee
1 CNY = 49.16151 LKR(1 LKR = 0.0203411 CNY)
Currency converter
1 CNY =
49.1615 LKR
CNY to LKR: last 30 days
Over the last 30 days, 1 CNY traded between 48.7805 and 49.5594 LKR, averaging 49.0455 LKR. The CNY/LKR rate is up 0.72% since 2026-08-28.
- 30-day high
- 49.5594
- 2026-09-17
- 30-day low
- 48.7805
- 2026-09-01
- 30-day average
- 49.0455
- Days with data: 30
- 30-day change
- +0.72%
- since 2026-08-28
49.5594
48.78052026-08-28 → 2026-09-26
| Date | 1 CNY in LKR | Daily change |
|---|---|---|
| 2026-09-26 | 49.1615 | 0.00% |
| 2026-09-25 | 49.1615 | +0.02% |
| 2026-09-24 | 49.1526 | +0.14% |
| 2026-09-23 | 49.0838 | -0.57% |
| 2026-09-22 | 49.3645 | -0.10% |
| 2026-09-21 | 49.4128 | +0.07% |
| 2026-09-20 | 49.3778 | -0.12% |
| 2026-09-19 | 49.4385 | -0.15% |
| 2026-09-18 | 49.5146 | -0.09% |
| 2026-09-17 | 49.5594 | +0.86% |
| 2026-09-16 | 49.1368 | +0.28% |
| 2026-09-15 | 49.001 | +0.07% |
| 2026-09-14 | 48.9681 | -0.03% |
| 2026-09-13 | 48.9838 | -0.00% |
| 2026-09-12 | 48.9861 | +0.01% |
| Date | 1 CNY in LKR | Daily change |
|---|---|---|
| 2026-09-11 | 48.979 | -0.03% |
| 2026-09-10 | 48.9939 | +0.09% |
| 2026-09-09 | 48.9486 | +0.13% |
| 2026-09-08 | 48.8837 | -0.03% |
| 2026-09-07 | 48.8969 | +0.01% |
| 2026-09-06 | 48.8897 | -0.04% |
| 2026-09-05 | 48.9088 | +0.12% |
| 2026-09-04 | 48.8488 | +0.05% |
| 2026-09-03 | 48.8267 | +0.06% |
| 2026-09-02 | 48.7977 | +0.04% |
| 2026-09-01 | 48.7805 | -0.25% |
| 2026-08-31 | 48.9031 | +0.24% |
| 2026-08-30 | 48.7874 | -0.04% |
| 2026-08-29 | 48.8065 | -0.01% |
| 2026-08-28 | 48.8095 | — |
CNY to LKR conversion table
1 CNY49.1615 LKR
5 CNY245.8076 LKR
10 CNY491.6151 LKR
25 CNY1,229.0378 LKR
50 CNY2,458.0755 LKR
100 CNY4,916.151 LKR
500 CNY24,580.755 LKR
1,000 CNY49,161.51 LKR
5,000 CNY245,807.55 LKR
10,000 CNY491,615.1 LKR
Get the CNY/LKR rate in your app
One GET request returns the latest CNY → LKR 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/LKR"fetch('https://rate-api.com/api/v1/pair/CNY/LKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} LKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/LKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} LKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/LKR');
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']} LKR\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "LKR"
},
"rate": 49.1615,
"timestamp": 1790437584,
"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
LKR to CNYSri Lankan Rupee → Chinese Yuan0.020341Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.