Convert LSL to AUD
Lesotho Loti → Australian Dollar
1 LSL = 0.0872991 AUD(1 AUD = 11.454871 LSL)
Currency converter
1 LSL =
0.087299 AUD
LSL to AUD: last 30 days
Over the last 30 days, 1 LSL traded between 0.085962 and 0.087299 AUD, averaging 0.086553 AUD. The LSL/AUD rate is up 0.45% since 2026-08-28.
- 30-day high
- 0.087299
- 2026-09-25
- 30-day low
- 0.085962
- 2026-09-11
- 30-day average
- 0.086553
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
0.087299
0.0859622026-08-28 → 2026-09-26
| Date | 1 LSL in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.087299 | 0.00% |
| 2026-09-25 | 0.087299 | +0.83% |
| 2026-09-24 | 0.086584 | +0.03% |
| 2026-09-23 | 0.086557 | +0.01% |
| 2026-09-22 | 0.086545 | +0.23% |
| 2026-09-21 | 0.086346 | +0.06% |
| 2026-09-20 | 0.086295 | -0.14% |
| 2026-09-19 | 0.086412 | -0.08% |
| 2026-09-18 | 0.086484 | +0.55% |
| 2026-09-17 | 0.086012 | -0.45% |
| 2026-09-16 | 0.086404 | +0.21% |
| 2026-09-15 | 0.086227 | -0.45% |
| 2026-09-14 | 0.086613 | +0.16% |
| 2026-09-13 | 0.086476 | +0.09% |
| 2026-09-12 | 0.086398 | +0.51% |
| Date | 1 LSL in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.085962 | -0.93% |
| 2026-09-10 | 0.086768 | +0.30% |
| 2026-09-09 | 0.086504 | -0.19% |
| 2026-09-08 | 0.08667 | -0.05% |
| 2026-09-07 | 0.086714 | -0.27% |
| 2026-09-06 | 0.086946 | -0.04% |
| 2026-09-05 | 0.086982 | +0.17% |
| 2026-09-04 | 0.086838 | +0.22% |
| 2026-09-03 | 0.086648 | +0.18% |
| 2026-09-02 | 0.086496 | -0.46% |
| 2026-09-01 | 0.086898 | +0.65% |
| 2026-08-31 | 0.086337 | +0.42% |
| 2026-08-30 | 0.085979 | -0.03% |
| 2026-08-29 | 0.086005 | -1.04% |
| 2026-08-28 | 0.086906 | — |
LSL to AUD conversion table
1 LSL0.087299 AUD
5 LSL0.4365 AUD
10 LSL0.87299 AUD
25 LSL2.1825 AUD
50 LSL4.365 AUD
100 LSL8.7299 AUD
500 LSL43.6496 AUD
1,000 LSL87.2991 AUD
5,000 LSL436.4956 AUD
10,000 LSL872.9911 AUD
Get the LSL/AUD rate in your app
One GET request returns the latest LSL → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/LSL/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LSL = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LSL/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LSL = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LSL/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "LSL",
"to": "AUD"
},
"rate": 0.0873,
"timestamp": 1790435207,
"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
AUD to LSLAustralian Dollar → Lesotho Loti11.4549Convert LSL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.