Convert SLE to CHF
Sierra Leonean Leone → Swiss Franc
1 SLE = 0.0361226 CHF(1 CHF = 27.683506 SLE)
Currency converter
1 SLE =
0.036123 CHF
SLE to CHF: last 30 days
Over the last 30 days, 1 SLE traded between 0.032928 and 0.03613 CHF, averaging 0.035202 CHF. The SLE/CHF rate is up 2.90% since 2026-08-28.
- 30-day high
- 0.03613
- 2026-09-24
- 30-day low
- 0.032928
- 2026-09-04
- 30-day average
- 0.035202
- Days with data: 30
- 30-day change
- +2.90%
- since 2026-08-28
0.03613
0.0329282026-08-28 → 2026-09-26
| Date | 1 SLE in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.036123 | 0.00% |
| 2026-09-25 | 0.036123 | -0.02% |
| 2026-09-24 | 0.03613 | +0.70% |
| 2026-09-23 | 0.035879 | +7.87% |
| 2026-09-22 | 0.03326 | -7.13% |
| 2026-09-21 | 0.035815 | -0.51% |
| 2026-09-20 | 0.035999 | +0.00% |
| 2026-09-19 | 0.035999 | +7.48% |
| 2026-09-18 | 0.033495 | -6.81% |
| 2026-09-17 | 0.035941 | +8.11% |
| 2026-09-16 | 0.033245 | -6.83% |
| 2026-09-15 | 0.035681 | +0.25% |
| 2026-09-14 | 0.035592 | +0.14% |
| 2026-09-13 | 0.035541 | 0.00% |
| 2026-09-12 | 0.035541 | +0.01% |
| Date | 1 SLE in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.035538 | +0.32% |
| 2026-09-10 | 0.035427 | +0.65% |
| 2026-09-09 | 0.035197 | -0.59% |
| 2026-09-08 | 0.035407 | +0.28% |
| 2026-09-07 | 0.035307 | +0.01% |
| 2026-09-06 | 0.035304 | +1.81% |
| 2026-09-05 | 0.034676 | +5.31% |
| 2026-09-04 | 0.032928 | -6.63% |
| 2026-09-03 | 0.035265 | -0.71% |
| 2026-09-02 | 0.035517 | +0.43% |
| 2026-09-01 | 0.035363 | +0.14% |
| 2026-08-31 | 0.035316 | +0.70% |
| 2026-08-30 | 0.035069 | +2.29% |
| 2026-08-29 | 0.034286 | -2.33% |
| 2026-08-28 | 0.035105 | — |
SLE to CHF conversion table
1 SLE0.036123 CHF
5 SLE0.18061 CHF
10 SLE0.36123 CHF
25 SLE0.90306 CHF
50 SLE1.8061 CHF
100 SLE3.6123 CHF
500 SLE18.0613 CHF
1,000 SLE36.1226 CHF
5,000 SLE180.613 CHF
10,000 SLE361.2259 CHF
Get the SLE/CHF rate in your app
One GET request returns the latest SLE → CHF 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/CHF"fetch('https://rate-api.com/api/v1/pair/SLE/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SLE = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SLE/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SLE = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SLE/CHF');
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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "SLE",
"to": "CHF"
},
"rate": 0.0361,
"timestamp": 1790432037,
"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
CHF to SLESwiss Franc → Sierra Leonean Leone27.6835Convert SLE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.