Convert AUD to BOB
Australian Dollar → Bolivian Boliviano
1 AUD = 8.608395 BOB(1 BOB = 0.116166 AUD)
Currency converter
1 AUD =
8.6084 BOB
AUD to BOB: last 30 days
Over the last 30 days, 1 AUD traded between 7.1302 and 9.0695 BOB, averaging 8.4369 BOB. The AUD/BOB rate is up 3.50% since 2026-08-28.
- 30-day high
- 9.0695
- 2026-09-11
- 30-day low
- 7.1302
- 2026-09-19
- 30-day average
- 8.4369
- Days with data: 30
- 30-day change
- +3.50%
- since 2026-08-28
9.0695
7.13022026-08-28 → 2026-09-26
| Date | 1 AUD in BOB | Daily change |
|---|---|---|
| 2026-09-26 | 8.6084 | 0.00% |
| 2026-09-25 | 8.6084 | +6.27% |
| 2026-09-24 | 8.1008 | -4.06% |
| 2026-09-23 | 8.4435 | +6.60% |
| 2026-09-22 | 7.9206 | +7.42% |
| 2026-09-21 | 7.3735 | -0.17% |
| 2026-09-20 | 7.3861 | +3.59% |
| 2026-09-19 | 7.1302 | -1.56% |
| 2026-09-18 | 7.2434 | -12.51% |
| 2026-09-17 | 8.2794 | -2.42% |
| 2026-09-16 | 8.4846 | -0.76% |
| 2026-09-15 | 8.5497 | -3.61% |
| 2026-09-14 | 8.8696 | +4.23% |
| 2026-09-13 | 8.51 | -1.54% |
| 2026-09-12 | 8.6427 | -4.71% |
| Date | 1 AUD in BOB | Daily change |
|---|---|---|
| 2026-09-11 | 9.0695 | +0.88% |
| 2026-09-10 | 8.9903 | +0.06% |
| 2026-09-09 | 8.9846 | +0.38% |
| 2026-09-08 | 8.9503 | +0.26% |
| 2026-09-07 | 8.9269 | -0.57% |
| 2026-09-06 | 8.9779 | +0.73% |
| 2026-09-05 | 8.9125 | +1.95% |
| 2026-09-04 | 8.7421 | +0.04% |
| 2026-09-03 | 8.7389 | +2.47% |
| 2026-09-02 | 8.5287 | +0.84% |
| 2026-09-01 | 8.4577 | +0.20% |
| 2026-08-31 | 8.4406 | -0.50% |
| 2026-08-30 | 8.4827 | +0.55% |
| 2026-08-29 | 8.4361 | +1.43% |
| 2026-08-28 | 8.3175 | — |
AUD to BOB conversion table
1 AUD8.6084 BOB
5 AUD43.042 BOB
10 AUD86.084 BOB
25 AUD215.2099 BOB
50 AUD430.4198 BOB
100 AUD860.8395 BOB
500 AUD4,304.1976 BOB
1,000 AUD8,608.3952 BOB
5,000 AUD43,041.976 BOB
10,000 AUD86,083.952 BOB
Get the AUD/BOB rate in your app
One GET request returns the latest AUD → BOB 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/BOB"fetch('https://rate-api.com/api/v1/pair/AUD/BOB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} BOB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/BOB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} BOB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/BOB');
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']} BOB\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "BOB"
},
"rate": 8.6084,
"timestamp": 1790432064,
"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
BOB to AUDBolivian Boliviano → Australian Dollar0.11617Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.