Convert CHF to BBD
Swiss Franc → Barbadian Dollar
1 CHF = 2.414611 BBD(1 BBD = 0.414145 CHF)
Currency converter
1 CHF =
2.4146 BBD
CHF to BBD: last 30 days
Over the last 30 days, 1 CHF traded between 2.4146 and 2.4868 BBD, averaging 2.4527 BBD. The CHF/BBD rate is down 2.90% since 2026-08-28.
- 30-day high
- 2.4868
- 2026-08-28
- 30-day low
- 2.4146
- 2026-09-25
- 30-day average
- 2.4527
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
2.4868
2.41462026-08-28 → 2026-09-26
| Date | 1 CHF in BBD | Daily change |
|---|---|---|
| 2026-09-26 | 2.4146 | 0.00% |
| 2026-09-25 | 2.4146 | -0.07% |
| 2026-09-24 | 2.4162 | -0.59% |
| 2026-09-23 | 2.4305 | -0.42% |
| 2026-09-22 | 2.4408 | +0.24% |
| 2026-09-21 | 2.4348 | +0.52% |
| 2026-09-20 | 2.4223 | 0.00% |
| 2026-09-19 | 2.4223 | -0.69% |
| 2026-09-18 | 2.4391 | +0.55% |
| 2026-09-17 | 2.4257 | -0.66% |
| 2026-09-16 | 2.4419 | -0.10% |
| 2026-09-15 | 2.4444 | -0.21% |
| 2026-09-14 | 2.4496 | -0.14% |
| 2026-09-13 | 2.4531 | 0.00% |
| 2026-09-12 | 2.4531 | 0.00% |
| Date | 1 CHF in BBD | Daily change |
|---|---|---|
| 2026-09-11 | 2.4531 | -0.41% |
| 2026-09-10 | 2.4631 | -0.60% |
| 2026-09-09 | 2.4781 | +0.55% |
| 2026-09-08 | 2.4645 | -0.28% |
| 2026-09-07 | 2.4715 | 0.00% |
| 2026-09-06 | 2.4715 | 0.00% |
| 2026-09-05 | 2.4715 | 0.00% |
| 2026-09-04 | 2.4715 | -0.10% |
| 2026-09-03 | 2.4739 | +0.68% |
| 2026-09-02 | 2.4571 | -0.42% |
| 2026-09-01 | 2.4675 | -0.24% |
| 2026-08-31 | 2.4736 | -0.53% |
| 2026-08-30 | 2.4868 | 0.00% |
| 2026-08-29 | 2.4868 | 0.00% |
| 2026-08-28 | 2.4868 | — |
CHF to BBD conversion table
1 CHF2.4146 BBD
5 CHF12.0731 BBD
10 CHF24.1461 BBD
25 CHF60.3653 BBD
50 CHF120.7306 BBD
100 CHF241.4611 BBD
500 CHF1,207.3055 BBD
1,000 CHF2,414.6109 BBD
5,000 CHF12,073.055 BBD
10,000 CHF24,146.109 BBD
Get the CHF/BBD rate in your app
One GET request returns the latest CHF → BBD 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/BBD"fetch('https://rate-api.com/api/v1/pair/CHF/BBD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} BBD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/BBD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} BBD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/BBD');
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']} BBD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "BBD"
},
"rate": 2.4146,
"timestamp": 1790429271,
"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
BBD to CHFBarbadian Dollar → Swiss Franc0.41415Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.