Convert AUD to BAM
Australian Dollar → Bosnia-Herzegovina Convertible Mark
1 AUD = 1.205814 BAM(1 BAM = 0.829315 AUD)
Currency converter
1 AUD =
1.2058 BAM
AUD to BAM: last 30 days
Over the last 30 days, 1 AUD traded between 1.2037 and 1.2163 BAM, averaging 1.2107 BAM. The AUD/BAM rate is down 0.21% since 2026-08-28.
- 30-day high
- 1.2163
- 2026-09-21
- 30-day low
- 1.2037
- 2026-09-01
- 30-day average
- 1.2107
- Days with data: 30
- 30-day change
- -0.21%
- since 2026-08-28
1.2163
1.20372026-08-28 → 2026-09-26
| Date | 1 AUD in BAM | Daily change |
|---|---|---|
| 2026-09-26 | 1.2058 | 0.00% |
| 2026-09-25 | 1.2058 | -0.27% |
| 2026-09-24 | 1.209 | -0.19% |
| 2026-09-23 | 1.2113 | -0.05% |
| 2026-09-22 | 1.2119 | -0.36% |
| 2026-09-21 | 1.2163 | +0.33% |
| 2026-09-20 | 1.2124 | -0.00% |
| 2026-09-19 | 1.2124 | -0.05% |
| 2026-09-18 | 1.213 | -0.06% |
| 2026-09-17 | 1.2138 | +0.43% |
| 2026-09-16 | 1.2085 | +0.03% |
| 2026-09-15 | 1.2081 | +0.22% |
| 2026-09-14 | 1.2054 | -0.33% |
| 2026-09-13 | 1.2095 | -0.00% |
| 2026-09-12 | 1.2095 | +0.03% |
| Date | 1 AUD in BAM | Daily change |
|---|---|---|
| 2026-09-11 | 1.2092 | +0.14% |
| 2026-09-10 | 1.2075 | -0.61% |
| 2026-09-09 | 1.2149 | +0.09% |
| 2026-09-08 | 1.2138 | -0.12% |
| 2026-09-07 | 1.2153 | +0.21% |
| 2026-09-06 | 1.2128 | -0.03% |
| 2026-09-05 | 1.2131 | +0.08% |
| 2026-09-04 | 1.2121 | -0.08% |
| 2026-09-03 | 1.2131 | +0.48% |
| 2026-09-02 | 1.2073 | +0.30% |
| 2026-09-01 | 1.2037 | -0.39% |
| 2026-08-31 | 1.2085 | -0.51% |
| 2026-08-30 | 1.2146 | -0.03% |
| 2026-08-29 | 1.215 | +0.55% |
| 2026-08-28 | 1.2083 | — |
AUD to BAM conversion table
1 AUD1.2058 BAM
5 AUD6.0291 BAM
10 AUD12.0581 BAM
25 AUD30.1453 BAM
50 AUD60.2907 BAM
100 AUD120.5814 BAM
500 AUD602.9069 BAM
1,000 AUD1,205.8138 BAM
5,000 AUD6,029.0691 BAM
10,000 AUD12,058.138 BAM
Get the AUD/BAM rate in your app
One GET request returns the latest AUD → BAM 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/BAM"fetch('https://rate-api.com/api/v1/pair/AUD/BAM', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} BAM`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/BAM",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} BAM")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/BAM');
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']} BAM\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "BAM"
},
"rate": 1.2058,
"timestamp": 1790447429,
"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
BAM to AUDBosnia-Herzegovina Convertible Mark → Australian Dollar0.82932Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.