Convert CHF to SCR
Swiss Franc → Seychellois Rupee
1 CHF = 17.304512 SCR(1 SCR = 0.0577884 CHF)
Currency converter
1 CHF =
17.3045 SCR
CHF to SCR: last 30 days
Over the last 30 days, 1 CHF traded between 16.8017 and 18.252 SCR, averaging 17.529 SCR. The CHF/SCR rate is down 0.71% since 2026-08-28.
- 30-day high
- 18.252
- 2026-08-30
- 30-day low
- 16.8017
- 2026-09-18
- 30-day average
- 17.529
- Days with data: 30
- 30-day change
- -0.71%
- since 2026-08-28
18.252
16.80172026-08-28 → 2026-09-26
| Date | 1 CHF in SCR | Daily change |
|---|---|---|
| 2026-09-26 | 17.3045 | 0.00% |
| 2026-09-25 | 17.3045 | +0.89% |
| 2026-09-24 | 17.1525 | -2.91% |
| 2026-09-23 | 17.6662 | +0.49% |
| 2026-09-22 | 17.5804 | -0.03% |
| 2026-09-21 | 17.5862 | -1.55% |
| 2026-09-20 | 17.8631 | +3.46% |
| 2026-09-19 | 17.2654 | +2.76% |
| 2026-09-18 | 16.8017 | -4.04% |
| 2026-09-17 | 17.5091 | +0.22% |
| 2026-09-16 | 17.4705 | +1.05% |
| 2026-09-15 | 17.2882 | -0.45% |
| 2026-09-14 | 17.3668 | -4.20% |
| 2026-09-13 | 18.1279 | +7.32% |
| 2026-09-12 | 16.8909 | -3.90% |
| Date | 1 CHF in SCR | Daily change |
|---|---|---|
| 2026-09-11 | 17.5771 | +0.18% |
| 2026-09-10 | 17.5447 | -0.89% |
| 2026-09-09 | 17.7029 | +0.89% |
| 2026-09-08 | 17.5465 | -0.05% |
| 2026-09-07 | 17.5556 | -3.05% |
| 2026-09-06 | 18.1078 | +6.31% |
| 2026-09-05 | 17.0322 | -3.66% |
| 2026-09-04 | 17.6785 | -0.42% |
| 2026-09-03 | 17.7524 | -0.07% |
| 2026-09-02 | 17.7646 | +1.52% |
| 2026-09-01 | 17.4984 | -1.43% |
| 2026-08-31 | 17.7531 | -2.73% |
| 2026-08-30 | 18.252 | +4.31% |
| 2026-08-29 | 17.4978 | +0.40% |
| 2026-08-28 | 17.4277 | — |
CHF to SCR conversion table
1 CHF17.3045 SCR
5 CHF86.5226 SCR
10 CHF173.0451 SCR
25 CHF432.6128 SCR
50 CHF865.2256 SCR
100 CHF1,730.4512 SCR
500 CHF8,652.256 SCR
1,000 CHF17,304.512 SCR
5,000 CHF86,522.56 SCR
10,000 CHF173,045.12 SCR
Get the CHF/SCR rate in your app
One GET request returns the latest CHF → 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/CHF/SCR"fetch('https://rate-api.com/api/v1/pair/CHF/SCR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} SCR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/SCR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} SCR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/SCR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} SCR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "SCR"
},
"rate": 17.3045,
"timestamp": 1790437534,
"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 CHFSeychellois Rupee → Swiss Franc0.057788Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.