Skip to content

USD to SBD exchange rate API

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

8.0112

▼ +1.52% over YTD

1 USD = 8.0112 SBD · 1 SBD = 0.12483 USD · Get this rate via the API

1 USD buys 8.0112 SBD as of 2026-09-25, so 1 SBD buys 0.12483 USD. Over the year to date, USD/SBD traded between 7.9791 and 8.1349, averaged 8.0422 and fell 1.52%. The API holds daily USD/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/SBD over YTD

USD/SBD over YTD: show the values
PointUSD/SBD
2025-12-318.1349
2026-01-078.1249
2026-01-148.1199
2026-01-218.1034
2026-01-288.1063
2026-02-048.0915
2026-02-118.0853
2026-02-188.0740
2026-02-258.0695
2026-03-048.0817
2026-03-118.0067
2026-03-188.0058
2026-03-257.9988
2026-04-018.0035
2026-04-088.0778
2026-04-158.0558
2026-04-228.0050
2026-04-297.9791
2026-05-068.0089
2026-05-138.0130
2026-05-207.9933
2026-05-278.0019
2026-06-037.9821
2026-06-108.0120
2026-06-177.9984
2026-06-248.0233
2026-07-018.0580
2026-07-088.0077
2026-07-158.0891
2026-07-228.0838
2026-07-298.0806
2026-08-058.0390
2026-08-128.0394
2026-08-198.0339
2026-08-268.0194
2026-09-028.0239
2026-09-098.0120
2026-09-168.0487
2026-09-237.9860

High

8.1349

Low

7.9791

Average

8.0422

For developers

Get this rate via the API

One GET request returns the USD/SBD 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=USD&currencies=SBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=SBD");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/SBD API questions

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

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

How far back does USD/SBD historical data go?

Daily USD/SBD 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 USD/SBD 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.