Convert CHF to SEK
Swiss Franc → Swedish Krona
1 CHF = 11.953415 SEK(1 SEK = 0.0836581 CHF)
Currency converter
1 CHF =
11.9534 SEK
CHF to SEK: last 30 days
Over the last 30 days, 1 CHF traded between 11.8028 and 12.0043 SEK, averaging 11.892 SEK. The CHF/SEK rate is up 0.94% since 2026-08-28.
- 30-day high
- 12.0043
- 2026-09-23
- 30-day low
- 11.8028
- 2026-09-04
- 30-day average
- 11.892
- Days with data: 30
- 30-day change
- +0.94%
- since 2026-08-28
12.0043
11.80282026-08-28 → 2026-09-26
| Date | 1 CHF in SEK | Daily change |
|---|---|---|
| 2026-09-26 | 11.9534 | 0.00% |
| 2026-09-25 | 11.9534 | -0.16% |
| 2026-09-24 | 11.972 | -0.27% |
| 2026-09-23 | 12.0043 | +0.26% |
| 2026-09-22 | 11.9731 | +0.22% |
| 2026-09-21 | 11.9464 | +0.11% |
| 2026-09-20 | 11.9336 | 0.00% |
| 2026-09-19 | 11.9336 | 0.00% |
| 2026-09-18 | 11.9336 | +0.22% |
| 2026-09-17 | 11.9074 | -0.32% |
| 2026-09-16 | 11.9456 | +0.03% |
| 2026-09-15 | 11.9415 | -0.17% |
| 2026-09-14 | 11.9616 | +0.60% |
| 2026-09-13 | 11.8901 | 0.00% |
| 2026-09-12 | 11.8901 | 0.00% |
| Date | 1 CHF in SEK | Daily change |
|---|---|---|
| 2026-09-11 | 11.8901 | +0.14% |
| 2026-09-10 | 11.8739 | +0.15% |
| 2026-09-09 | 11.8561 | +0.20% |
| 2026-09-08 | 11.8324 | -0.30% |
| 2026-09-07 | 11.8682 | +0.55% |
| 2026-09-06 | 11.8028 | 0.00% |
| 2026-09-05 | 11.8028 | 0.00% |
| 2026-09-04 | 11.8028 | -0.37% |
| 2026-09-03 | 11.8471 | +0.07% |
| 2026-09-02 | 11.8394 | +0.07% |
| 2026-09-01 | 11.8314 | -0.15% |
| 2026-08-31 | 11.8495 | +0.07% |
| 2026-08-30 | 11.8416 | 0.00% |
| 2026-08-29 | 11.8416 | 0.00% |
| 2026-08-28 | 11.8416 | — |
CHF to SEK conversion table
1 CHF11.9534 SEK
5 CHF59.7671 SEK
10 CHF119.5342 SEK
25 CHF298.8354 SEK
50 CHF597.6707 SEK
100 CHF1,195.3415 SEK
500 CHF5,976.7073 SEK
1,000 CHF11,953.415 SEK
5,000 CHF59,767.073 SEK
10,000 CHF119,534.15 SEK
Get the CHF/SEK rate in your app
One GET request returns the latest CHF → SEK 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/SEK"fetch('https://rate-api.com/api/v1/pair/CHF/SEK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} SEK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/SEK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} SEK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/SEK');
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']} SEK\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "SEK"
},
"rate": 11.9534,
"timestamp": 1790429343,
"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
SEK to CHFSwedish Krona → Swiss Franc0.083658Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.