Convert CAD to BWP
Canadian Dollar → Botswanan Pula
1 CAD = 9.638284 BWP(1 BWP = 0.103753 CAD)
Currency converter
1 CAD =
9.6383 BWP
CAD to BWP: last 30 days
Over the last 30 days, 1 CAD traded between 9.5911 and 10.1203 BWP, averaging 9.7085 BWP. The CAD/BWP rate is down 0.04% since 2026-08-28.
- 30-day high
- 10.1203
- 2026-09-12
- 30-day low
- 9.5911
- 2026-09-23
- 30-day average
- 9.7085
- Days with data: 30
- 30-day change
- -0.04%
- since 2026-08-28
10.1203
9.59112026-08-28 → 2026-09-26
| Date | 1 CAD in BWP | Daily change |
|---|---|---|
| 2026-09-26 | 9.6383 | 0.00% |
| 2026-09-25 | 9.6383 | -0.02% |
| 2026-09-24 | 9.6401 | +0.51% |
| 2026-09-23 | 9.5911 | -0.63% |
| 2026-09-22 | 9.6518 | -0.23% |
| 2026-09-21 | 9.6743 | -0.04% |
| 2026-09-20 | 9.6785 | +0.01% |
| 2026-09-19 | 9.6779 | -0.00% |
| 2026-09-18 | 9.6783 | -0.01% |
| 2026-09-17 | 9.679 | -0.30% |
| 2026-09-16 | 9.7082 | +0.22% |
| 2026-09-15 | 9.6865 | -0.15% |
| 2026-09-14 | 9.7007 | -4.14% |
| 2026-09-13 | 10.1202 | -0.00% |
| 2026-09-12 | 10.1203 | +4.27% |
| Date | 1 CAD in BWP | Daily change |
|---|---|---|
| 2026-09-11 | 9.7058 | -0.09% |
| 2026-09-10 | 9.7141 | +0.09% |
| 2026-09-09 | 9.7059 | +0.08% |
| 2026-09-08 | 9.6983 | +0.08% |
| 2026-09-07 | 9.6905 | -0.11% |
| 2026-09-06 | 9.7015 | +0.01% |
| 2026-09-05 | 9.7004 | -0.09% |
| 2026-09-04 | 9.7092 | -0.18% |
| 2026-09-03 | 9.7264 | +0.52% |
| 2026-09-02 | 9.6762 | -0.08% |
| 2026-09-01 | 9.684 | +0.13% |
| 2026-08-31 | 9.6717 | -0.02% |
| 2026-08-30 | 9.6739 | +0.01% |
| 2026-08-29 | 9.6729 | +0.32% |
| 2026-08-28 | 9.6421 | — |
CAD to BWP conversion table
1 CAD9.6383 BWP
5 CAD48.1914 BWP
10 CAD96.3828 BWP
25 CAD240.9571 BWP
50 CAD481.9142 BWP
100 CAD963.8284 BWP
500 CAD4,819.1418 BWP
1,000 CAD9,638.2836 BWP
5,000 CAD48,191.418 BWP
10,000 CAD96,382.836 BWP
Get the CAD/BWP rate in your app
One GET request returns the latest CAD → BWP 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/BWP"fetch('https://rate-api.com/api/v1/pair/CAD/BWP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} BWP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/BWP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} BWP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/BWP');
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']} BWP\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "BWP"
},
"rate": 9.6383,
"timestamp": 1790429335,
"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
BWP to CADBotswanan Pula → Canadian Dollar0.10375Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.