Convert SLL to CHF
Sierra Leonean Leone (old) → Swiss Franc
1 SLL = 0.0000361226 CHF(1 CHF = 27,683.506 SLL)
Currency converter
1 SLL =
0.000036123 CHF
SLL to CHF: last 30 days
Over the last 30 days, 1 SLL traded between 0.000032928 and 0.000039374 CHF, averaging 0.000035398 CHF. The SLL/CHF rate is up 2.90% since 2026-08-28.
- 30-day high
- 0.000039374
- 2026-09-18
- 30-day low
- 0.000032928
- 2026-09-04
- 30-day average
- 0.000035398
- Days with data: 30
- 30-day change
- +2.90%
- since 2026-08-28
0.000039374
0.0000329282026-08-28 → 2026-09-26
| Date | 1 SLL in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.000036123 | 0.00% |
| 2026-09-25 | 0.000036123 | -0.02% |
| 2026-09-24 | 0.00003613 | +0.70% |
| 2026-09-23 | 0.000035879 | +7.87% |
| 2026-09-22 | 0.00003326 | -7.13% |
| 2026-09-21 | 0.000035815 | -0.51% |
| 2026-09-20 | 0.000035999 | +0.00% |
| 2026-09-19 | 0.000035999 | -8.57% |
| 2026-09-18 | 0.000039374 | +9.55% |
| 2026-09-17 | 0.000035941 | +8.11% |
| 2026-09-16 | 0.000033245 | -6.83% |
| 2026-09-15 | 0.000035681 | +0.25% |
| 2026-09-14 | 0.000035592 | +0.14% |
| 2026-09-13 | 0.000035541 | 0.00% |
| 2026-09-12 | 0.000035541 | +0.01% |
| Date | 1 SLL in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.000035538 | +0.32% |
| 2026-09-10 | 0.000035427 | +0.65% |
| 2026-09-09 | 0.000035197 | -0.59% |
| 2026-09-08 | 0.000035407 | +0.28% |
| 2026-09-07 | 0.000035307 | +0.01% |
| 2026-09-06 | 0.000035304 | +1.81% |
| 2026-09-05 | 0.000034676 | +5.31% |
| 2026-09-04 | 0.000032928 | -6.63% |
| 2026-09-03 | 0.000035265 | -0.71% |
| 2026-09-02 | 0.000035517 | +0.43% |
| 2026-09-01 | 0.000035363 | +0.14% |
| 2026-08-31 | 0.000035316 | +0.70% |
| 2026-08-30 | 0.000035069 | +2.29% |
| 2026-08-29 | 0.000034286 | -2.33% |
| 2026-08-28 | 0.000035105 | — |
SLL to CHF conversion table
1 SLL0.000036123 CHF
5 SLL0.00018061 CHF
10 SLL0.00036123 CHF
25 SLL0.00090306 CHF
50 SLL0.0018061 CHF
100 SLL0.0036123 CHF
500 SLL0.018061 CHF
1,000 SLL0.036123 CHF
5,000 SLL0.18061 CHF
10,000 SLL0.36123 CHF
Get the SLL/CHF rate in your app
One GET request returns the latest SLL → 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/SLL/CHF?precision=6"fetch('https://rate-api.com/api/v1/pair/SLL/CHF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SLL = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SLL/CHF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SLL = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SLL/CHF?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SLL = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "SLL",
"to": "CHF"
},
"rate": 3.6e-5,
"timestamp": 1790432079,
"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 SLLSwiss Franc → Sierra Leonean Leone (old)27,683.506Convert SLL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.