Convert JPY to LSL
Japanese Yen → Lesotho Loti
1 JPY = 0.103393 LSL(1 LSL = 9.671794 JPY)
Currency converter
1 JPY =
0.10339 LSL
JPY to LSL: last 30 days
Over the last 30 days, 1 JPY traded between 0.10016 and 0.10529 LSL, averaging 0.10313 LSL. The JPY/LSL rate is up 3.23% since 2026-08-28.
- 30-day high
- 0.10529
- 2026-09-11
- 30-day low
- 0.10016
- 2026-08-28
- 30-day average
- 0.10313
- Days with data: 30
- 30-day change
- +3.23%
- since 2026-08-28
0.10529
0.100162026-08-28 → 2026-09-26
| Date | 1 JPY in LSL | Daily change |
|---|---|---|
| 2026-09-26 | 0.10339 | 0.00% |
| 2026-09-25 | 0.10339 | -0.07% |
| 2026-09-24 | 0.10347 | -0.04% |
| 2026-09-23 | 0.10352 | +0.12% |
| 2026-09-22 | 0.10339 | +0.21% |
| 2026-09-21 | 0.10317 | +0.08% |
| 2026-09-20 | 0.10308 | +0.14% |
| 2026-09-19 | 0.10294 | +0.08% |
| 2026-09-18 | 0.10286 | -2.01% |
| 2026-09-17 | 0.10497 | +0.30% |
| 2026-09-16 | 0.10466 | -0.33% |
| 2026-09-15 | 0.105 | +0.21% |
| 2026-09-14 | 0.10478 | +0.11% |
| 2026-09-13 | 0.10466 | -0.09% |
| 2026-09-12 | 0.10476 | -0.50% |
| Date | 1 JPY in LSL | Daily change |
|---|---|---|
| 2026-09-11 | 0.10529 | +1.20% |
| 2026-09-10 | 0.10404 | -0.34% |
| 2026-09-09 | 0.10439 | +0.72% |
| 2026-09-08 | 0.10365 | +0.34% |
| 2026-09-07 | 0.10329 | +1.09% |
| 2026-09-06 | 0.10218 | +0.04% |
| 2026-09-05 | 0.10214 | -0.17% |
| 2026-09-04 | 0.10231 | -0.52% |
| 2026-09-03 | 0.10284 | +1.47% |
| 2026-09-02 | 0.10135 | +0.73% |
| 2026-09-01 | 0.10061 | -0.63% |
| 2026-08-31 | 0.10125 | +0.01% |
| 2026-08-30 | 0.10124 | +0.03% |
| 2026-08-29 | 0.10121 | +1.05% |
| 2026-08-28 | 0.10016 | — |
JPY to LSL conversion table
1 JPY0.10339 LSL
5 JPY0.51697 LSL
10 JPY1.0339 LSL
25 JPY2.5848 LSL
50 JPY5.1697 LSL
100 JPY10.3393 LSL
500 JPY51.6967 LSL
1,000 JPY103.3934 LSL
5,000 JPY516.9672 LSL
10,000 JPY1,033.9343 LSL
Get the JPY/LSL rate in your app
One GET request returns the latest JPY → 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/JPY/LSL"fetch('https://rate-api.com/api/v1/pair/JPY/LSL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} LSL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/LSL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} LSL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/LSL');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} LSL\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "LSL"
},
"rate": 0.1034,
"timestamp": 1790429340,
"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 JPYLesotho Loti → Japanese Yen9.6718Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.