Convert INR to SLE
Indian Rupee → Sierra Leonean Leone
1 INR = 0.239309 SLE(1 SLE = 4.17869 INR)
Currency converter
1 INR =
0.23931 SLE
INR to SLE: last 30 days
Over the last 30 days, 1 INR traded between 0.23875 and 0.26009 SLE, averaging 0.24307 SLE. The INR/SLE rate is down 0.36% since 2026-08-28.
- 30-day high
- 0.26009
- 2026-09-04
- 30-day low
- 0.23875
- 2026-09-24
- 30-day average
- 0.24307
- Days with data: 30
- 30-day change
- -0.36%
- since 2026-08-28
0.26009
0.238752026-08-28 → 2026-09-26
| Date | 1 INR in SLE | Daily change |
|---|---|---|
| 2026-09-26 | 0.23931 | 0.00% |
| 2026-09-25 | 0.23931 | +0.24% |
| 2026-09-24 | 0.23875 | -0.34% |
| 2026-09-23 | 0.23955 | -7.05% |
| 2026-09-22 | 0.25773 | +7.68% |
| 2026-09-21 | 0.23936 | +0.06% |
| 2026-09-20 | 0.23921 | -0.00% |
| 2026-09-19 | 0.23921 | -6.96% |
| 2026-09-18 | 0.25709 | +7.52% |
| 2026-09-17 | 0.23911 | -6.86% |
| 2026-09-16 | 0.25673 | +7.44% |
| 2026-09-15 | 0.23896 | -0.46% |
| 2026-09-14 | 0.24006 | -0.00% |
| 2026-09-13 | 0.24006 | +0.00% |
| 2026-09-12 | 0.24006 | -0.01% |
| Date | 1 INR in SLE | Daily change |
|---|---|---|
| 2026-09-11 | 0.24007 | -0.03% |
| 2026-09-10 | 0.24015 | -0.39% |
| 2026-09-09 | 0.24109 | -0.25% |
| 2026-09-08 | 0.2417 | -0.36% |
| 2026-09-07 | 0.24256 | -0.01% |
| 2026-09-06 | 0.24259 | -1.78% |
| 2026-09-05 | 0.24698 | -5.04% |
| 2026-09-04 | 0.26009 | +7.20% |
| 2026-09-03 | 0.24262 | +0.54% |
| 2026-09-02 | 0.24131 | -0.03% |
| 2026-09-01 | 0.24139 | +0.34% |
| 2026-08-31 | 0.24057 | +0.06% |
| 2026-08-30 | 0.24042 | -2.23% |
| 2026-08-29 | 0.24591 | +2.39% |
| 2026-08-28 | 0.24017 | — |
INR to SLE conversion table
1 INR0.23931 SLE
5 INR1.1965 SLE
10 INR2.3931 SLE
25 INR5.9827 SLE
50 INR11.9655 SLE
100 INR23.9309 SLE
500 INR119.6547 SLE
1,000 INR239.3095 SLE
5,000 INR1,196.5473 SLE
10,000 INR2,393.0947 SLE
Get the INR/SLE rate in your app
One GET request returns the latest INR → SLE 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/INR/SLE"fetch('https://rate-api.com/api/v1/pair/INR/SLE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} SLE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/SLE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} SLE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/SLE');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} SLE\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "SLE"
},
"rate": 0.2393,
"timestamp": 1790429362,
"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
SLE to INRSierra Leonean Leone → Indian Rupee4.1787Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.