Convert BWP to CAD
Botswanan Pula → Canadian Dollar
1 BWP = 0.103753 CAD(1 CAD = 9.638284 BWP)
Currency converter
1 BWP =
0.10375 CAD
BWP to CAD: last 30 days
Over the last 30 days, 1 BWP traded between 0.098811 and 0.10426 CAD, averaging 0.10302 CAD. The BWP/CAD rate is up 0.04% since 2026-08-28.
- 30-day high
- 0.10426
- 2026-09-23
- 30-day low
- 0.098811
- 2026-09-12
- 30-day average
- 0.10302
- Days with data: 30
- 30-day change
- +0.04%
- since 2026-08-28
0.10426
0.0988112026-08-28 → 2026-09-26
| Date | 1 BWP in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.10375 | 0.00% |
| 2026-09-25 | 0.10375 | +0.02% |
| 2026-09-24 | 0.10373 | -0.51% |
| 2026-09-23 | 0.10426 | +0.63% |
| 2026-09-22 | 0.10361 | +0.23% |
| 2026-09-21 | 0.10337 | +0.04% |
| 2026-09-20 | 0.10332 | -0.01% |
| 2026-09-19 | 0.10333 | +0.00% |
| 2026-09-18 | 0.10332 | +0.01% |
| 2026-09-17 | 0.10332 | +0.30% |
| 2026-09-16 | 0.10301 | -0.22% |
| 2026-09-15 | 0.10324 | +0.15% |
| 2026-09-14 | 0.10308 | +4.32% |
| 2026-09-13 | 0.098812 | +0.00% |
| 2026-09-12 | 0.098811 | -4.10% |
| Date | 1 BWP in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.10303 | +0.09% |
| 2026-09-10 | 0.10294 | -0.08% |
| 2026-09-09 | 0.10303 | -0.08% |
| 2026-09-08 | 0.10311 | -0.08% |
| 2026-09-07 | 0.10319 | +0.11% |
| 2026-09-06 | 0.10308 | -0.01% |
| 2026-09-05 | 0.10309 | +0.09% |
| 2026-09-04 | 0.10299 | +0.18% |
| 2026-09-03 | 0.10281 | -0.52% |
| 2026-09-02 | 0.10335 | +0.08% |
| 2026-09-01 | 0.10326 | -0.13% |
| 2026-08-31 | 0.10339 | +0.02% |
| 2026-08-30 | 0.10337 | -0.01% |
| 2026-08-29 | 0.10338 | -0.32% |
| 2026-08-28 | 0.10371 | — |
BWP to CAD conversion table
1 BWP0.10375 CAD
5 BWP0.51876 CAD
10 BWP1.0375 CAD
25 BWP2.5938 CAD
50 BWP5.1876 CAD
100 BWP10.3753 CAD
500 BWP51.8765 CAD
1,000 BWP103.7529 CAD
5,000 BWP518.7646 CAD
10,000 BWP1,037.5291 CAD
Get the BWP/CAD rate in your app
One GET request returns the latest BWP → 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/BWP/CAD"fetch('https://rate-api.com/api/v1/pair/BWP/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BWP = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BWP/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BWP = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BWP/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BWP = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "BWP",
"to": "CAD"
},
"rate": 0.1038,
"timestamp": 1790432077,
"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 BWPCanadian Dollar → Botswanan Pula9.6383Convert BWP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.