Convert CNY to LYD
Chinese Yuan → Libyan Dinar
1 CNY = 0.952564 LYD(1 LYD = 1.049798 CNY)
Currency converter
1 CNY =
0.95256 LYD
CNY to LYD: last 30 days
Over the last 30 days, 1 CNY traded between 0.94234 and 0.95437 LYD, averaging 0.94672 LYD. The CNY/LYD rate is up 0.98% since 2026-08-28.
- 30-day high
- 0.95437
- 2026-09-24
- 30-day low
- 0.94234
- 2026-09-09
- 30-day average
- 0.94672
- Days with data: 30
- 30-day change
- +0.98%
- since 2026-08-28
0.95437
0.942342026-08-28 → 2026-09-26
| Date | 1 CNY in LYD | Daily change |
|---|---|---|
| 2026-09-26 | 0.95256 | 0.00% |
| 2026-09-25 | 0.95256 | -0.19% |
| 2026-09-24 | 0.95437 | +0.25% |
| 2026-09-23 | 0.95199 | +0.06% |
| 2026-09-22 | 0.95147 | +0.39% |
| 2026-09-21 | 0.94782 | -0.02% |
| 2026-09-20 | 0.94801 | -0.01% |
| 2026-09-19 | 0.94809 | +0.08% |
| 2026-09-18 | 0.94736 | -0.58% |
| 2026-09-17 | 0.95289 | +0.81% |
| 2026-09-16 | 0.94522 | +0.00% |
| 2026-09-15 | 0.9452 | +0.21% |
| 2026-09-14 | 0.94324 | +0.03% |
| 2026-09-13 | 0.94296 | +0.05% |
| 2026-09-12 | 0.94247 | -0.18% |
| Date | 1 CNY in LYD | Daily change |
|---|---|---|
| 2026-09-11 | 0.9442 | +0.11% |
| 2026-09-10 | 0.94319 | +0.09% |
| 2026-09-09 | 0.94234 | -0.49% |
| 2026-09-08 | 0.94703 | +0.13% |
| 2026-09-07 | 0.94576 | -0.04% |
| 2026-09-06 | 0.94611 | -0.17% |
| 2026-09-05 | 0.9477 | +0.00% |
| 2026-09-04 | 0.94769 | +0.32% |
| 2026-09-03 | 0.94471 | -0.00% |
| 2026-09-02 | 0.94473 | +0.04% |
| 2026-09-01 | 0.94433 | -0.38% |
| 2026-08-31 | 0.94789 | +0.50% |
| 2026-08-30 | 0.94321 | +0.01% |
| 2026-08-29 | 0.94308 | -0.02% |
| 2026-08-28 | 0.94331 | — |
CNY to LYD conversion table
1 CNY0.95256 LYD
5 CNY4.7628 LYD
10 CNY9.5256 LYD
25 CNY23.8141 LYD
50 CNY47.6282 LYD
100 CNY95.2564 LYD
500 CNY476.2821 LYD
1,000 CNY952.5643 LYD
5,000 CNY4,762.8213 LYD
10,000 CNY9,525.6426 LYD
Get the CNY/LYD rate in your app
One GET request returns the latest CNY → LYD 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/LYD"fetch('https://rate-api.com/api/v1/pair/CNY/LYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} LYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/LYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} LYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/LYD');
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']} LYD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "LYD"
},
"rate": 0.9526,
"timestamp": 1790447441,
"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
LYD to CNYLibyan Dinar → Chinese Yuan1.0498Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.