Convert INR to SCR
Indian Rupee → Seychellois Rupee
1 INR = 0.144787 SCR(1 SCR = 6.906705 INR)
Currency converter
1 INR =
0.14479 SCR
INR to SCR: last 30 days
Over the last 30 days, 1 INR traded between 0.14411 and 0.15508 SCR, averaging 0.14966 SCR. The INR/SCR rate is down 1.86% since 2026-08-29.
- 30-day high
- 0.15508
- 2026-09-06
- 30-day low
- 0.14411
- 2026-09-12
- 30-day average
- 0.14966
- Days with data: 30
- 30-day change
- -1.86%
- since 2026-08-29
0.15508
0.144112026-08-29 → 2026-09-27
| Date | 1 INR in SCR | Daily change |
|---|---|---|
| 2026-09-27 | 0.14479 | 0.00% |
| 2026-09-26 | 0.14479 | -3.21% |
| 2026-09-25 | 0.14959 | +1.10% |
| 2026-09-24 | 0.14796 | -2.56% |
| 2026-09-23 | 0.15184 | +0.75% |
| 2026-09-22 | 0.1507 | -0.03% |
| 2026-09-21 | 0.15076 | -1.99% |
| 2026-09-20 | 0.15382 | +3.46% |
| 2026-09-19 | 0.14868 | +2.76% |
| 2026-09-18 | 0.14468 | -3.84% |
| 2026-09-17 | 0.15047 | +0.91% |
| 2026-09-16 | 0.14911 | +1.16% |
| 2026-09-15 | 0.1474 | -0.66% |
| 2026-09-14 | 0.14838 | -4.06% |
| 2026-09-13 | 0.15466 | +7.32% |
| Date | 1 INR in SCR | Daily change |
|---|---|---|
| 2026-09-12 | 0.14411 | -3.90% |
| 2026-09-11 | 0.14996 | +0.47% |
| 2026-09-10 | 0.14927 | -0.64% |
| 2026-09-09 | 0.15022 | +0.04% |
| 2026-09-08 | 0.15016 | -0.13% |
| 2026-09-07 | 0.15035 | -3.05% |
| 2026-09-06 | 0.15508 | +6.31% |
| 2026-09-05 | 0.14587 | -3.66% |
| 2026-09-04 | 0.1514 | -0.32% |
| 2026-09-03 | 0.15189 | -0.24% |
| 2026-09-02 | 0.15225 | +1.93% |
| 2026-09-01 | 0.14937 | -0.96% |
| 2026-08-31 | 0.15083 | -1.99% |
| 2026-08-30 | 0.15389 | +4.31% |
| 2026-08-29 | 0.14753 | — |
INR to SCR conversion table
1 INR0.14479 SCR
5 INR0.72393 SCR
10 INR1.4479 SCR
25 INR3.6197 SCR
50 INR7.2393 SCR
100 INR14.4787 SCR
500 INR72.3934 SCR
1,000 INR144.7868 SCR
5,000 INR723.9342 SCR
10,000 INR1,447.8684 SCR
Get the INR/SCR rate in your app
One GET request returns the latest INR → SCR 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/SCR"fetch('https://rate-api.com/api/v1/pair/INR/SCR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} SCR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/SCR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} SCR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/SCR');
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']} SCR\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "SCR"
},
"rate": 0.1448,
"timestamp": 1790470861,
"date": "2026-09-27"
}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
SCR to INRSeychellois Rupee → Indian Rupee6.9067Convert INR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.