Convert CHF to SLL
Swiss Franc → Sierra Leonean Leone (old)
1 CHF = 27,683.506 SLL(1 SLL = 0.0000361226 CHF)
Currency converter
1 CHF =
27,683.506 SLL
CHF to SLL: last 30 days
Over the last 30 days, 1 CHF traded between 25,397.547 and 30,369.146 SLL, averaging 28,276.924 SLL. The CHF/SLL rate is down 2.82% since 2026-08-28.
- 30-day high
- 30,369.146
- 2026-09-04
- 30-day low
- 25,397.547
- 2026-09-18
- 30-day average
- 28,276.924
- Days with data: 30
- 30-day change
- -2.82%
- since 2026-08-28
30,369.146
25,397.5472026-08-28 → 2026-09-26
| Date | 1 CHF in SLL | Daily change |
|---|---|---|
| 2026-09-26 | 27,683.506 | 0.00% |
| 2026-09-25 | 27,683.506 | +0.02% |
| 2026-09-24 | 27,677.574 | -0.70% |
| 2026-09-23 | 27,871.42 | -7.30% |
| 2026-09-22 | 30,065.897 | +7.68% |
| 2026-09-21 | 27,921.635 | +0.52% |
| 2026-09-20 | 27,778.265 | -0.00% |
| 2026-09-19 | 27,778.315 | +9.37% |
| 2026-09-18 | 25,397.547 | -8.72% |
| 2026-09-17 | 27,823.38 | -7.50% |
| 2026-09-16 | 30,079.883 | +7.33% |
| 2026-09-15 | 28,026.473 | -0.25% |
| 2026-09-14 | 28,096.502 | -0.14% |
| 2026-09-13 | 28,136.876 | +0.00% |
| 2026-09-12 | 28,136.875 | -0.01% |
| Date | 1 CHF in SLL | Daily change |
|---|---|---|
| 2026-09-11 | 28,138.665 | -0.31% |
| 2026-09-10 | 28,227.335 | -0.65% |
| 2026-09-09 | 28,411.328 | +0.59% |
| 2026-09-08 | 28,243.307 | -0.28% |
| 2026-09-07 | 28,322.805 | -0.01% |
| 2026-09-06 | 28,325.31 | -1.78% |
| 2026-09-05 | 28,838.447 | -5.04% |
| 2026-09-04 | 30,369.146 | +7.10% |
| 2026-09-03 | 28,356.867 | +0.72% |
| 2026-09-02 | 28,155.333 | -0.43% |
| 2026-09-01 | 28,277.757 | -0.14% |
| 2026-08-31 | 28,315.984 | -0.70% |
| 2026-08-30 | 28,515.152 | -2.23% |
| 2026-08-29 | 29,166.809 | +2.39% |
| 2026-08-28 | 28,485.832 | — |
CHF to SLL conversion table
1 CHF27,683.506 SLL
5 CHF138,417.53 SLL
10 CHF276,835.06 SLL
25 CHF692,087.66 SLL
50 CHF1,384,175.3 SLL
100 CHF2,768,350.6 SLL
500 CHF13,841,753 SLL
1,000 CHF27,683,506 SLL
5,000 CHF138,417,532 SLL
10,000 CHF276,835,065 SLL
Get the CHF/SLL rate in your app
One GET request returns the latest CHF → SLL 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/SLL"fetch('https://rate-api.com/api/v1/pair/CHF/SLL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} SLL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/SLL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} SLL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/SLL');
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']} SLL\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "SLL"
},
"rate": 27683.5065,
"timestamp": 1790429333,
"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
SLL to CHFSierra Leonean Leone (old) → Swiss Franc0.000036123Convert CHF to other currencies
Convert other currencies to SLL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.