Convert LSL to CHF
Lesotho Loti → Swiss Franc
1 LSL = 0.0508348 CHF(1 CHF = 19.671572 LSL)
Currency converter
1 LSL =
0.050835 CHF
LSL to CHF: last 30 days
Over the last 30 days, 1 LSL traded between 0.049751 and 0.05084 CHF, averaging 0.050467 CHF. The LSL/CHF rate is up 1.09% since 2026-08-28.
- 30-day high
- 0.05084
- 2026-09-18
- 30-day low
- 0.049751
- 2026-08-30
- 30-day average
- 0.050467
- Days with data: 30
- 30-day change
- +1.09%
- since 2026-08-28
0.05084
0.0497512026-08-28 → 2026-09-26
| Date | 1 LSL in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.050835 | 0.00% |
| 2026-09-25 | 0.050835 | +0.94% |
| 2026-09-24 | 0.05036 | +0.04% |
| 2026-09-23 | 0.050339 | -0.17% |
| 2026-09-22 | 0.050424 | -0.40% |
| 2026-09-21 | 0.050625 | -0.21% |
| 2026-09-20 | 0.050729 | -0.14% |
| 2026-09-19 | 0.050798 | -0.08% |
| 2026-09-18 | 0.05084 | +0.78% |
| 2026-09-17 | 0.050449 | -0.05% |
| 2026-09-16 | 0.050472 | +0.40% |
| 2026-09-15 | 0.05027 | -0.29% |
| 2026-09-14 | 0.050418 | -0.30% |
| 2026-09-13 | 0.050569 | +0.09% |
| 2026-09-12 | 0.050524 | +0.51% |
| Date | 1 LSL in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.050269 | -0.69% |
| 2026-09-10 | 0.05062 | +0.36% |
| 2026-09-09 | 0.050441 | -0.60% |
| 2026-09-08 | 0.050743 | +0.23% |
| 2026-09-07 | 0.050626 | -0.12% |
| 2026-09-06 | 0.050684 | -0.04% |
| 2026-09-05 | 0.050705 | +0.17% |
| 2026-09-04 | 0.050622 | +0.46% |
| 2026-09-03 | 0.050388 | +0.13% |
| 2026-09-02 | 0.050321 | +0.04% |
| 2026-09-01 | 0.050299 | +0.61% |
| 2026-08-31 | 0.049995 | +0.49% |
| 2026-08-30 | 0.049751 | -0.03% |
| 2026-08-29 | 0.049766 | -1.04% |
| 2026-08-28 | 0.050288 | — |
LSL to CHF conversion table
1 LSL0.050835 CHF
5 LSL0.25417 CHF
10 LSL0.50835 CHF
25 LSL1.2709 CHF
50 LSL2.5417 CHF
100 LSL5.0835 CHF
500 LSL25.4174 CHF
1,000 LSL50.8348 CHF
5,000 LSL254.1739 CHF
10,000 LSL508.3478 CHF
Get the LSL/CHF rate in your app
One GET request returns the latest LSL → 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/LSL/CHF"fetch('https://rate-api.com/api/v1/pair/LSL/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LSL = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LSL/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LSL = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LSL/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LSL = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "LSL",
"to": "CHF"
},
"rate": 0.0508,
"timestamp": 1790432092,
"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 LSLSwiss Franc → Lesotho Loti19.6716Convert LSL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.