Convert GBP to BWP
British Pound → Botswanan Pula
1 GBP = 18.010565 BWP(1 BWP = 0.055523 GBP)
Currency converter
1 GBP =
18.0106 BWP
GBP to BWP: last 30 days
Over the last 30 days, 1 GBP traded between 17.9402 and 18.9446 BWP, averaging 18.1749 BWP. The GBP/BWP rate is down 1.05% since 2026-08-29.
- 30-day high
- 18.9446
- 2026-09-12
- 30-day low
- 17.9402
- 2026-09-23
- 30-day average
- 18.1749
- Days with data: 30
- 30-day change
- -1.05%
- since 2026-08-29
18.9446
17.94022026-08-29 → 2026-09-27
| Date | 1 GBP in BWP | Daily change |
|---|---|---|
| 2026-09-27 | 18.0106 | 0.00% |
| 2026-09-26 | 18.0106 | -0.30% |
| 2026-09-25 | 18.0646 | +0.41% |
| 2026-09-24 | 17.9906 | +0.28% |
| 2026-09-23 | 17.9402 | -0.96% |
| 2026-09-22 | 18.1139 | -0.18% |
| 2026-09-21 | 18.1472 | +0.29% |
| 2026-09-20 | 18.0942 | +0.01% |
| 2026-09-19 | 18.093 | -0.00% |
| 2026-09-18 | 18.0937 | -0.14% |
| 2026-09-17 | 18.1194 | -0.49% |
| 2026-09-16 | 18.2088 | +0.16% |
| 2026-09-15 | 18.1803 | +0.01% |
| 2026-09-14 | 18.1791 | -4.04% |
| 2026-09-13 | 18.9445 | -0.00% |
| Date | 1 GBP in BWP | Daily change |
|---|---|---|
| 2026-09-12 | 18.9446 | +4.27% |
| 2026-09-11 | 18.1687 | +0.13% |
| 2026-09-10 | 18.1456 | +0.10% |
| 2026-09-09 | 18.1268 | -0.05% |
| 2026-09-08 | 18.1355 | +0.08% |
| 2026-09-07 | 18.1207 | +0.04% |
| 2026-09-06 | 18.114 | +0.01% |
| 2026-09-05 | 18.1119 | -0.09% |
| 2026-09-04 | 18.1285 | +0.12% |
| 2026-09-03 | 18.1059 | -0.34% |
| 2026-09-02 | 18.1673 | -0.17% |
| 2026-09-01 | 18.1981 | +0.08% |
| 2026-08-31 | 18.1832 | -0.11% |
| 2026-08-30 | 18.2035 | +0.01% |
| 2026-08-29 | 18.2016 | — |
GBP to BWP conversion table
1 GBP18.0106 BWP
5 GBP90.0528 BWP
10 GBP180.1057 BWP
25 GBP450.2641 BWP
50 GBP900.5282 BWP
100 GBP1,801.0565 BWP
500 GBP9,005.2824 BWP
1,000 GBP18,010.565 BWP
5,000 GBP90,052.824 BWP
10,000 GBP180,105.65 BWP
Get the GBP/BWP rate in your app
One GET request returns the latest GBP → 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/GBP/BWP"fetch('https://rate-api.com/api/v1/pair/GBP/BWP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} BWP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/BWP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} BWP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/BWP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} BWP\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "BWP"
},
"rate": 18.0106,
"timestamp": 1790490078,
"date": "2026-09-27"
}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 GBPBotswanan Pula → British Pound0.055523Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.