Convert SCR to CHF
Seychellois Rupee → Swiss Franc
1 SCR = 0.0577884 CHF(1 CHF = 17.304512 SCR)
Currency converter
1 SCR =
0.057788 CHF
SCR to CHF: last 30 days
Over the last 30 days, 1 SCR traded between 0.054789 and 0.059518 CHF, averaging 0.057068 CHF. The SCR/CHF rate is up 0.71% since 2026-08-28.
- 30-day high
- 0.059518
- 2026-09-18
- 30-day low
- 0.054789
- 2026-08-30
- 30-day average
- 0.057068
- Days with data: 30
- 30-day change
- +0.71%
- since 2026-08-28
0.059518
0.0547892026-08-28 → 2026-09-26
| Date | 1 SCR in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.057788 | 0.00% |
| 2026-09-25 | 0.057788 | -0.88% |
| 2026-09-24 | 0.058301 | +3.00% |
| 2026-09-23 | 0.056605 | -0.49% |
| 2026-09-22 | 0.056881 | +0.03% |
| 2026-09-21 | 0.056863 | +1.57% |
| 2026-09-20 | 0.055981 | -3.35% |
| 2026-09-19 | 0.057919 | -2.69% |
| 2026-09-18 | 0.059518 | +4.21% |
| 2026-09-17 | 0.057113 | -0.22% |
| 2026-09-16 | 0.057239 | -1.04% |
| 2026-09-15 | 0.057843 | +0.45% |
| 2026-09-14 | 0.057581 | +4.38% |
| 2026-09-13 | 0.055164 | -6.82% |
| 2026-09-12 | 0.059204 | +4.06% |
| Date | 1 SCR in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.056892 | -0.18% |
| 2026-09-10 | 0.056997 | +0.90% |
| 2026-09-09 | 0.056488 | -0.88% |
| 2026-09-08 | 0.056992 | +0.05% |
| 2026-09-07 | 0.056962 | +3.15% |
| 2026-09-06 | 0.055225 | -5.94% |
| 2026-09-05 | 0.058712 | +3.79% |
| 2026-09-04 | 0.056566 | +0.42% |
| 2026-09-03 | 0.056331 | +0.07% |
| 2026-09-02 | 0.056292 | -1.50% |
| 2026-09-01 | 0.057148 | +1.46% |
| 2026-08-31 | 0.056328 | +2.81% |
| 2026-08-30 | 0.054789 | -4.13% |
| 2026-08-29 | 0.05715 | -0.40% |
| 2026-08-28 | 0.05738 | — |
SCR to CHF conversion table
1 SCR0.057788 CHF
5 SCR0.28894 CHF
10 SCR0.57788 CHF
25 SCR1.4447 CHF
50 SCR2.8894 CHF
100 SCR5.7788 CHF
500 SCR28.8942 CHF
1,000 SCR57.7884 CHF
5,000 SCR288.942 CHF
10,000 SCR577.884 CHF
Get the SCR/CHF rate in your app
One GET request returns the latest SCR → CHF 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/CHF"fetch('https://rate-api.com/api/v1/pair/SCR/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SCR = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SCR/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SCR = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SCR/CHF');
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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "SCR",
"to": "CHF"
},
"rate": 0.0578,
"timestamp": 1790435079,
"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
CHF to SCRSwiss Franc → Seychellois Rupee17.3045Convert SCR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.