Convert CHF to SLE
Swiss Franc → Sierra Leonean Leone
1 CHF = 27.683506 SLE(1 SLE = 0.0361226 CHF)
Currency converter
1 CHF =
27.6835 SLE
CHF to SLE: last 30 days
Over the last 30 days, 1 CHF traded between 27.6776 and 30.3691 SLE, averaging 28.4255 SLE. The CHF/SLE rate is down 2.82% since 2026-08-28.
- 30-day high
- 30.3691
- 2026-09-04
- 30-day low
- 27.6776
- 2026-09-24
- 30-day average
- 28.4255
- Days with data: 30
- 30-day change
- -2.82%
- since 2026-08-28
30.3691
27.67762026-08-28 → 2026-09-26
| Date | 1 CHF in SLE | Daily change |
|---|---|---|
| 2026-09-26 | 27.6835 | 0.00% |
| 2026-09-25 | 27.6835 | +0.02% |
| 2026-09-24 | 27.6776 | -0.70% |
| 2026-09-23 | 27.8714 | -7.30% |
| 2026-09-22 | 30.0659 | +7.68% |
| 2026-09-21 | 27.9216 | +0.52% |
| 2026-09-20 | 27.7783 | -0.00% |
| 2026-09-19 | 27.7783 | -6.96% |
| 2026-09-18 | 29.8555 | +7.30% |
| 2026-09-17 | 27.8234 | -7.50% |
| 2026-09-16 | 30.0799 | +7.33% |
| 2026-09-15 | 28.0265 | -0.25% |
| 2026-09-14 | 28.0965 | -0.14% |
| 2026-09-13 | 28.1369 | +0.00% |
| 2026-09-12 | 28.1369 | -0.01% |
| Date | 1 CHF in SLE | Daily change |
|---|---|---|
| 2026-09-11 | 28.1387 | -0.31% |
| 2026-09-10 | 28.2273 | -0.65% |
| 2026-09-09 | 28.4113 | +0.59% |
| 2026-09-08 | 28.2433 | -0.28% |
| 2026-09-07 | 28.3228 | -0.01% |
| 2026-09-06 | 28.3253 | -1.78% |
| 2026-09-05 | 28.8384 | -5.04% |
| 2026-09-04 | 30.3691 | +7.10% |
| 2026-09-03 | 28.3569 | +0.72% |
| 2026-09-02 | 28.1553 | -0.43% |
| 2026-09-01 | 28.2778 | -0.14% |
| 2026-08-31 | 28.316 | -0.70% |
| 2026-08-30 | 28.5152 | -2.23% |
| 2026-08-29 | 29.1668 | +2.39% |
| 2026-08-28 | 28.4858 | — |
CHF to SLE conversion table
1 CHF27.6835 SLE
5 CHF138.4175 SLE
10 CHF276.8351 SLE
25 CHF692.0877 SLE
50 CHF1,384.1753 SLE
100 CHF2,768.3506 SLE
500 CHF13,841.753 SLE
1,000 CHF27,683.506 SLE
5,000 CHF138,417.53 SLE
10,000 CHF276,835.06 SLE
Get the CHF/SLE rate in your app
One GET request returns the latest CHF → SLE 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/CHF/SLE"fetch('https://rate-api.com/api/v1/pair/CHF/SLE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} SLE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/SLE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} SLE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/SLE');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} SLE\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "SLE"
},
"rate": 27.6835,
"timestamp": 1790429274,
"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
SLE to CHFSierra Leonean Leone → Swiss Franc0.036123Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.