Convert LSL to GBP
Lesotho Loti → British Pound
1 LSL = 0.046311 GBP(1 GBP = 21.59312 LSL)
Currency converter
1 LSL =
0.046311 GBP
LSL to GBP: last 30 days
Over the last 30 days, 1 LSL traded between 0.045544 and 0.046311 GBP, averaging 0.045983 GBP. The LSL/GBP rate is up 0.60% since 2026-08-28.
- 30-day high
- 0.046311
- 2026-09-25
- 30-day low
- 0.045544
- 2026-08-30
- 30-day average
- 0.045983
- Days with data: 30
- 30-day change
- +0.60%
- since 2026-08-28
0.046311
0.0455442026-08-28 → 2026-09-26
| Date | 1 LSL in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.046311 | 0.00% |
| 2026-09-25 | 0.046311 | +0.63% |
| 2026-09-24 | 0.046022 | -0.12% |
| 2026-09-23 | 0.046077 | +0.06% |
| 2026-09-22 | 0.046049 | +0.08% |
| 2026-09-21 | 0.046012 | -0.07% |
| 2026-09-20 | 0.046044 | -0.14% |
| 2026-09-19 | 0.046106 | -0.08% |
| 2026-09-18 | 0.046145 | +0.88% |
| 2026-09-17 | 0.045743 | -0.12% |
| 2026-09-16 | 0.045798 | +0.50% |
| 2026-09-15 | 0.045569 | -0.42% |
| 2026-09-14 | 0.04576 | -0.34% |
| 2026-09-13 | 0.045918 | +0.09% |
| 2026-09-12 | 0.045876 | +0.51% |
| Date | 1 LSL in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.045645 | -1.01% |
| 2026-09-10 | 0.04611 | +0.08% |
| 2026-09-09 | 0.046074 | -0.19% |
| 2026-09-08 | 0.046161 | -0.16% |
| 2026-09-07 | 0.046235 | -0.12% |
| 2026-09-06 | 0.046291 | -0.04% |
| 2026-09-05 | 0.04631 | +0.17% |
| 2026-09-04 | 0.046234 | +0.12% |
| 2026-09-03 | 0.046178 | +0.71% |
| 2026-09-02 | 0.045852 | -0.02% |
| 2026-09-01 | 0.045863 | +0.42% |
| 2026-08-31 | 0.04567 | +0.28% |
| 2026-08-30 | 0.045544 | -0.03% |
| 2026-08-29 | 0.045558 | -1.04% |
| 2026-08-28 | 0.046035 | — |
LSL to GBP conversion table
1 LSL0.046311 GBP
5 LSL0.23156 GBP
10 LSL0.46311 GBP
25 LSL1.1578 GBP
50 LSL2.3156 GBP
100 LSL4.6311 GBP
500 LSL23.1555 GBP
1,000 LSL46.311 GBP
5,000 LSL231.5552 GBP
10,000 LSL463.1105 GBP
Get the LSL/GBP rate in your app
One GET request returns the latest LSL → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/LSL/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LSL = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LSL/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LSL = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LSL/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "LSL",
"to": "GBP"
},
"rate": 0.0463,
"timestamp": 1790432166,
"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
GBP to LSLBritish Pound → Lesotho Loti21.5931Convert LSL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.