Skip to content

SBD to AUD exchange rate API

Solomon Islands Dollar to Australian Dollar · quoted 2026-09-25

0.17738

▲ +1.84% over 5Y

1 SBD = 0.17738 AUD · 1 AUD = 5.6376 SBD · Get this rate via the API

1 SBD buys 0.17738 AUD as of 2026-09-25, so 1 AUD buys 5.6376 SBD. Over the last 5 years, SBD/AUD traded between 0.17396 and 0.19218, averaged 0.18228 and rose 1.84%. The API holds daily SBD/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SBD/AUD over 5Y

SBD/AUD over 5Y: show the values
PointSBD/AUD
2024-08-240.17417
2024-10-030.17632
2024-11-020.18327
2024-12-020.18417
2025-01-010.19218
2025-01-310.19034
2025-03-020.19092
2025-04-010.19177
2025-05-010.19069
2025-05-310.18294
2025-06-300.18402
2025-07-300.18479
2025-08-290.18365
2025-09-280.18609
2025-10-280.18653
2025-11-270.18714
2025-12-270.18314
2026-01-260.17843
2026-02-250.17475
2026-03-270.18122
2026-04-260.17396
2026-05-260.17424
2026-06-250.18072
2026-07-250.17720
2026-08-240.17440
2026-09-230.17718

High

0.19218

Low

0.17396

Average

0.18228

For developers

Get this rate via the API

One GET request returns the SBD/AUD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=AUD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=AUD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=AUD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SBD/AUD API questions

How do I get the SBD/AUD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=AUD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SBD/AUD rate in rates.AUD.

How far back does SBD/AUD historical data go?

Daily SBD/AUD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SBD/AUD exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.