Convert BYN to AUD
Belarusian Ruble → Australian Dollar
1 BYN = 0.467284 AUD(1 AUD = 2.140026 BYN)
Currency converter
1 BYN =
0.46728 AUD
BYN to AUD: last 30 days
Over the last 30 days, 1 BYN traded between 0.44988 and 0.46815 AUD, averaging 0.45896 AUD. The BYN/AUD rate is up 1.24% since 2026-08-28.
- 30-day high
- 0.46815
- 2026-09-24
- 30-day low
- 0.44988
- 2026-09-07
- 30-day average
- 0.45896
- Days with data: 30
- 30-day change
- +1.24%
- since 2026-08-28
0.46815
0.449882026-08-28 → 2026-09-26
| Date | 1 BYN in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.46728 | 0.00% |
| 2026-09-25 | 0.46728 | -0.19% |
| 2026-09-24 | 0.46815 | +0.46% |
| 2026-09-23 | 0.46599 | -0.00% |
| 2026-09-22 | 0.466 | +0.54% |
| 2026-09-21 | 0.46349 | -0.30% |
| 2026-09-20 | 0.46489 | +0.17% |
| 2026-09-19 | 0.46412 | +0.44% |
| 2026-09-18 | 0.46208 | +0.47% |
| 2026-09-17 | 0.45989 | -0.41% |
| 2026-09-16 | 0.46178 | +0.08% |
| 2026-09-15 | 0.4614 | -0.03% |
| 2026-09-14 | 0.46153 | +0.44% |
| 2026-09-13 | 0.45952 | +0.10% |
| 2026-09-12 | 0.45904 | +0.14% |
| Date | 1 BYN in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.4584 | +0.86% |
| 2026-09-10 | 0.45447 | +0.94% |
| 2026-09-09 | 0.45025 | -0.11% |
| 2026-09-08 | 0.45077 | +0.20% |
| 2026-09-07 | 0.44988 | -0.15% |
| 2026-09-06 | 0.45055 | +0.02% |
| 2026-09-05 | 0.45046 | -0.05% |
| 2026-09-04 | 0.4507 | +0.08% |
| 2026-09-03 | 0.45034 | -0.45% |
| 2026-09-02 | 0.45238 | -0.98% |
| 2026-09-01 | 0.45687 | -0.83% |
| 2026-08-31 | 0.4607 | +0.52% |
| 2026-08-30 | 0.45831 | -0.50% |
| 2026-08-29 | 0.4606 | -0.21% |
| 2026-08-28 | 0.46155 | — |
BYN to AUD conversion table
1 BYN0.46728 AUD
5 BYN2.3364 AUD
10 BYN4.6728 AUD
25 BYN11.6821 AUD
50 BYN23.3642 AUD
100 BYN46.7284 AUD
500 BYN233.642 AUD
1,000 BYN467.284 AUD
5,000 BYN2,336.4197 AUD
10,000 BYN4,672.8395 AUD
Get the BYN/AUD rate in your app
One GET request returns the latest BYN → 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/BYN/AUD"fetch('https://rate-api.com/api/v1/pair/BYN/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BYN = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BYN/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BYN = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BYN/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BYN = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "BYN",
"to": "AUD"
},
"rate": 0.4673,
"timestamp": 1790432041,
"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 BYNAustralian Dollar → Belarusian Ruble2.14Convert BYN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.