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: show the values
| Point | BBD/SOS |
|---|---|
| 2025-09-25 | 285.8240 |
| 2025-10-02 | 285.7233 |
| 2025-10-09 | 285.6745 |
| 2025-10-16 | 284.4945 |
| 2025-10-23 | 284.4085 |
| 2025-10-30 | 285.8386 |
| 2025-11-06 | 285.1961 |
| 2025-11-13 | 285.6176 |
| 2025-11-20 | 284.9064 |
| 2025-11-27 | 284.6795 |
| 2025-12-04 | 285.7110 |
| 2025-12-12 | 284.9782 |
| 2025-12-19 | 284.8778 |
| 2025-12-26 | 284.7770 |
| 2026-01-02 | 284.6218 |
| 2026-01-09 | 284.1157 |
| 2026-01-16 | 283.4813 |
| 2026-01-23 | 282.8505 |
| 2026-01-30 | 284.9889 |
| 2026-02-06 | 284.7481 |
| 2026-02-13 | 285.7160 |
| 2026-02-20 | 285.6096 |
| 2026-02-27 | 285.5965 |
| 2026-03-06 | 285.0760 |
| 2026-03-13 | 286.0119 |
| 2026-03-20 | 285.6986 |
| 2026-03-27 | 285.7572 |
| 2026-04-03 | 285.7291 |
| 2026-04-10 | 284.1026 |
| 2026-04-17 | 283.7394 |
| 2026-04-24 | 283.7226 |
| 2026-05-01 | 283.6864 |
| 2026-05-08 | 283.7577 |
| 2026-05-16 | 285.7168 |
| 2026-05-24 | 285.8087 |
| 2026-05-31 | 285.7408 |
| 2026-06-09 | 285.3950 |
| 2026-06-16 | 285.6808 |
| 2026-06-23 | 285.8391 |
| 2026-06-30 | 285.0443 |
| 2026-07-07 | 285.0172 |
| 2026-07-14 | 285.7699 |
| 2026-07-21 | 285.8956 |
| 2026-07-28 | 285.2970 |
| 2026-08-04 | 284.7278 |
| 2026-08-11 | 285.6760 |
| 2026-08-18 | 285.3496 |
| 2026-08-26 | 285.1176 |
| 2026-09-02 | 285.4547 |
| 2026-09-09 | 285.3326 |
| 2026-09-16 | 285.4462 |
| 2026-09-23 | 285.8466 |
High
286.2080
Low
282.8505
Average
285.1336
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.