Convert BBD to CHF
Barbadian Dollar → Swiss Franc
1 BBD = 0.414145 CHF(1 CHF = 2.414611 BBD)
Currency converter
1 BBD =
0.41415 CHF
BBD to CHF: last 30 days
Over the last 30 days, 1 BBD traded between 0.40213 and 0.41415 CHF, averaging 0.40775 CHF. The BBD/CHF rate is up 2.99% since 2026-08-28.
- 30-day high
- 0.41415
- 2026-09-25
- 30-day low
- 0.40213
- 2026-08-28
- 30-day average
- 0.40775
- Days with data: 30
- 30-day change
- +2.99%
- since 2026-08-28
0.41415
0.402132026-08-28 → 2026-09-26
| Date | 1 BBD in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.41415 | 0.00% |
| 2026-09-25 | 0.41415 | +0.07% |
| 2026-09-24 | 0.41387 | +0.59% |
| 2026-09-23 | 0.41145 | +0.42% |
| 2026-09-22 | 0.40971 | -0.24% |
| 2026-09-21 | 0.41071 | -0.51% |
| 2026-09-20 | 0.41283 | 0.00% |
| 2026-09-19 | 0.41283 | +0.69% |
| 2026-09-18 | 0.40999 | -0.55% |
| 2026-09-17 | 0.41225 | +0.67% |
| 2026-09-16 | 0.40951 | +0.10% |
| 2026-09-15 | 0.40909 | +0.21% |
| 2026-09-14 | 0.40824 | +0.14% |
| 2026-09-13 | 0.40765 | 0.00% |
| 2026-09-12 | 0.40765 | 0.00% |
| Date | 1 BBD in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.40765 | +0.41% |
| 2026-09-10 | 0.40599 | +0.61% |
| 2026-09-09 | 0.40354 | -0.55% |
| 2026-09-08 | 0.40576 | +0.28% |
| 2026-09-07 | 0.40462 | 0.00% |
| 2026-09-06 | 0.40462 | 0.00% |
| 2026-09-05 | 0.40462 | 0.00% |
| 2026-09-04 | 0.40462 | +0.10% |
| 2026-09-03 | 0.40422 | -0.68% |
| 2026-09-02 | 0.40698 | +0.42% |
| 2026-09-01 | 0.40527 | +0.24% |
| 2026-08-31 | 0.40428 | +0.53% |
| 2026-08-30 | 0.40213 | 0.00% |
| 2026-08-29 | 0.40213 | 0.00% |
| 2026-08-28 | 0.40213 | — |
BBD to CHF conversion table
1 BBD0.41415 CHF
5 BBD2.0707 CHF
10 BBD4.1415 CHF
25 BBD10.3536 CHF
50 BBD20.7073 CHF
100 BBD41.4145 CHF
500 BBD207.0727 CHF
1,000 BBD414.1454 CHF
5,000 BBD2,070.727 CHF
10,000 BBD4,141.454 CHF
Get the BBD/CHF rate in your app
One GET request returns the latest BBD → 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/BBD/CHF"fetch('https://rate-api.com/api/v1/pair/BBD/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BBD = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BBD/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BBD = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BBD/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BBD = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "BBD",
"to": "CHF"
},
"rate": 0.4141,
"timestamp": 1790432036,
"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 BBDSwiss Franc → Barbadian Dollar2.4146Convert BBD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.