Skip to content

BBD to SOS exchange rate API

Barbados Dollar to Somali Shilling · quoted 2026-09-25

286.2080

▲ +0.13% over 1Y

1 BBD = 286.2080 SOS · 1 SOS = 0.003494 BBD · Get this rate via the API

1 BBD buys 286.2080 SOS as of 2026-09-25, so 1 SOS buys 0.003494 BBD. Over the last year, BBD/SOS traded between 282.8505 and 286.2080, averaged 285.1336 and rose 0.13%. The API holds daily BBD/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/SOS over 1Y

BBD/SOS over 1Y: show the values
PointBBD/SOS
2025-09-25285.8240
2025-10-02285.7233
2025-10-09285.6745
2025-10-16284.4945
2025-10-23284.4085
2025-10-30285.8386
2025-11-06285.1961
2025-11-13285.6176
2025-11-20284.9064
2025-11-27284.6795
2025-12-04285.7110
2025-12-12284.9782
2025-12-19284.8778
2025-12-26284.7770
2026-01-02284.6218
2026-01-09284.1157
2026-01-16283.4813
2026-01-23282.8505
2026-01-30284.9889
2026-02-06284.7481
2026-02-13285.7160
2026-02-20285.6096
2026-02-27285.5965
2026-03-06285.0760
2026-03-13286.0119
2026-03-20285.6986
2026-03-27285.7572
2026-04-03285.7291
2026-04-10284.1026
2026-04-17283.7394
2026-04-24283.7226
2026-05-01283.6864
2026-05-08283.7577
2026-05-16285.7168
2026-05-24285.8087
2026-05-31285.7408
2026-06-09285.3950
2026-06-16285.6808
2026-06-23285.8391
2026-06-30285.0443
2026-07-07285.0172
2026-07-14285.7699
2026-07-21285.8956
2026-07-28285.2970
2026-08-04284.7278
2026-08-11285.6760
2026-08-18285.3496
2026-08-26285.1176
2026-09-02285.4547
2026-09-09285.3326
2026-09-16285.4462
2026-09-23285.8466

High

286.2080

Low

282.8505

Average

285.1336

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/SOS API questions

How do I get the BBD/SOS exchange rate from an API?

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

How far back does BBD/SOS historical data go?

Daily BBD/SOS 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/SOS 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.