Convert SCR to INR
Seychellois Rupee → Indian Rupee
1 SCR = 6.685007 INR(1 INR = 0.149588 SCR)
Currency converter
1 SCR =
6.685 INR
SCR to INR: last 30 days
Over the last 30 days, 1 SCR traded between 6.4483 and 6.9391 INR, averaging 6.6735 INR. The SCR/INR rate is down 1.77% since 2026-08-28.
- 30-day high
- 6.9391
- 2026-09-12
- 30-day low
- 6.4483
- 2026-09-06
- 30-day average
- 6.6735
- Days with data: 30
- 30-day change
- -1.77%
- since 2026-08-28
6.9391
6.44832026-08-28 → 2026-09-26
| Date | 1 SCR in INR | Daily change |
|---|---|---|
| 2026-09-26 | 6.685 | 0.00% |
| 2026-09-25 | 6.685 | -1.09% |
| 2026-09-24 | 6.7587 | +2.62% |
| 2026-09-23 | 6.5858 | -0.75% |
| 2026-09-22 | 6.6355 | +0.03% |
| 2026-09-21 | 6.6332 | +2.04% |
| 2026-09-20 | 6.5009 | -3.35% |
| 2026-09-19 | 6.726 | -2.69% |
| 2026-09-18 | 6.9116 | +4.00% |
| 2026-09-17 | 6.6458 | -0.90% |
| 2026-09-16 | 6.7064 | -1.14% |
| 2026-09-15 | 6.7841 | +0.66% |
| 2026-09-14 | 6.7393 | +4.23% |
| 2026-09-13 | 6.4656 | -6.82% |
| 2026-09-12 | 6.9391 | +4.06% |
| Date | 1 SCR in INR | Daily change |
|---|---|---|
| 2026-09-11 | 6.6682 | -0.47% |
| 2026-09-10 | 6.6994 | +0.64% |
| 2026-09-09 | 6.6569 | -0.04% |
| 2026-09-08 | 6.6597 | +0.13% |
| 2026-09-07 | 6.6511 | +3.15% |
| 2026-09-06 | 6.4483 | -5.94% |
| 2026-09-05 | 6.8555 | +3.79% |
| 2026-09-04 | 6.6049 | +0.32% |
| 2026-09-03 | 6.5839 | +0.24% |
| 2026-09-02 | 6.5679 | -1.89% |
| 2026-09-01 | 6.6946 | +0.97% |
| 2026-08-31 | 6.6301 | +2.03% |
| 2026-08-30 | 6.4982 | -4.13% |
| 2026-08-29 | 6.7783 | -0.40% |
| 2026-08-28 | 6.8056 | — |
SCR to INR conversion table
1 SCR6.685 INR
5 SCR33.425 INR
10 SCR66.8501 INR
25 SCR167.1252 INR
50 SCR334.2504 INR
100 SCR668.5007 INR
500 SCR3,342.5035 INR
1,000 SCR6,685.007 INR
5,000 SCR33,425.035 INR
10,000 SCR66,850.07 INR
Get the SCR/INR rate in your app
One GET request returns the latest SCR → 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/SCR/INR"fetch('https://rate-api.com/api/v1/pair/SCR/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SCR = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SCR/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SCR = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SCR/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SCR = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "SCR",
"to": "INR"
},
"rate": 6.685,
"timestamp": 1790435185,
"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 SCRIndian Rupee → Seychellois Rupee0.14959Convert SCR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.