Convert SCR to EUR
Seychellois Rupee → Euro
1 SCR = 0.0611841 EUR(1 EUR = 16.344112 SCR)
Currency converter
1 SCR =
0.061184 EUR
SCR to EUR: last 30 days
Over the last 30 days, 1 SCR traded between 0.058368 and 0.062902 EUR, averaging 0.060581 EUR. The SCR/EUR rate is down 0.15% since 2026-08-28.
- 30-day high
- 0.062902
- 2026-09-18
- 30-day low
- 0.058368
- 2026-09-13
- 30-day average
- 0.060581
- Days with data: 30
- 30-day change
- -0.15%
- since 2026-08-28
0.062902
0.0583682026-08-28 → 2026-09-26
| Date | 1 SCR in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.061184 | 0.00% |
| 2026-09-25 | 0.061184 | -1.26% |
| 2026-09-24 | 0.061963 | +2.79% |
| 2026-09-23 | 0.060282 | -0.45% |
| 2026-09-22 | 0.060557 | +0.51% |
| 2026-09-21 | 0.060249 | +1.83% |
| 2026-09-20 | 0.059165 | -3.35% |
| 2026-09-19 | 0.061213 | -2.69% |
| 2026-09-18 | 0.062902 | +4.25% |
| 2026-09-17 | 0.060335 | -0.40% |
| 2026-09-16 | 0.060577 | -1.13% |
| 2026-09-15 | 0.061268 | +0.35% |
| 2026-09-14 | 0.061055 | +4.60% |
| 2026-09-13 | 0.058368 | -6.82% |
| 2026-09-12 | 0.062643 | +4.06% |
| Date | 1 SCR in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.060197 | -0.39% |
| 2026-09-10 | 0.06043 | +0.60% |
| 2026-09-09 | 0.060068 | -0.66% |
| 2026-09-08 | 0.060468 | -0.16% |
| 2026-09-07 | 0.060566 | +3.15% |
| 2026-09-06 | 0.058719 | -5.94% |
| 2026-09-05 | 0.062427 | +3.79% |
| 2026-09-04 | 0.060145 | +0.26% |
| 2026-09-03 | 0.05999 | +0.43% |
| 2026-09-02 | 0.059732 | -1.81% |
| 2026-09-01 | 0.060834 | +1.26% |
| 2026-08-31 | 0.060078 | +2.68% |
| 2026-08-30 | 0.05851 | -4.13% |
| 2026-08-29 | 0.061032 | -0.40% |
| 2026-08-28 | 0.061277 | — |
SCR to EUR conversion table
1 SCR0.061184 EUR
5 SCR0.30592 EUR
10 SCR0.61184 EUR
25 SCR1.5296 EUR
50 SCR3.0592 EUR
100 SCR6.1184 EUR
500 SCR30.5921 EUR
1,000 SCR61.1841 EUR
5,000 SCR305.9206 EUR
10,000 SCR611.8412 EUR
Get the SCR/EUR rate in your app
One GET request returns the latest SCR → EUR 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/EUR"fetch('https://rate-api.com/api/v1/pair/SCR/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SCR = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SCR/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SCR = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SCR/EUR');
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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "SCR",
"to": "EUR"
},
"rate": 0.0612,
"timestamp": 1790435231,
"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
EUR to SCREuro → Seychellois Rupee16.3441Convert SCR to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.