Convert INR to SLL
Indian Rupee → Sierra Leonean Leone (old)
1 INR = 239.30947 SLL(1 SLL = 0.00417869 INR)
Currency converter
1 INR =
239.3095 SLL
INR to SLL: last 30 days
Over the last 30 days, 1 INR traded between 218.7055 and 260.0903 SLL, averaging 241.7909 SLL. The INR/SLL rate is down 0.36% since 2026-08-28.
- 30-day high
- 260.0903
- 2026-09-04
- 30-day low
- 218.7055
- 2026-09-18
- 30-day average
- 241.7909
- Days with data: 30
- 30-day change
- -0.36%
- since 2026-08-28
260.0903
218.70552026-08-28 → 2026-09-26
| Date | 1 INR in SLL | Daily change |
|---|---|---|
| 2026-09-26 | 239.3095 | 0.00% |
| 2026-09-25 | 239.3095 | +0.24% |
| 2026-09-24 | 238.7461 | -0.34% |
| 2026-09-23 | 239.5539 | -7.05% |
| 2026-09-22 | 257.732 | +7.68% |
| 2026-09-21 | 239.3562 | +0.06% |
| 2026-09-20 | 239.2066 | -0.00% |
| 2026-09-19 | 239.207 | +9.37% |
| 2026-09-18 | 218.7055 | -8.53% |
| 2026-09-17 | 239.1088 | -6.86% |
| 2026-09-16 | 256.7322 | +7.44% |
| 2026-09-15 | 238.961 | -0.46% |
| 2026-09-14 | 240.0581 | -0.00% |
| 2026-09-13 | 240.0586 | +0.00% |
| 2026-09-12 | 240.0585 | -0.01% |
| Date | 1 INR in SLL | Daily change |
|---|---|---|
| 2026-09-11 | 240.0738 | -0.03% |
| 2026-09-10 | 240.1512 | -0.39% |
| 2026-09-09 | 241.0885 | -0.25% |
| 2026-09-08 | 241.6958 | -0.36% |
| 2026-09-07 | 242.5648 | -0.01% |
| 2026-09-06 | 242.5862 | -1.78% |
| 2026-09-05 | 246.9809 | -5.04% |
| 2026-09-04 | 260.0903 | +7.20% |
| 2026-09-03 | 242.6164 | +0.54% |
| 2026-09-02 | 241.3111 | -0.03% |
| 2026-09-01 | 241.3899 | +0.34% |
| 2026-08-31 | 240.5683 | +0.06% |
| 2026-08-30 | 240.4193 | -2.23% |
| 2026-08-29 | 245.9136 | +2.39% |
| 2026-08-28 | 240.1721 | — |
INR to SLL conversion table
1 INR239.3095 SLL
5 INR1,196.5473 SLL
10 INR2,393.0947 SLL
25 INR5,982.7366 SLL
50 INR11,965.473 SLL
100 INR23,930.947 SLL
500 INR119,654.73 SLL
1,000 INR239,309.47 SLL
5,000 INR1,196,547.3 SLL
10,000 INR2,393,094.7 SLL
Get the INR/SLL rate in your app
One GET request returns the latest INR → SLL 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/SLL"fetch('https://rate-api.com/api/v1/pair/INR/SLL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} SLL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/SLL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} SLL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/SLL');
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']} SLL\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "SLL"
},
"rate": 239.3095,
"timestamp": 1790437962,
"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
SLL to INRSierra Leonean Leone (old) → Indian Rupee0.0041787Convert INR to other currencies
Convert other currencies to SLL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.