Convert CHF to BSD
Swiss Franc → Bahamian Dollar
1 CHF = 1.207306 BSD(1 BSD = 0.828291 CHF)
Currency converter
1 CHF =
1.2073 BSD
CHF to BSD: last 30 days
Over the last 30 days, 1 CHF traded between 1.2073 and 1.2434 BSD, averaging 1.226 BSD. The CHF/BSD rate is down 2.90% since 2026-08-28.
- 30-day high
- 1.2434
- 2026-08-28
- 30-day low
- 1.2073
- 2026-09-25
- 30-day average
- 1.226
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
1.2434
1.20732026-08-28 → 2026-09-26
| Date | 1 CHF in BSD | Daily change |
|---|---|---|
| 2026-09-26 | 1.2073 | 0.00% |
| 2026-09-25 | 1.2073 | -0.07% |
| 2026-09-24 | 1.2081 | -0.59% |
| 2026-09-23 | 1.2152 | -0.42% |
| 2026-09-22 | 1.2204 | +0.24% |
| 2026-09-21 | 1.2174 | +0.52% |
| 2026-09-20 | 1.2112 | 0.00% |
| 2026-09-19 | 1.2112 | +0.02% |
| 2026-09-18 | 1.211 | -0.16% |
| 2026-09-17 | 1.2129 | -0.66% |
| 2026-09-16 | 1.221 | -0.10% |
| 2026-09-15 | 1.2222 | -0.21% |
| 2026-09-14 | 1.2248 | -0.14% |
| 2026-09-13 | 1.2265 | 0.00% |
| 2026-09-12 | 1.2265 | 0.00% |
| Date | 1 CHF in BSD | Daily change |
|---|---|---|
| 2026-09-11 | 1.2265 | -0.41% |
| 2026-09-10 | 1.2316 | -0.60% |
| 2026-09-09 | 1.239 | +0.55% |
| 2026-09-08 | 1.2323 | -0.28% |
| 2026-09-07 | 1.2357 | 0.00% |
| 2026-09-06 | 1.2357 | 0.00% |
| 2026-09-05 | 1.2357 | 0.00% |
| 2026-09-04 | 1.2357 | -0.10% |
| 2026-09-03 | 1.237 | +0.68% |
| 2026-09-02 | 1.2286 | -0.42% |
| 2026-09-01 | 1.2338 | -0.24% |
| 2026-08-31 | 1.2368 | -0.53% |
| 2026-08-30 | 1.2434 | 0.00% |
| 2026-08-29 | 1.2434 | 0.00% |
| 2026-08-28 | 1.2434 | — |
CHF to BSD conversion table
1 CHF1.2073 BSD
5 CHF6.0365 BSD
10 CHF12.0731 BSD
25 CHF30.1826 BSD
50 CHF60.3653 BSD
100 CHF120.7306 BSD
500 CHF603.6527 BSD
1,000 CHF1,207.3055 BSD
5,000 CHF6,036.5273 BSD
10,000 CHF12,073.055 BSD
Get the CHF/BSD rate in your app
One GET request returns the latest CHF → BSD 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/BSD"fetch('https://rate-api.com/api/v1/pair/CHF/BSD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} BSD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/BSD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} BSD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/BSD');
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']} BSD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "BSD"
},
"rate": 1.2073,
"timestamp": 1790429297,
"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
BSD to CHFBahamian Dollar → Swiss Franc0.82829Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.