Convert AUD to SBD
Australian Dollar → Solomon Islands Dollar
1 AUD = 5.650747 SBD(1 SBD = 0.176968 AUD)
Currency converter
1 AUD =
5.6507 SBD
AUD to SBD: last 30 days
Over the last 30 days, 1 AUD traded between 5.6401 and 5.7629 SBD, averaging 5.7207 SBD. The AUD/SBD rate is down 1.80% since 2026-08-28.
- 30-day high
- 5.7629
- 2026-09-06
- 30-day low
- 5.6401
- 2026-09-24
- 30-day average
- 5.7207
- Days with data: 30
- 30-day change
- -1.80%
- since 2026-08-28
5.7629
5.64012026-08-28 → 2026-09-26
| Date | 1 AUD in SBD | Daily change |
|---|---|---|
| 2026-09-26 | 5.6507 | 0.00% |
| 2026-09-25 | 5.6507 | +0.19% |
| 2026-09-24 | 5.6401 | -0.21% |
| 2026-09-23 | 5.652 | -0.85% |
| 2026-09-22 | 5.7006 | -0.11% |
| 2026-09-21 | 5.7066 | -0.02% |
| 2026-09-20 | 5.7075 | 0.00% |
| 2026-09-19 | 5.7075 | +0.20% |
| 2026-09-18 | 5.6963 | +0.13% |
| 2026-09-17 | 5.689 | -0.55% |
| 2026-09-16 | 5.7207 | +0.16% |
| 2026-09-15 | 5.7116 | +0.07% |
| 2026-09-14 | 5.7077 | -0.69% |
| 2026-09-13 | 5.7472 | 0.00% |
| 2026-09-12 | 5.7472 | +0.45% |
| Date | 1 AUD in SBD | Daily change |
|---|---|---|
| 2026-09-11 | 5.7213 | -0.11% |
| 2026-09-10 | 5.7275 | -0.61% |
| 2026-09-09 | 5.7625 | +0.20% |
| 2026-09-08 | 5.7509 | -0.01% |
| 2026-09-07 | 5.7513 | -0.20% |
| 2026-09-06 | 5.7629 | +0.00% |
| 2026-09-05 | 5.7628 | +0.03% |
| 2026-09-04 | 5.7612 | +0.06% |
| 2026-09-03 | 5.7579 | +0.68% |
| 2026-09-02 | 5.7188 | +0.07% |
| 2026-09-01 | 5.7149 | -0.19% |
| 2026-08-31 | 5.7259 | -0.52% |
| 2026-08-30 | 5.7558 | +0.00% |
| 2026-08-29 | 5.7556 | +0.02% |
| 2026-08-28 | 5.7545 | — |
AUD to SBD conversion table
1 AUD5.6507 SBD
5 AUD28.2537 SBD
10 AUD56.5075 SBD
25 AUD141.2687 SBD
50 AUD282.5374 SBD
100 AUD565.0747 SBD
500 AUD2,825.3735 SBD
1,000 AUD5,650.747 SBD
5,000 AUD28,253.735 SBD
10,000 AUD56,507.47 SBD
Get the AUD/SBD rate in your app
One GET request returns the latest AUD → SBD 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/SBD"fetch('https://rate-api.com/api/v1/pair/AUD/SBD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} SBD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/SBD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} SBD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/SBD');
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']} SBD\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "SBD"
},
"rate": 5.6507,
"timestamp": 1790429298,
"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
SBD to AUDSolomon Islands Dollar → Australian Dollar0.17697Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.