Convert CAD to BOB
Canadian Dollar → Bolivian Boliviano
1 CAD = 8.640154 BOB(1 BOB = 0.115739 CAD)
Currency converter
1 CAD =
8.6402 BOB
CAD to BOB: last 30 days
Over the last 30 days, 1 CAD traded between 7.148 and 9.1244 BOB, averaging 8.4901 BOB. The CAD/BOB rate is up 2.09% since 2026-08-29.
- 30-day high
- 9.1244
- 2026-09-11
- 30-day low
- 7.148
- 2026-09-19
- 30-day average
- 8.4901
- Days with data: 30
- 30-day change
- +2.09%
- since 2026-08-29
9.1244
7.1482026-08-29 → 2026-09-27
| Date | 1 CAD in BOB | Daily change |
|---|---|---|
| 2026-09-27 | 8.6402 | 0.00% |
| 2026-09-26 | 8.6402 | -0.21% |
| 2026-09-25 | 8.658 | +6.02% |
| 2026-09-24 | 8.1664 | -3.69% |
| 2026-09-23 | 8.4797 | +6.91% |
| 2026-09-22 | 7.9319 | +7.53% |
| 2026-09-21 | 7.3767 | -0.38% |
| 2026-09-20 | 7.4046 | +3.59% |
| 2026-09-19 | 7.148 | -1.56% |
| 2026-09-18 | 7.2615 | -12.68% |
| 2026-09-17 | 8.3161 | -2.56% |
| 2026-09-16 | 8.5345 | -0.99% |
| 2026-09-15 | 8.6198 | -3.78% |
| 2026-09-14 | 8.9583 | +4.63% |
| 2026-09-13 | 8.5616 | -1.54% |
| Date | 1 CAD in BOB | Daily change |
|---|---|---|
| 2026-09-12 | 8.6951 | -4.71% |
| 2026-09-11 | 9.1244 | +0.75% |
| 2026-09-10 | 9.0567 | +0.27% |
| 2026-09-09 | 9.0322 | +0.51% |
| 2026-09-08 | 8.9866 | +0.37% |
| 2026-09-07 | 8.9534 | -0.86% |
| 2026-09-06 | 9.0312 | +0.73% |
| 2026-09-05 | 8.9655 | +1.95% |
| 2026-09-04 | 8.794 | -0.17% |
| 2026-09-03 | 8.8086 | +2.80% |
| 2026-09-02 | 8.5691 | +0.49% |
| 2026-09-01 | 8.5277 | +0.47% |
| 2026-08-31 | 8.4874 | -0.27% |
| 2026-08-30 | 8.5103 | +0.55% |
| 2026-08-29 | 8.4635 | — |
CAD to BOB conversion table
1 CAD8.6402 BOB
5 CAD43.2008 BOB
10 CAD86.4015 BOB
25 CAD216.0039 BOB
50 CAD432.0077 BOB
100 CAD864.0154 BOB
500 CAD4,320.0769 BOB
1,000 CAD8,640.1539 BOB
5,000 CAD43,200.769 BOB
10,000 CAD86,401.539 BOB
Get the CAD/BOB rate in your app
One GET request returns the latest CAD → BOB 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/BOB"fetch('https://rate-api.com/api/v1/pair/CAD/BOB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} BOB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/BOB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} BOB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/BOB');
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']} BOB\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "BOB"
},
"rate": 8.6402,
"timestamp": 1790470789,
"date": "2026-09-27"
}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
BOB to CADBolivian Boliviano → Canadian Dollar0.11574Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.