Skip to content

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

SBD/AUD over 1Y: show the values
PointSBD/AUD
2025-09-250.18354
2025-10-020.18538
2025-10-090.18553
2025-10-160.18840
2025-10-230.18805
2025-10-300.18696
2025-11-060.18741
2025-11-130.18649
2025-11-200.18855
2025-11-270.18714
2025-12-040.18490
2025-12-110.18415
2025-12-180.18591
2025-12-250.18420
2026-01-010.18505
2026-01-080.18382
2026-01-150.18399
2026-01-220.18096
2026-01-290.17461
2026-02-050.17746
2026-02-120.17372
2026-02-190.17605
2026-02-260.17385
2026-03-050.17551
2026-03-120.17564
2026-03-190.17838
2026-03-260.18082
2026-04-020.18159
2026-04-090.17594
2026-04-160.17392
2026-04-230.17360
2026-04-300.17538
2026-05-070.17205
2026-05-140.17316
2026-05-210.17565
2026-05-280.17604
2026-06-040.17491
2026-06-110.17776
2026-06-180.17910
2026-06-250.18072
2026-07-020.18051
2026-07-090.17925
2026-07-160.17642
2026-07-230.17768
2026-07-300.17759
2026-08-060.17636
2026-08-130.17650
2026-08-200.17540
2026-08-270.17357
2026-09-030.17353
2026-09-100.17405
2026-09-170.17563
2026-09-240.17747

High

0.18855

Low

0.17205

Average

0.17940

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.