Convert SLE to INR
Sierra Leonean Leone → Indian Rupee
1 SLE = 4.17869 INR(1 INR = 0.239309 SLE)
Currency converter
1 SLE =
4.1787 INR
SLE to INR: last 30 days
Over the last 30 days, 1 SLE traded between 3.8448 and 4.1885 INR, averaging 4.1165 INR. The SLE/INR rate is up 0.36% since 2026-08-28.
- 30-day high
- 4.1885
- 2026-09-24
- 30-day low
- 3.8448
- 2026-09-04
- 30-day average
- 4.1165
- Days with data: 30
- 30-day change
- +0.36%
- since 2026-08-28
4.1885
3.84482026-08-28 → 2026-09-26
| Date | 1 SLE in INR | Daily change |
|---|---|---|
| 2026-09-26 | 4.1787 | 0.00% |
| 2026-09-25 | 4.1787 | -0.24% |
| 2026-09-24 | 4.1885 | +0.34% |
| 2026-09-23 | 4.1744 | +7.59% |
| 2026-09-22 | 3.88 | -7.13% |
| 2026-09-21 | 4.1779 | -0.06% |
| 2026-09-20 | 4.1805 | +0.00% |
| 2026-09-19 | 4.1805 | +7.48% |
| 2026-09-18 | 3.8896 | -7.00% |
| 2026-09-17 | 4.1822 | +7.37% |
| 2026-09-16 | 3.8951 | -6.92% |
| 2026-09-15 | 4.1848 | +0.46% |
| 2026-09-14 | 4.1657 | +0.00% |
| 2026-09-13 | 4.1657 | 0.00% |
| 2026-09-12 | 4.1657 | +0.01% |
| Date | 1 SLE in INR | Daily change |
|---|---|---|
| 2026-09-11 | 4.1654 | +0.03% |
| 2026-09-10 | 4.164 | +0.39% |
| 2026-09-09 | 4.1479 | +0.25% |
| 2026-09-08 | 4.1374 | +0.36% |
| 2026-09-07 | 4.1226 | +0.01% |
| 2026-09-06 | 4.1222 | +1.81% |
| 2026-09-05 | 4.0489 | +5.31% |
| 2026-09-04 | 3.8448 | -6.72% |
| 2026-09-03 | 4.1217 | -0.54% |
| 2026-09-02 | 4.144 | +0.03% |
| 2026-09-01 | 4.1427 | -0.34% |
| 2026-08-31 | 4.1568 | -0.06% |
| 2026-08-30 | 4.1594 | +2.29% |
| 2026-08-29 | 4.0665 | -2.33% |
| 2026-08-28 | 4.1637 | — |
SLE to INR conversion table
1 SLE4.1787 INR
5 SLE20.8934 INR
10 SLE41.7869 INR
25 SLE104.4672 INR
50 SLE208.9345 INR
100 SLE417.869 INR
500 SLE2,089.3449 INR
1,000 SLE4,178.6897 INR
5,000 SLE20,893.449 INR
10,000 SLE41,786.897 INR
Get the SLE/INR rate in your app
One GET request returns the latest SLE → 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/SLE/INR"fetch('https://rate-api.com/api/v1/pair/SLE/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SLE = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SLE/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SLE = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SLE/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SLE = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "SLE",
"to": "INR"
},
"rate": 4.1787,
"timestamp": 1790435091,
"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 SLEIndian Rupee → Sierra Leonean Leone0.23931Convert SLE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.