Convert AUD to BWP
Australian Dollar → Botswanan Pula
1 AUD = 9.583021 BWP(1 BWP = 0.104351 AUD)
Currency converter
1 AUD =
9.583 BWP
AUD to BWP: last 30 days
Over the last 30 days, 1 AUD traded between 9.5501 and 10.0593 BWP, averaging 9.659 BWP. The AUD/BWP rate is down 0.29% since 2026-08-28.
- 30-day high
- 10.0593
- 2026-09-12
- 30-day low
- 9.5501
- 2026-09-23
- 30-day average
- 9.659
- Days with data: 30
- 30-day change
- -0.29%
- since 2026-08-28
10.0593
9.55012026-08-28 → 2026-09-26
| Date | 1 AUD in BWP | Daily change |
|---|---|---|
| 2026-09-26 | 9.583 | 0.00% |
| 2026-09-25 | 9.583 | +0.21% |
| 2026-09-24 | 9.5626 | +0.13% |
| 2026-09-23 | 9.5501 | -0.91% |
| 2026-09-22 | 9.6381 | -0.33% |
| 2026-09-21 | 9.6702 | +0.16% |
| 2026-09-20 | 9.6544 | +0.01% |
| 2026-09-19 | 9.6538 | -0.00% |
| 2026-09-18 | 9.6541 | +0.19% |
| 2026-09-17 | 9.6363 | -0.16% |
| 2026-09-16 | 9.6514 | +0.45% |
| 2026-09-15 | 9.6078 | +0.03% |
| 2026-09-14 | 9.6046 | -4.52% |
| 2026-09-13 | 10.0592 | -0.00% |
| 2026-09-12 | 10.0593 | +4.27% |
| Date | 1 AUD in BWP | Daily change |
|---|---|---|
| 2026-09-11 | 9.6473 | +0.05% |
| 2026-09-10 | 9.6429 | -0.12% |
| 2026-09-09 | 9.6547 | -0.05% |
| 2026-09-08 | 9.6592 | -0.03% |
| 2026-09-07 | 9.6619 | +0.18% |
| 2026-09-06 | 9.6442 | +0.01% |
| 2026-09-05 | 9.6431 | -0.09% |
| 2026-09-04 | 9.6519 | +0.03% |
| 2026-09-03 | 9.6494 | +0.20% |
| 2026-09-02 | 9.6306 | +0.27% |
| 2026-09-01 | 9.6045 | -0.14% |
| 2026-08-31 | 9.6184 | -0.25% |
| 2026-08-30 | 9.6425 | +0.01% |
| 2026-08-29 | 9.6415 | +0.32% |
| 2026-08-28 | 9.6109 | — |
AUD to BWP conversion table
1 AUD9.583 BWP
5 AUD47.9151 BWP
10 AUD95.8302 BWP
25 AUD239.5755 BWP
50 AUD479.1511 BWP
100 AUD958.3021 BWP
500 AUD4,791.5105 BWP
1,000 AUD9,583.0209 BWP
5,000 AUD47,915.105 BWP
10,000 AUD95,830.209 BWP
Get the AUD/BWP rate in your app
One GET request returns the latest AUD → 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/AUD/BWP"fetch('https://rate-api.com/api/v1/pair/AUD/BWP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} BWP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/BWP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} BWP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/BWP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} BWP\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "BWP"
},
"rate": 9.583,
"timestamp": 1790429274,
"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 AUDBotswanan Pula → Australian Dollar0.10435Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.