Convert BWP to AUD
Botswanan Pula → Australian Dollar
1 BWP = 0.104351 AUD(1 AUD = 9.583021 BWP)
Currency converter
1 BWP =
0.10435 AUD
BWP to AUD: last 30 days
Over the last 30 days, 1 BWP traded between 0.09941 and 0.10471 AUD, averaging 0.10354 AUD. The BWP/AUD rate is up 0.29% since 2026-08-28.
- 30-day high
- 0.10471
- 2026-09-23
- 30-day low
- 0.09941
- 2026-09-12
- 30-day average
- 0.10354
- Days with data: 30
- 30-day change
- +0.29%
- since 2026-08-28
0.10471
0.099412026-08-28 → 2026-09-26
| Date | 1 BWP in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.10435 | 0.00% |
| 2026-09-25 | 0.10435 | -0.21% |
| 2026-09-24 | 0.10457 | -0.13% |
| 2026-09-23 | 0.10471 | +0.92% |
| 2026-09-22 | 0.10375 | +0.33% |
| 2026-09-21 | 0.10341 | -0.16% |
| 2026-09-20 | 0.10358 | -0.01% |
| 2026-09-19 | 0.10359 | +0.00% |
| 2026-09-18 | 0.10358 | -0.18% |
| 2026-09-17 | 0.10377 | +0.16% |
| 2026-09-16 | 0.10361 | -0.45% |
| 2026-09-15 | 0.10408 | -0.03% |
| 2026-09-14 | 0.10412 | +4.73% |
| 2026-09-13 | 0.099411 | +0.00% |
| 2026-09-12 | 0.09941 | -4.10% |
| Date | 1 BWP in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.10366 | -0.05% |
| 2026-09-10 | 0.1037 | +0.12% |
| 2026-09-09 | 0.10358 | +0.05% |
| 2026-09-08 | 0.10353 | +0.03% |
| 2026-09-07 | 0.1035 | -0.18% |
| 2026-09-06 | 0.10369 | -0.01% |
| 2026-09-05 | 0.1037 | +0.09% |
| 2026-09-04 | 0.10361 | -0.03% |
| 2026-09-03 | 0.10363 | -0.20% |
| 2026-09-02 | 0.10384 | -0.27% |
| 2026-09-01 | 0.10412 | +0.14% |
| 2026-08-31 | 0.10397 | +0.25% |
| 2026-08-30 | 0.10371 | -0.01% |
| 2026-08-29 | 0.10372 | -0.32% |
| 2026-08-28 | 0.10405 | — |
BWP to AUD conversion table
1 BWP0.10435 AUD
5 BWP0.52176 AUD
10 BWP1.0435 AUD
25 BWP2.6088 AUD
50 BWP5.2176 AUD
100 BWP10.4351 AUD
500 BWP52.1756 AUD
1,000 BWP104.3512 AUD
5,000 BWP521.7561 AUD
10,000 BWP1,043.5123 AUD
Get the BWP/AUD rate in your app
One GET request returns the latest BWP → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/BWP/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BWP = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BWP/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BWP = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BWP/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "BWP",
"to": "AUD"
},
"rate": 0.1044,
"timestamp": 1790432038,
"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
AUD to BWPAustralian Dollar → Botswanan Pula9.583Convert BWP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.