Convert SBD to CHF
Solomon Islands Dollar → Swiss Franc
1 SBD = 0.103049 CHF(1 CHF = 9.704089 SBD)
Currency converter
1 SBD =
0.10305 CHF
SBD to CHF: last 30 days
Over the last 30 days, 1 SBD traded between 0.10053 and 0.1032 CHF, averaging 0.10193 CHF. The SBD/CHF rate is up 2.48% since 2026-08-28.
- 30-day high
- 0.1032
- 2026-09-18
- 30-day low
- 0.10053
- 2026-08-30
- 30-day average
- 0.10193
- Days with data: 30
- 30-day change
- +2.48%
- since 2026-08-28
0.1032
0.100532026-08-28 → 2026-09-26
| Date | 1 SBD in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.10305 | 0.00% |
| 2026-09-25 | 0.10305 | -0.07% |
| 2026-09-24 | 0.10312 | +0.22% |
| 2026-09-23 | 0.1029 | +0.67% |
| 2026-09-22 | 0.10221 | -0.52% |
| 2026-09-21 | 0.10274 | -0.25% |
| 2026-09-20 | 0.103 | 0.00% |
| 2026-09-19 | 0.103 | -0.20% |
| 2026-09-18 | 0.1032 | +0.10% |
| 2026-09-17 | 0.1031 | +0.97% |
| 2026-09-16 | 0.10211 | +0.03% |
| 2026-09-15 | 0.10207 | +0.08% |
| 2026-09-14 | 0.10199 | +0.23% |
| 2026-09-13 | 0.10175 | 0.00% |
| 2026-09-12 | 0.10175 | -0.45% |
| Date | 1 SBD in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.10221 | +0.34% |
| 2026-09-10 | 0.10186 | +0.66% |
| 2026-09-09 | 0.10119 | -0.60% |
| 2026-09-08 | 0.1018 | +0.29% |
| 2026-09-07 | 0.10151 | +0.35% |
| 2026-09-06 | 0.10116 | -0.00% |
| 2026-09-05 | 0.10116 | -0.03% |
| 2026-09-04 | 0.10118 | +0.19% |
| 2026-09-03 | 0.101 | -0.72% |
| 2026-09-02 | 0.10173 | +0.44% |
| 2026-09-01 | 0.10128 | +0.15% |
| 2026-08-31 | 0.10113 | +0.60% |
| 2026-08-30 | 0.10053 | -0.00% |
| 2026-08-29 | 0.10054 | -0.02% |
| 2026-08-28 | 0.10056 | — |
SBD to CHF conversion table
1 SBD0.10305 CHF
5 SBD0.51525 CHF
10 SBD1.0305 CHF
25 SBD2.5762 CHF
50 SBD5.1525 CHF
100 SBD10.3049 CHF
500 SBD51.5247 CHF
1,000 SBD103.0494 CHF
5,000 SBD515.2467 CHF
10,000 SBD1,030.4935 CHF
Get the SBD/CHF rate in your app
One GET request returns the latest SBD → 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/SBD/CHF"fetch('https://rate-api.com/api/v1/pair/SBD/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SBD = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SBD/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SBD = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SBD/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SBD = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "SBD",
"to": "CHF"
},
"rate": 0.103,
"timestamp": 1790432062,
"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 SBDSwiss Franc → Solomon Islands Dollar9.7041Convert SBD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.