Convert BWP to GBP
Botswanan Pula → British Pound
1 BWP = 0.055357 GBP(1 GBP = 18.064571 BWP)
Currency converter
1 BWP =
0.055357 GBP
BWP to GBP: last 30 days
Over the last 30 days, 1 BWP traded between 0.052785 and 0.055741 GBP, averaging 0.055009 GBP. The BWP/GBP rate is up 0.44% since 2026-08-28.
- 30-day high
- 0.055741
- 2026-09-23
- 30-day low
- 0.052785
- 2026-09-12
- 30-day average
- 0.055009
- Days with data: 30
- 30-day change
- +0.44%
- since 2026-08-28
0.055741
0.0527852026-08-28 → 2026-09-26
| Date | 1 BWP in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.055357 | 0.00% |
| 2026-09-25 | 0.055357 | -0.41% |
| 2026-09-24 | 0.055585 | -0.28% |
| 2026-09-23 | 0.055741 | +0.97% |
| 2026-09-22 | 0.055206 | +0.18% |
| 2026-09-21 | 0.055105 | -0.29% |
| 2026-09-20 | 0.055266 | -0.01% |
| 2026-09-19 | 0.05527 | +0.00% |
| 2026-09-18 | 0.055268 | +0.14% |
| 2026-09-17 | 0.055189 | +0.49% |
| 2026-09-16 | 0.054919 | -0.16% |
| 2026-09-15 | 0.055005 | -0.01% |
| 2026-09-14 | 0.055008 | +4.21% |
| 2026-09-13 | 0.052786 | +0.00% |
| 2026-09-12 | 0.052785 | -4.10% |
| Date | 1 BWP in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.05504 | -0.13% |
| 2026-09-10 | 0.05511 | -0.10% |
| 2026-09-09 | 0.055167 | +0.05% |
| 2026-09-08 | 0.05514 | -0.08% |
| 2026-09-07 | 0.055185 | -0.04% |
| 2026-09-06 | 0.055206 | -0.01% |
| 2026-09-05 | 0.055212 | +0.09% |
| 2026-09-04 | 0.055162 | -0.12% |
| 2026-09-03 | 0.055231 | +0.34% |
| 2026-09-02 | 0.055044 | +0.17% |
| 2026-09-01 | 0.054951 | -0.08% |
| 2026-08-31 | 0.054996 | +0.11% |
| 2026-08-30 | 0.054934 | -0.01% |
| 2026-08-29 | 0.05494 | -0.32% |
| 2026-08-28 | 0.055115 | — |
BWP to GBP conversion table
1 BWP0.055357 GBP
5 BWP0.27678 GBP
10 BWP0.55357 GBP
25 BWP1.3839 GBP
50 BWP2.7678 GBP
100 BWP5.5357 GBP
500 BWP27.6785 GBP
1,000 BWP55.357 GBP
5,000 BWP276.7849 GBP
10,000 BWP553.5698 GBP
Get the BWP/GBP rate in your app
One GET request returns the latest BWP → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/BWP/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BWP = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BWP/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BWP = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BWP/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "BWP",
"to": "GBP"
},
"rate": 0.0554,
"timestamp": 1790435080,
"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
GBP to BWPBritish Pound → Botswanan Pula18.0646Convert BWP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.