Convert EUR to SCR
Euro → Seychellois Rupee
1 EUR = 16.344112 SCR(1 SCR = 0.0611841 EUR)
Currency converter
1 EUR =
16.3441 SCR
EUR to SCR: last 30 days
Over the last 30 days, 1 EUR traded between 15.8977 and 17.1327 SCR, averaging 16.5121 SCR. The EUR/SCR rate is up 0.15% since 2026-08-28.
- 30-day high
- 17.1327
- 2026-09-13
- 30-day low
- 15.8977
- 2026-09-18
- 30-day average
- 16.5121
- Days with data: 30
- 30-day change
- +0.15%
- since 2026-08-28
17.1327
15.89772026-08-28 → 2026-09-26
| Date | 1 EUR in SCR | Daily change |
|---|---|---|
| 2026-09-26 | 16.3441 | 0.00% |
| 2026-09-25 | 16.3441 | +1.27% |
| 2026-09-24 | 16.1388 | -2.71% |
| 2026-09-23 | 16.5886 | +0.46% |
| 2026-09-22 | 16.5134 | -0.51% |
| 2026-09-21 | 16.5979 | -1.80% |
| 2026-09-20 | 16.902 | +3.46% |
| 2026-09-19 | 16.3365 | +2.76% |
| 2026-09-18 | 15.8977 | -4.08% |
| 2026-09-17 | 16.5742 | +0.40% |
| 2026-09-16 | 16.5078 | +1.14% |
| 2026-09-15 | 16.3217 | -0.35% |
| 2026-09-14 | 16.3787 | -4.40% |
| 2026-09-13 | 17.1327 | +7.32% |
| 2026-09-12 | 15.9636 | -3.90% |
| Date | 1 EUR in SCR | Daily change |
|---|---|---|
| 2026-09-11 | 16.6121 | +0.39% |
| 2026-09-10 | 16.5481 | -0.60% |
| 2026-09-09 | 16.6478 | +0.67% |
| 2026-09-08 | 16.5375 | +0.16% |
| 2026-09-07 | 16.511 | -3.05% |
| 2026-09-06 | 17.0303 | +6.31% |
| 2026-09-05 | 16.0188 | -3.66% |
| 2026-09-04 | 16.6265 | -0.26% |
| 2026-09-03 | 16.6694 | -0.43% |
| 2026-09-02 | 16.7413 | +1.84% |
| 2026-09-01 | 16.4381 | -1.24% |
| 2026-08-31 | 16.6451 | -2.61% |
| 2026-08-30 | 17.0911 | +4.31% |
| 2026-08-29 | 16.3848 | +0.40% |
| 2026-08-28 | 16.3193 | — |
EUR to SCR conversion table
1 EUR16.3441 SCR
5 EUR81.7206 SCR
10 EUR163.4411 SCR
25 EUR408.6028 SCR
50 EUR817.2056 SCR
100 EUR1,634.4112 SCR
500 EUR8,172.0558 SCR
1,000 EUR16,344.112 SCR
5,000 EUR81,720.558 SCR
10,000 EUR163,441.12 SCR
Get the EUR/SCR rate in your app
One GET request returns the latest EUR → 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/EUR/SCR"fetch('https://rate-api.com/api/v1/pair/EUR/SCR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} SCR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/SCR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} SCR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/SCR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} SCR\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "SCR"
},
"rate": 16.3441,
"timestamp": 1790429429,
"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
SCR to EURSeychellois Rupee → Euro0.061184Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.