Convert CHF to LSL
Swiss Franc → Lesotho Loti
1 CHF = 19.671572 LSL(1 LSL = 0.0508348 CHF)
Currency converter
1 CHF =
19.6716 LSL
CHF to LSL: last 30 days
Over the last 30 days, 1 CHF traded between 19.6694 and 20.1 LSL, averaging 19.8156 LSL. The CHF/LSL rate is down 1.08% since 2026-08-28.
- 30-day high
- 20.1
- 2026-08-30
- 30-day low
- 19.6694
- 2026-09-18
- 30-day average
- 19.8156
- Days with data: 30
- 30-day change
- -1.08%
- since 2026-08-28
20.1
19.66942026-08-28 → 2026-09-26
| Date | 1 CHF in LSL | Daily change |
|---|---|---|
| 2026-09-26 | 19.6716 | 0.00% |
| 2026-09-25 | 19.6716 | -0.93% |
| 2026-09-24 | 19.8572 | -0.04% |
| 2026-09-23 | 19.8655 | +0.17% |
| 2026-09-22 | 19.8318 | +0.40% |
| 2026-09-21 | 19.7532 | +0.21% |
| 2026-09-20 | 19.7125 | +0.14% |
| 2026-09-19 | 19.6857 | +0.08% |
| 2026-09-18 | 19.6694 | -0.77% |
| 2026-09-17 | 19.822 | +0.05% |
| 2026-09-16 | 19.813 | -0.40% |
| 2026-09-15 | 19.8925 | +0.29% |
| 2026-09-14 | 19.834 | +0.30% |
| 2026-09-13 | 19.7748 | -0.09% |
| 2026-09-12 | 19.7927 | -0.50% |
| Date | 1 CHF in LSL | Daily change |
|---|---|---|
| 2026-09-11 | 19.8931 | +0.70% |
| 2026-09-10 | 19.7548 | -0.36% |
| 2026-09-09 | 19.8253 | +0.60% |
| 2026-09-08 | 19.7073 | -0.23% |
| 2026-09-07 | 19.7528 | +0.12% |
| 2026-09-06 | 19.7299 | +0.04% |
| 2026-09-05 | 19.7218 | -0.17% |
| 2026-09-04 | 19.7544 | -0.46% |
| 2026-09-03 | 19.846 | -0.13% |
| 2026-09-02 | 19.8724 | -0.04% |
| 2026-09-01 | 19.8811 | -0.60% |
| 2026-08-31 | 20.0021 | -0.49% |
| 2026-08-30 | 20.1 | +0.03% |
| 2026-08-29 | 20.0938 | +1.05% |
| 2026-08-28 | 19.8856 | — |
CHF to LSL conversion table
1 CHF19.6716 LSL
5 CHF98.3579 LSL
10 CHF196.7157 LSL
25 CHF491.7893 LSL
50 CHF983.5786 LSL
100 CHF1,967.1572 LSL
500 CHF9,835.7861 LSL
1,000 CHF19,671.572 LSL
5,000 CHF98,357.861 LSL
10,000 CHF196,715.72 LSL
Get the CHF/LSL rate in your app
One GET request returns the latest CHF → LSL 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/LSL"fetch('https://rate-api.com/api/v1/pair/CHF/LSL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} LSL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/LSL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} LSL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/LSL');
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']} LSL\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "LSL"
},
"rate": 19.6716,
"timestamp": 1790429346,
"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
LSL to CHFLesotho Loti → Swiss Franc0.050835Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.