BBD to SBD exchange rate API
Barbados Dollar to Solomon Islands Dollar · quoted 2026-09-24
4.0134
▼ +3.03% over 1Y
1 BBD = 4.0134 SBD · 1 SBD = 0.24917 BBD · Get this rate via the API
1 BBD buys 4.0134 SBD as of 2026-09-24, so 1 SBD buys 0.24917 BBD. Over the last year, BBD/SBD traded between 3.9396 and 4.1388, averaged 4.0365 and fell 3.03%. The API holds daily BBD/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/SBD over 1Y: show the values
| Point | BBD/SBD |
|---|---|
| 2025-09-24 | 4.1388 |
| 2025-10-01 | 4.0770 |
| 2025-10-08 | 4.0988 |
| 2025-10-15 | 4.0721 |
| 2025-10-22 | 4.0903 |
| 2025-10-29 | 4.0909 |
| 2025-11-05 | 4.0807 |
| 2025-11-12 | 4.0912 |
| 2025-11-19 | 4.0939 |
| 2025-11-26 | 4.0902 |
| 2025-12-03 | 4.0932 |
| 2025-12-11 | 4.0798 |
| 2025-12-18 | 4.0698 |
| 2025-12-25 | 4.0484 |
| 2026-01-01 | 4.0501 |
| 2026-01-08 | 4.0617 |
| 2026-01-15 | 4.0638 |
| 2026-01-22 | 4.0591 |
| 2026-01-29 | 4.0520 |
| 2026-02-05 | 4.0413 |
| 2026-02-12 | 4.0052 |
| 2026-02-19 | 4.0351 |
| 2026-02-26 | 4.0393 |
| 2026-03-05 | 4.0434 |
| 2026-03-12 | 3.9914 |
| 2026-03-19 | 4.0019 |
| 2026-03-26 | 4.0002 |
| 2026-04-02 | 4.0067 |
| 2026-04-09 | 4.0097 |
| 2026-04-16 | 3.9899 |
| 2026-04-23 | 3.9842 |
| 2026-04-30 | 3.9592 |
| 2026-05-07 | 3.9629 |
| 2026-05-15 | 3.9396 |
| 2026-05-23 | 4.0184 |
| 2026-05-30 | 4.0162 |
| 2026-06-06 | 4.0206 |
| 2026-06-15 | 4.0177 |
| 2026-06-22 | 4.0171 |
| 2026-06-29 | 4.0310 |
| 2026-07-06 | 4.0247 |
| 2026-07-13 | 4.0411 |
| 2026-07-20 | 4.0434 |
| 2026-07-27 | 4.0371 |
| 2026-08-03 | 4.0400 |
| 2026-08-10 | 4.0310 |
| 2026-08-17 | 4.0198 |
| 2026-08-25 | 4.0105 |
| 2026-09-01 | 4.0121 |
| 2026-09-08 | 4.0060 |
| 2026-09-15 | 4.0143 |
| 2026-09-22 | 4.0087 |
High
4.1388
Low
3.9396
Average
4.0365
Get this rate via the API
One GET request returns the BBD/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=BBD¤cies=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=SBD").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/SBD API questions
How do I get the BBD/SBD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=SBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/SBD rate in rates.SBD.
How far back does BBD/SBD historical data go?
Daily BBD/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 BBD/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.