Convert CHF to BWP
Swiss Franc → Botswanan Pula
1 CHF = 16.457025 BWP(1 BWP = 0.0607643 CHF)
Currency converter
1 CHF =
16.457 BWP
CHF to BWP: last 30 days
Over the last 30 days, 1 CHF traded between 16.4213 and 17.2019 BWP, averaging 16.5658 BWP. The CHF/BWP rate is down 0.92% since 2026-08-28.
- 30-day high
- 17.2019
- 2026-09-12
- 30-day low
- 16.4213
- 2026-09-23
- 30-day average
- 16.5658
- Days with data: 30
- 30-day change
- -0.92%
- since 2026-08-28
17.2019
16.42132026-08-28 → 2026-09-26
| Date | 1 CHF in BWP | Daily change |
|---|---|---|
| 2026-09-26 | 16.457 | 0.00% |
| 2026-09-25 | 16.457 | +0.10% |
| 2026-09-24 | 16.4411 | +0.12% |
| 2026-09-23 | 16.4213 | -0.73% |
| 2026-09-22 | 16.5422 | +0.30% |
| 2026-09-21 | 16.4935 | +0.43% |
| 2026-09-20 | 16.423 | +0.01% |
| 2026-09-19 | 16.4219 | -0.00% |
| 2026-09-18 | 16.4225 | -0.04% |
| 2026-09-17 | 16.4292 | -0.56% |
| 2026-09-16 | 16.5224 | +0.26% |
| 2026-09-15 | 16.48 | -0.12% |
| 2026-09-14 | 16.4996 | -4.08% |
| 2026-09-13 | 17.2017 | -0.00% |
| 2026-09-12 | 17.2019 | +4.27% |
| Date | 1 CHF in BWP | Daily change |
|---|---|---|
| 2026-09-11 | 16.4973 | -0.19% |
| 2026-09-10 | 16.5288 | -0.17% |
| 2026-09-09 | 16.5575 | +0.36% |
| 2026-09-08 | 16.4981 | -0.31% |
| 2026-09-07 | 16.5493 | +0.03% |
| 2026-09-06 | 16.544 | +0.01% |
| 2026-09-05 | 16.5421 | -0.09% |
| 2026-09-04 | 16.5572 | -0.22% |
| 2026-09-03 | 16.5932 | +0.24% |
| 2026-09-02 | 16.5538 | -0.24% |
| 2026-09-01 | 16.593 | -0.10% |
| 2026-08-31 | 16.6102 | -0.32% |
| 2026-08-30 | 16.664 | +0.01% |
| 2026-08-29 | 16.6622 | +0.32% |
| 2026-08-28 | 16.6093 | — |
CHF to BWP conversion table
1 CHF16.457 BWP
5 CHF82.2851 BWP
10 CHF164.5703 BWP
25 CHF411.4256 BWP
50 CHF822.8512 BWP
100 CHF1,645.7025 BWP
500 CHF8,228.5124 BWP
1,000 CHF16,457.025 BWP
5,000 CHF82,285.124 BWP
10,000 CHF164,570.25 BWP
Get the CHF/BWP rate in your app
One GET request returns the latest CHF → 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/CHF/BWP"fetch('https://rate-api.com/api/v1/pair/CHF/BWP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} BWP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/BWP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} BWP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/BWP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} BWP\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "BWP"
},
"rate": 16.457,
"timestamp": 1790429285,
"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 CHFBotswanan Pula → Swiss Franc0.060764Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.