Convert BOB to CAD
Bolivian Boliviano → Canadian Dollar
1 BOB = 0.1155 CAD(1 CAD = 8.658038 BOB)
Currency converter
1 BOB =
0.1155 CAD
BOB to CAD: last 30 days
Over the last 30 days, 1 BOB traded between 0.1096 and 0.1399 CAD, averaging 0.11843 CAD. The BOB/CAD rate is down 3.62% since 2026-08-28.
- 30-day high
- 0.1399
- 2026-09-19
- 30-day low
- 0.1096
- 2026-09-11
- 30-day average
- 0.11843
- Days with data: 30
- 30-day change
- -3.62%
- since 2026-08-28
0.1399
0.10962026-08-28 → 2026-09-26
| Date | 1 BOB in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.1155 | 0.00% |
| 2026-09-25 | 0.1155 | -5.68% |
| 2026-09-24 | 0.12245 | +3.84% |
| 2026-09-23 | 0.11793 | -6.46% |
| 2026-09-22 | 0.12607 | -7.00% |
| 2026-09-21 | 0.13556 | +0.38% |
| 2026-09-20 | 0.13505 | -3.46% |
| 2026-09-19 | 0.1399 | +1.59% |
| 2026-09-18 | 0.13771 | +14.52% |
| 2026-09-17 | 0.12025 | +2.63% |
| 2026-09-16 | 0.11717 | +1.00% |
| 2026-09-15 | 0.11601 | +3.93% |
| 2026-09-14 | 0.11163 | -4.43% |
| 2026-09-13 | 0.1168 | +1.56% |
| 2026-09-12 | 0.11501 | +4.94% |
| Date | 1 BOB in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.1096 | -0.74% |
| 2026-09-10 | 0.11042 | -0.27% |
| 2026-09-09 | 0.11071 | -0.51% |
| 2026-09-08 | 0.11128 | -0.37% |
| 2026-09-07 | 0.11169 | +0.87% |
| 2026-09-06 | 0.11073 | -0.73% |
| 2026-09-05 | 0.11154 | -1.91% |
| 2026-09-04 | 0.11371 | +0.17% |
| 2026-09-03 | 0.11352 | -2.72% |
| 2026-09-02 | 0.1167 | -0.48% |
| 2026-09-01 | 0.11726 | -0.47% |
| 2026-08-31 | 0.11782 | +0.27% |
| 2026-08-30 | 0.11751 | -0.55% |
| 2026-08-29 | 0.11816 | -1.41% |
| 2026-08-28 | 0.11984 | — |
BOB to CAD conversion table
1 BOB0.1155 CAD
5 BOB0.5775 CAD
10 BOB1.155 CAD
25 BOB2.8875 CAD
50 BOB5.775 CAD
100 BOB11.55 CAD
500 BOB57.7498 CAD
1,000 BOB115.4996 CAD
5,000 BOB577.4981 CAD
10,000 BOB1,154.9962 CAD
Get the BOB/CAD rate in your app
One GET request returns the latest BOB → CAD 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/BOB/CAD"fetch('https://rate-api.com/api/v1/pair/BOB/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BOB = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BOB/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BOB = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BOB/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BOB = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "BOB",
"to": "CAD"
},
"rate": 0.1155,
"timestamp": 1790435093,
"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
CAD to BOBCanadian Dollar → Bolivian Boliviano8.658Convert BOB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.