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: show the values
| Point | USD/SBD |
|---|---|
| 2025-09-25 | 8.2762 |
| 2025-10-02 | 8.1625 |
| 2025-10-09 | 8.1702 |
| 2025-10-16 | 8.1679 |
| 2025-10-23 | 8.1764 |
| 2025-10-30 | 8.1836 |
| 2025-11-06 | 8.1877 |
| 2025-11-13 | 8.1786 |
| 2025-11-20 | 8.1868 |
| 2025-11-27 | 8.1877 |
| 2025-12-04 | 8.1855 |
| 2025-12-11 | 8.1596 |
| 2025-12-18 | 8.1396 |
| 2025-12-25 | 8.0968 |
| 2026-01-01 | 8.1003 |
| 2026-01-08 | 8.1233 |
| 2026-01-15 | 8.1275 |
| 2026-01-22 | 8.1182 |
| 2026-01-29 | 8.1041 |
| 2026-02-05 | 8.0826 |
| 2026-02-12 | 8.0851 |
| 2026-02-19 | 8.0701 |
| 2026-02-26 | 8.0785 |
| 2026-03-05 | 8.0869 |
| 2026-03-12 | 7.9828 |
| 2026-03-19 | 8.0039 |
| 2026-03-26 | 8.0003 |
| 2026-04-02 | 8.0134 |
| 2026-04-09 | 8.0709 |
| 2026-04-16 | 8.0157 |
| 2026-04-23 | 8.0523 |
| 2026-04-30 | 7.9769 |
| 2026-05-07 | 8.0095 |
| 2026-05-14 | 7.9763 |
| 2026-05-21 | 7.9871 |
| 2026-05-28 | 7.9793 |
| 2026-06-04 | 8.0044 |
| 2026-06-11 | 8.0391 |
| 2026-06-18 | 7.9710 |
| 2026-06-25 | 8.0275 |
| 2026-07-02 | 8.0412 |
| 2026-07-09 | 8.0392 |
| 2026-07-16 | 8.0879 |
| 2026-07-23 | 8.0482 |
| 2026-07-30 | 8.0660 |
| 2026-08-06 | 8.0518 |
| 2026-08-13 | 8.0342 |
| 2026-08-20 | 8.0231 |
| 2026-08-27 | 8.0129 |
| 2026-09-03 | 8.0112 |
| 2026-09-10 | 7.9964 |
| 2026-09-17 | 8.0037 |
| 2026-09-24 | 8.0190 |
High
8.2762
Low
7.9710
Average
8.0744
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.