Convert CHF to SBD
Swiss Franc → Solomon Islands Dollar
1 CHF = 9.704089 SBD(1 SBD = 0.103049 CHF)
Currency converter
1 CHF =
9.7041 SBD
CHF to SBD: last 30 days
Over the last 30 days, 1 CHF traded between 9.69 and 9.947 SBD, averaging 9.8114 SBD. The CHF/SBD rate is down 2.42% since 2026-08-28.
- 30-day high
- 9.947
- 2026-08-30
- 30-day low
- 9.69
- 2026-09-18
- 30-day average
- 9.8114
- Days with data: 30
- 30-day change
- -2.42%
- since 2026-08-28
9.947
9.692026-08-28 → 2026-09-26
| Date | 1 CHF in SBD | Daily change |
|---|---|---|
| 2026-09-26 | 9.7041 | 0.00% |
| 2026-09-25 | 9.7041 | +0.07% |
| 2026-09-24 | 9.6971 | -0.22% |
| 2026-09-23 | 9.7186 | -0.67% |
| 2026-09-22 | 9.7842 | +0.52% |
| 2026-09-21 | 9.7332 | +0.25% |
| 2026-09-20 | 9.7089 | 0.00% |
| 2026-09-19 | 9.7089 | +0.20% |
| 2026-09-18 | 9.69 | -0.10% |
| 2026-09-17 | 9.6994 | -0.96% |
| 2026-09-16 | 9.7935 | -0.03% |
| 2026-09-15 | 9.7969 | -0.08% |
| 2026-09-14 | 9.8052 | -0.23% |
| 2026-09-13 | 9.828 | 0.00% |
| 2026-09-12 | 9.828 | +0.45% |
| Date | 1 CHF in SBD | Daily change |
|---|---|---|
| 2026-09-11 | 9.7837 | -0.34% |
| 2026-09-10 | 9.8174 | -0.66% |
| 2026-09-09 | 9.8826 | +0.61% |
| 2026-09-08 | 9.8228 | -0.29% |
| 2026-09-07 | 9.8511 | -0.35% |
| 2026-09-06 | 9.8858 | +0.00% |
| 2026-09-05 | 9.8858 | +0.03% |
| 2026-09-04 | 9.883 | -0.18% |
| 2026-09-03 | 9.9013 | +0.73% |
| 2026-09-02 | 9.83 | -0.44% |
| 2026-09-01 | 9.8732 | -0.15% |
| 2026-08-31 | 9.8882 | -0.59% |
| 2026-08-30 | 9.947 | +0.00% |
| 2026-08-29 | 9.9467 | +0.02% |
| 2026-08-28 | 9.9447 | — |
CHF to SBD conversion table
1 CHF9.7041 SBD
5 CHF48.5204 SBD
10 CHF97.0409 SBD
25 CHF242.6022 SBD
50 CHF485.2044 SBD
100 CHF970.4089 SBD
500 CHF4,852.0443 SBD
1,000 CHF9,704.0885 SBD
5,000 CHF48,520.443 SBD
10,000 CHF97,040.885 SBD
Get the CHF/SBD rate in your app
One GET request returns the latest CHF → SBD 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/SBD"fetch('https://rate-api.com/api/v1/pair/CHF/SBD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} SBD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/SBD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} SBD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/SBD');
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']} SBD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "SBD"
},
"rate": 9.7041,
"timestamp": 1790429302,
"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
SBD to CHFSolomon Islands Dollar → Swiss Franc0.10305Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.