Convert AUD to BIF
Australian Dollar → Burundian Franc
1 AUD = 2,114.1473 BIF(1 BIF = 0.000473004 AUD)
Currency converter
1 AUD =
2,114.1473 BIF
AUD to BIF: last 30 days
Over the last 30 days, 1 AUD traded between 2,114.1473 and 2,160.7893 BIF, averaging 2,140.6531 BIF. The AUD/BIF rate is down 1.47% since 2026-08-28.
- 30-day high
- 2,160.7893
- 2026-09-09
- 30-day low
- 2,114.1473
- 2026-09-25
- 30-day average
- 2,140.6531
- Days with data: 30
- 30-day change
- -1.47%
- since 2026-08-28
2,160.7893
2,114.14732026-08-28 → 2026-09-26
| Date | 1 AUD in BIF | Daily change |
|---|---|---|
| 2026-09-26 | 2,114.1473 | 0.00% |
| 2026-09-25 | 2,114.1473 | -0.16% |
| 2026-09-24 | 2,117.4336 | -0.35% |
| 2026-09-23 | 2,124.8067 | -0.49% |
| 2026-09-22 | 2,135.2646 | -0.31% |
| 2026-09-21 | 2,141.8037 | +0.35% |
| 2026-09-20 | 2,134.4101 | -0.07% |
| 2026-09-19 | 2,135.8973 | -0.27% |
| 2026-09-18 | 2,141.7586 | +0.25% |
| 2026-09-17 | 2,136.5123 | +0.12% |
| 2026-09-16 | 2,133.9542 | +0.15% |
| 2026-09-15 | 2,130.8346 | -0.06% |
| 2026-09-14 | 2,132.0983 | -0.71% |
| 2026-09-13 | 2,147.2625 | +1.48% |
| 2026-09-12 | 2,115.9736 | -1.41% |
| Date | 1 AUD in BIF | Daily change |
|---|---|---|
| 2026-09-11 | 2,146.2557 | -0.07% |
| 2026-09-10 | 2,147.7668 | -0.60% |
| 2026-09-09 | 2,160.7893 | +0.12% |
| 2026-09-08 | 2,158.2277 | +0.05% |
| 2026-09-07 | 2,157.0546 | +0.09% |
| 2026-09-06 | 2,155.0943 | +0.03% |
| 2026-09-05 | 2,154.5438 | +0.04% |
| 2026-09-04 | 2,153.6579 | +0.15% |
| 2026-09-03 | 2,150.3527 | +0.47% |
| 2026-09-02 | 2,140.1987 | +0.05% |
| 2026-09-01 | 2,139.1598 | -0.45% |
| 2026-08-31 | 2,148.7306 | -0.20% |
| 2026-08-30 | 2,152.9904 | +0.01% |
| 2026-08-29 | 2,152.8037 | +0.33% |
| 2026-08-28 | 2,145.6619 | — |
AUD to BIF conversion table
1 AUD2,114.1473 BIF
5 AUD10,570.737 BIF
10 AUD21,141.473 BIF
25 AUD52,853.683 BIF
50 AUD105,707.37 BIF
100 AUD211,414.73 BIF
500 AUD1,057,073.7 BIF
1,000 AUD2,114,147.3 BIF
5,000 AUD10,570,737 BIF
10,000 AUD21,141,473 BIF
Get the AUD/BIF rate in your app
One GET request returns the latest AUD → BIF 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/BIF"fetch('https://rate-api.com/api/v1/pair/AUD/BIF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} BIF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/BIF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} BIF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/BIF');
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']} BIF\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "BIF"
},
"rate": 2114.1473,
"timestamp": 1790429309,
"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
BIF to AUDBurundian Franc → Australian Dollar0.000473Convert AUD to other currencies
Convert other currencies to BIF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.