Skip to content

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

BBD/SBD over 1Y: show the values
PointBBD/SBD
2025-09-244.1388
2025-10-014.0770
2025-10-084.0988
2025-10-154.0721
2025-10-224.0903
2025-10-294.0909
2025-11-054.0807
2025-11-124.0912
2025-11-194.0939
2025-11-264.0902
2025-12-034.0932
2025-12-114.0798
2025-12-184.0698
2025-12-254.0484
2026-01-014.0501
2026-01-084.0617
2026-01-154.0638
2026-01-224.0591
2026-01-294.0520
2026-02-054.0413
2026-02-124.0052
2026-02-194.0351
2026-02-264.0393
2026-03-054.0434
2026-03-123.9914
2026-03-194.0019
2026-03-264.0002
2026-04-024.0067
2026-04-094.0097
2026-04-163.9899
2026-04-233.9842
2026-04-303.9592
2026-05-073.9629
2026-05-153.9396
2026-05-234.0184
2026-05-304.0162
2026-06-064.0206
2026-06-154.0177
2026-06-224.0171
2026-06-294.0310
2026-07-064.0247
2026-07-134.0411
2026-07-204.0434
2026-07-274.0371
2026-08-034.0400
2026-08-104.0310
2026-08-174.0198
2026-08-254.0105
2026-09-014.0121
2026-09-084.0060
2026-09-154.0143
2026-09-224.0087

High

4.1388

Low

3.9396

Average

4.0365

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=SBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&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=BBD&currencies=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&currencies=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.