Convert BOB to AUD
Bolivian Boliviano → Australian Dollar
1 BOB = 0.116166 AUD(1 AUD = 8.608395 BOB)
Currency converter
1 BOB =
0.11617 AUD
BOB to AUD: last 30 days
Over the last 30 days, 1 BOB traded between 0.11026 and 0.14025 AUD, averaging 0.11903 AUD. The BOB/AUD rate is down 3.38% since 2026-08-28.
- 30-day high
- 0.14025
- 2026-09-19
- 30-day low
- 0.11026
- 2026-09-11
- 30-day average
- 0.11903
- Days with data: 30
- 30-day change
- -3.38%
- since 2026-08-28
0.14025
0.110262026-08-28 → 2026-09-26
| Date | 1 BOB in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.11617 | 0.00% |
| 2026-09-25 | 0.11617 | -5.90% |
| 2026-09-24 | 0.12345 | +4.23% |
| 2026-09-23 | 0.11843 | -6.19% |
| 2026-09-22 | 0.12625 | -6.91% |
| 2026-09-21 | 0.13562 | +0.17% |
| 2026-09-20 | 0.13539 | -3.46% |
| 2026-09-19 | 0.14025 | +1.59% |
| 2026-09-18 | 0.13806 | +14.30% |
| 2026-09-17 | 0.12078 | +2.48% |
| 2026-09-16 | 0.11786 | +0.77% |
| 2026-09-15 | 0.11696 | +3.74% |
| 2026-09-14 | 0.11275 | -4.05% |
| 2026-09-13 | 0.11751 | +1.56% |
| 2026-09-12 | 0.1157 | +4.94% |
| Date | 1 BOB in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.11026 | -0.87% |
| 2026-09-10 | 0.11123 | -0.06% |
| 2026-09-09 | 0.1113 | -0.38% |
| 2026-09-08 | 0.11173 | -0.26% |
| 2026-09-07 | 0.11202 | +0.57% |
| 2026-09-06 | 0.11138 | -0.73% |
| 2026-09-05 | 0.1122 | -1.91% |
| 2026-09-04 | 0.11439 | -0.04% |
| 2026-09-03 | 0.11443 | -2.41% |
| 2026-09-02 | 0.11725 | -0.83% |
| 2026-09-01 | 0.11824 | -0.20% |
| 2026-08-31 | 0.11847 | +0.50% |
| 2026-08-30 | 0.11789 | -0.55% |
| 2026-08-29 | 0.11854 | -1.41% |
| 2026-08-28 | 0.12023 | — |
BOB to AUD conversion table
1 BOB0.11617 AUD
5 BOB0.58083 AUD
10 BOB1.1617 AUD
25 BOB2.9041 AUD
50 BOB5.8083 AUD
100 BOB11.6166 AUD
500 BOB58.0828 AUD
1,000 BOB116.1657 AUD
5,000 BOB580.8284 AUD
10,000 BOB1,161.6567 AUD
Get the BOB/AUD rate in your app
One GET request returns the latest BOB → 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/BOB/AUD"fetch('https://rate-api.com/api/v1/pair/BOB/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BOB = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BOB/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BOB = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BOB/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BOB = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "BOB",
"to": "AUD"
},
"rate": 0.1162,
"timestamp": 1790435060,
"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 BOBAustralian Dollar → Bolivian Boliviano8.6084Convert BOB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.