Convert SLE to CNY
Sierra Leonean Leone → Chinese Yuan
1 SLE = 0.292771 CNY(1 CNY = 3.415641 SLE)
Currency converter
1 SLE =
0.29277 CNY
SLE to CNY: last 30 days
Over the last 30 days, 1 SLE traded between 0.27171 and 0.2935 CNY, averaging 0.2896 CNY. The SLE/CNY rate is down 0.20% since 2026-08-28.
- 30-day high
- 0.2935
- 2026-08-31
- 30-day low
- 0.27171
- 2026-09-18
- 30-day average
- 0.2896
- Days with data: 30
- 30-day change
- -0.20%
- since 2026-08-28
0.2935
0.271712026-08-28 → 2026-09-26
| Date | 1 SLE in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.29277 | 0.00% |
| 2026-09-25 | 0.29277 | -0.08% |
| 2026-09-24 | 0.293 | +0.19% |
| 2026-09-23 | 0.29245 | +7.54% |
| 2026-09-22 | 0.27196 | -6.84% |
| 2026-09-21 | 0.29193 | -0.03% |
| 2026-09-20 | 0.29202 | +0.00% |
| 2026-09-19 | 0.29202 | +7.48% |
| 2026-09-18 | 0.27171 | -7.07% |
| 2026-09-17 | 0.29239 | +7.40% |
| 2026-09-16 | 0.27225 | -6.98% |
| 2026-09-15 | 0.29269 | +0.09% |
| 2026-09-14 | 0.29243 | +0.00% |
| 2026-09-13 | 0.29242 | 0.00% |
| 2026-09-12 | 0.29242 | +0.01% |
| Date | 1 SLE in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.29241 | -0.07% |
| 2026-09-10 | 0.2926 | +0.02% |
| 2026-09-09 | 0.29253 | -0.08% |
| 2026-09-08 | 0.29278 | -0.01% |
| 2026-09-07 | 0.2928 | +0.01% |
| 2026-09-06 | 0.29277 | +1.81% |
| 2026-09-05 | 0.28756 | +5.31% |
| 2026-09-04 | 0.27307 | -6.83% |
| 2026-09-03 | 0.29309 | -0.07% |
| 2026-09-02 | 0.29329 | -0.00% |
| 2026-09-01 | 0.29329 | -0.07% |
| 2026-08-31 | 0.2935 | +0.15% |
| 2026-08-30 | 0.29306 | +2.29% |
| 2026-08-29 | 0.28651 | -2.33% |
| 2026-08-28 | 0.29336 | — |
SLE to CNY conversion table
1 SLE0.29277 CNY
5 SLE1.4639 CNY
10 SLE2.9277 CNY
25 SLE7.3193 CNY
50 SLE14.6385 CNY
100 SLE29.2771 CNY
500 SLE146.3854 CNY
1,000 SLE292.7708 CNY
5,000 SLE1,463.8542 CNY
10,000 SLE2,927.7083 CNY
Get the SLE/CNY rate in your app
One GET request returns the latest SLE → 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/SLE/CNY"fetch('https://rate-api.com/api/v1/pair/SLE/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SLE = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SLE/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SLE = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SLE/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SLE = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "SLE",
"to": "CNY"
},
"rate": 0.2928,
"timestamp": 1790435059,
"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 SLEChinese Yuan → Sierra Leonean Leone3.4156Convert SLE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.