Convert CNY to LRD
Chinese Yuan → Liberian Dollar
1 CNY = 25.619543 LRD(1 LRD = 0.0390327 CNY)
Currency converter
1 CNY =
25.6195 LRD
CNY to LRD: last 30 days
Over the last 30 days, 1 CNY traded between 25.6195 and 26.9485 LRD, averaging 26.2326 LRD. The CNY/LRD rate is down 4.91% since 2026-08-28.
- 30-day high
- 26.9485
- 2026-08-29
- 30-day low
- 25.6195
- 2026-09-25
- 30-day average
- 26.2326
- Days with data: 30
- 30-day change
- -4.91%
- since 2026-08-28
26.9485
25.61952026-08-28 → 2026-09-26
| Date | 1 CNY in LRD | Daily change |
|---|---|---|
| 2026-09-26 | 25.6195 | 0.00% |
| 2026-09-25 | 25.6195 | -0.65% |
| 2026-09-24 | 25.7871 | -0.15% |
| 2026-09-23 | 25.8263 | -0.07% |
| 2026-09-22 | 25.8449 | +0.12% |
| 2026-09-21 | 25.8137 | -0.55% |
| 2026-09-20 | 25.9577 | +0.45% |
| 2026-09-19 | 25.8404 | -0.82% |
| 2026-09-18 | 26.0545 | +0.24% |
| 2026-09-17 | 25.9912 | -0.15% |
| 2026-09-16 | 26.0306 | +0.18% |
| 2026-09-15 | 25.9829 | -0.14% |
| 2026-09-14 | 26.0202 | -0.02% |
| 2026-09-13 | 26.0243 | +0.09% |
| 2026-09-12 | 26.0018 | -0.07% |
| Date | 1 CNY in LRD | Daily change |
|---|---|---|
| 2026-09-11 | 26.021 | +0.01% |
| 2026-09-10 | 26.0176 | -2.63% |
| 2026-09-09 | 26.7202 | +2.49% |
| 2026-09-08 | 26.0715 | -0.01% |
| 2026-09-07 | 26.0744 | -2.27% |
| 2026-09-06 | 26.6799 | +0.18% |
| 2026-09-05 | 26.6308 | +0.69% |
| 2026-09-04 | 26.4482 | -0.07% |
| 2026-09-03 | 26.466 | -1.59% |
| 2026-09-02 | 26.8923 | +0.09% |
| 2026-09-01 | 26.8678 | -0.10% |
| 2026-08-31 | 26.8939 | +0.02% |
| 2026-08-30 | 26.8874 | -0.23% |
| 2026-08-29 | 26.9485 | +0.02% |
| 2026-08-28 | 26.9434 | — |
CNY to LRD conversion table
1 CNY25.6195 LRD
5 CNY128.0977 LRD
10 CNY256.1954 LRD
25 CNY640.4886 LRD
50 CNY1,280.9771 LRD
100 CNY2,561.9543 LRD
500 CNY12,809.771 LRD
1,000 CNY25,619.543 LRD
5,000 CNY128,097.71 LRD
10,000 CNY256,195.43 LRD
Get the CNY/LRD rate in your app
One GET request returns the latest CNY → LRD 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/LRD"fetch('https://rate-api.com/api/v1/pair/CNY/LRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} LRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/LRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} LRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/LRD');
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']} LRD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "LRD"
},
"rate": 25.6195,
"timestamp": 1790429369,
"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
LRD to CNYLiberian Dollar → Chinese Yuan0.039033Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.