Skip to content

USD to SBD exchange rate API

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

8.0378

▼ +2.88% over 1Y

1 USD = 8.0378 SBD · 1 SBD = 0.12441 USD · Get this rate via the API

1 USD buys 8.0378 SBD as of 2026-09-25, so 1 SBD buys 0.12441 USD. Over the last year, USD/SBD traded between 7.9710 and 8.2762, averaged 8.0744 and fell 2.88%. 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 1Y

USD/SBD over 1Y: show the values
PointUSD/SBD
2025-09-258.2762
2025-10-028.1625
2025-10-098.1702
2025-10-168.1679
2025-10-238.1764
2025-10-308.1836
2025-11-068.1877
2025-11-138.1786
2025-11-208.1868
2025-11-278.1877
2025-12-048.1855
2025-12-118.1596
2025-12-188.1396
2025-12-258.0968
2026-01-018.1003
2026-01-088.1233
2026-01-158.1275
2026-01-228.1182
2026-01-298.1041
2026-02-058.0826
2026-02-128.0851
2026-02-198.0701
2026-02-268.0785
2026-03-058.0869
2026-03-127.9828
2026-03-198.0039
2026-03-268.0003
2026-04-028.0134
2026-04-098.0709
2026-04-168.0157
2026-04-238.0523
2026-04-307.9769
2026-05-078.0095
2026-05-147.9763
2026-05-217.9871
2026-05-287.9793
2026-06-048.0044
2026-06-118.0391
2026-06-187.9710
2026-06-258.0275
2026-07-028.0412
2026-07-098.0392
2026-07-168.0879
2026-07-238.0482
2026-07-308.0660
2026-08-068.0518
2026-08-138.0342
2026-08-208.0231
2026-08-278.0129
2026-09-038.0112
2026-09-107.9964
2026-09-178.0037
2026-09-248.0190

High

8.2762

Low

7.9710

Average

8.0744

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.