Convert LSL to INR
Lesotho Loti → Indian Rupee
1 LSL = 5.880607 INR(1 INR = 0.17005 LSL)
Currency converter
1 LSL =
5.8806 INR
LSL to INR: last 30 days
Over the last 30 days, 1 LSL traded between 5.8381 and 5.9644 INR, averaging 5.9016 INR. The LSL/INR rate is down 1.41% since 2026-08-28.
- 30-day high
- 5.9644
- 2026-08-28
- 30-day low
- 5.8381
- 2026-09-24
- 30-day average
- 5.9016
- Days with data: 30
- 30-day change
- -1.41%
- since 2026-08-28
5.9644
5.83812026-08-28 → 2026-09-26
| Date | 1 LSL in INR | Daily change |
|---|---|---|
| 2026-09-26 | 5.8806 | 0.00% |
| 2026-09-25 | 5.8806 | +0.73% |
| 2026-09-24 | 5.8381 | -0.32% |
| 2026-09-23 | 5.8567 | -0.43% |
| 2026-09-22 | 5.8823 | -0.39% |
| 2026-09-21 | 5.9055 | +0.25% |
| 2026-09-20 | 5.891 | -0.14% |
| 2026-09-19 | 5.899 | -0.08% |
| 2026-09-18 | 5.9039 | +0.57% |
| 2026-09-17 | 5.8704 | -0.73% |
| 2026-09-16 | 5.9135 | +0.30% |
| 2026-09-15 | 5.8959 | -0.09% |
| 2026-09-14 | 5.901 | -0.44% |
| 2026-09-13 | 5.9272 | +0.09% |
| 2026-09-12 | 5.9218 | +0.51% |
| Date | 1 LSL in INR | Daily change |
|---|---|---|
| 2026-09-11 | 5.8919 | -0.97% |
| 2026-09-10 | 5.9499 | +0.10% |
| 2026-09-09 | 5.9442 | +0.25% |
| 2026-09-08 | 5.9295 | +0.31% |
| 2026-09-07 | 5.9113 | -0.12% |
| 2026-09-06 | 5.9181 | -0.04% |
| 2026-09-05 | 5.9206 | +0.17% |
| 2026-09-04 | 5.9108 | +0.36% |
| 2026-09-03 | 5.8893 | +0.31% |
| 2026-09-02 | 5.8713 | -0.36% |
| 2026-09-01 | 5.8923 | +0.13% |
| 2026-08-31 | 5.8846 | -0.27% |
| 2026-08-30 | 5.9008 | -0.03% |
| 2026-08-29 | 5.9026 | -1.04% |
| 2026-08-28 | 5.9644 | — |
LSL to INR conversion table
1 LSL5.8806 INR
5 LSL29.403 INR
10 LSL58.8061 INR
25 LSL147.0152 INR
50 LSL294.0303 INR
100 LSL588.0607 INR
500 LSL2,940.3034 INR
1,000 LSL5,880.6069 INR
5,000 LSL29,403.034 INR
10,000 LSL58,806.069 INR
Get the LSL/INR rate in your app
One GET request returns the latest LSL → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/LSL/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LSL = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LSL/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LSL = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LSL/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "LSL",
"to": "INR"
},
"rate": 5.8806,
"timestamp": 1790432183,
"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
INR to LSLIndian Rupee → Lesotho Loti0.17005Convert LSL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.