Convert CAD to BSD
Canadian Dollar → Bahamian Dollar
1 CAD = 0.707075 BSD(1 BSD = 1.414277 CAD)
Currency converter
1 CAD =
0.70708 BSD
CAD to BSD: last 30 days
Over the last 30 days, 1 CAD traded between 0.70708 and 0.72632 BSD, averaging 0.71852 BSD. The CAD/BSD rate is down 2.04% since 2026-08-28.
- 30-day high
- 0.72632
- 2026-09-09
- 30-day low
- 0.70708
- 2026-09-25
- 30-day average
- 0.71852
- Days with data: 30
- 30-day change
- -2.04%
- since 2026-08-28
0.72632
0.707082026-08-28 → 2026-09-26
| Date | 1 CAD in BSD | Daily change |
|---|---|---|
| 2026-09-26 | 0.70708 | 0.00% |
| 2026-09-25 | 0.70708 | -0.18% |
| 2026-09-24 | 0.70836 | -0.20% |
| 2026-09-23 | 0.70977 | -0.32% |
| 2026-09-22 | 0.71205 | -0.28% |
| 2026-09-21 | 0.71408 | +0.04% |
| 2026-09-20 | 0.71378 | 0.00% |
| 2026-09-19 | 0.71378 | +0.02% |
| 2026-09-18 | 0.71365 | -0.12% |
| 2026-09-17 | 0.71454 | -0.40% |
| 2026-09-16 | 0.71741 | -0.14% |
| 2026-09-15 | 0.71839 | -0.24% |
| 2026-09-14 | 0.7201 | -0.21% |
| 2026-09-13 | 0.7216 | 0.00% |
| 2026-09-12 | 0.7216 | 0.00% |
| Date | 1 CAD in BSD | Daily change |
|---|---|---|
| 2026-09-11 | 0.7216 | -0.30% |
| 2026-09-10 | 0.7238 | -0.35% |
| 2026-09-09 | 0.72632 | +0.27% |
| 2026-09-08 | 0.72438 | +0.11% |
| 2026-09-07 | 0.72359 | -0.14% |
| 2026-09-06 | 0.72464 | 0.00% |
| 2026-09-05 | 0.72464 | 0.00% |
| 2026-09-04 | 0.72464 | -0.06% |
| 2026-09-03 | 0.72506 | +0.96% |
| 2026-09-02 | 0.71813 | -0.27% |
| 2026-09-01 | 0.72005 | -0.01% |
| 2026-08-31 | 0.72015 | -0.23% |
| 2026-08-30 | 0.72181 | 0.00% |
| 2026-08-29 | 0.72181 | 0.00% |
| 2026-08-28 | 0.72181 | — |
CAD to BSD conversion table
1 CAD0.70708 BSD
5 CAD3.5354 BSD
10 CAD7.0708 BSD
25 CAD17.6769 BSD
50 CAD35.3538 BSD
100 CAD70.7075 BSD
500 CAD353.5376 BSD
1,000 CAD707.0751 BSD
5,000 CAD3,535.3755 BSD
10,000 CAD7,070.7509 BSD
Get the CAD/BSD rate in your app
One GET request returns the latest CAD → 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/CAD/BSD"fetch('https://rate-api.com/api/v1/pair/CAD/BSD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} BSD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/BSD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} BSD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/BSD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} BSD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "BSD"
},
"rate": 0.7071,
"timestamp": 1790429358,
"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 CADBahamian Dollar → Canadian Dollar1.4143Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.