SBD to AUD exchange rate API
Solomon Islands Dollar to Australian Dollar · quoted 2026-09-25
0.17727
▼ +3.42% over 1Y
1 SBD = 0.17727 AUD · 1 AUD = 5.6410 SBD · Get this rate via the API
1 SBD buys 0.17727 AUD as of 2026-09-25, so 1 AUD buys 5.6410 SBD. Over the last year, SBD/AUD traded between 0.17205 and 0.18855, averaged 0.17940 and fell 3.42%. 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 1Y: show the values
| Point | SBD/AUD |
|---|---|
| 2025-09-25 | 0.18354 |
| 2025-10-02 | 0.18538 |
| 2025-10-09 | 0.18553 |
| 2025-10-16 | 0.18840 |
| 2025-10-23 | 0.18805 |
| 2025-10-30 | 0.18696 |
| 2025-11-06 | 0.18741 |
| 2025-11-13 | 0.18649 |
| 2025-11-20 | 0.18855 |
| 2025-11-27 | 0.18714 |
| 2025-12-04 | 0.18490 |
| 2025-12-11 | 0.18415 |
| 2025-12-18 | 0.18591 |
| 2025-12-25 | 0.18420 |
| 2026-01-01 | 0.18505 |
| 2026-01-08 | 0.18382 |
| 2026-01-15 | 0.18399 |
| 2026-01-22 | 0.18096 |
| 2026-01-29 | 0.17461 |
| 2026-02-05 | 0.17746 |
| 2026-02-12 | 0.17372 |
| 2026-02-19 | 0.17605 |
| 2026-02-26 | 0.17385 |
| 2026-03-05 | 0.17551 |
| 2026-03-12 | 0.17564 |
| 2026-03-19 | 0.17838 |
| 2026-03-26 | 0.18082 |
| 2026-04-02 | 0.18159 |
| 2026-04-09 | 0.17594 |
| 2026-04-16 | 0.17392 |
| 2026-04-23 | 0.17360 |
| 2026-04-30 | 0.17538 |
| 2026-05-07 | 0.17205 |
| 2026-05-14 | 0.17316 |
| 2026-05-21 | 0.17565 |
| 2026-05-28 | 0.17604 |
| 2026-06-04 | 0.17491 |
| 2026-06-11 | 0.17776 |
| 2026-06-18 | 0.17910 |
| 2026-06-25 | 0.18072 |
| 2026-07-02 | 0.18051 |
| 2026-07-09 | 0.17925 |
| 2026-07-16 | 0.17642 |
| 2026-07-23 | 0.17768 |
| 2026-07-30 | 0.17759 |
| 2026-08-06 | 0.17636 |
| 2026-08-13 | 0.17650 |
| 2026-08-20 | 0.17540 |
| 2026-08-27 | 0.17357 |
| 2026-09-03 | 0.17353 |
| 2026-09-10 | 0.17405 |
| 2026-09-17 | 0.17563 |
| 2026-09-24 | 0.17747 |
High
0.18855
Low
0.17205
Average
0.17940
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=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¤cies=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.