BBD to STD exchange rate API
Barbados Dollar to Dobra · quoted 2026-09-25
10835.58
▲ +2.77% over 1Y
1 BBD = 10835.58 STD · 1 STD = 0.000092 BBD · Get this rate via the API
1 BBD buys 10835.58 STD as of 2026-09-25, so 1 STD buys 0.000092 BBD. Over the last year, BBD/STD traded between 10243.27 and 10835.58, averaged 10604.97 and rose 2.77%. The API holds daily BBD/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/STD over 1Y: show the values
| Point | BBD/STD |
|---|---|
| 2025-09-25 | 10543.02 |
| 2025-10-02 | 10502.70 |
| 2025-10-09 | 10573.63 |
| 2025-10-16 | 10602.33 |
| 2025-10-23 | 10635.72 |
| 2025-10-30 | 10637.71 |
| 2025-11-06 | 10720.46 |
| 2025-11-13 | 10646.72 |
| 2025-11-20 | 10734.58 |
| 2025-11-27 | 10656.32 |
| 2025-12-04 | 10624.92 |
| 2025-12-12 | 10530.87 |
| 2025-12-19 | 10533.15 |
| 2025-12-26 | 10481.78 |
| 2026-01-02 | 10479.69 |
| 2026-01-09 | 10586.70 |
| 2026-01-16 | 10623.65 |
| 2026-01-23 | 10562.64 |
| 2026-01-30 | 10390.95 |
| 2026-02-06 | 10489.56 |
| 2026-02-13 | 10440.72 |
| 2026-02-20 | 10487.28 |
| 2026-02-27 | 10491.28 |
| 2026-03-06 | 10622.47 |
| 2026-03-13 | 10707.84 |
| 2026-03-20 | 10706.50 |
| 2026-03-27 | 10696.00 |
| 2026-04-03 | 10713.04 |
| 2026-04-10 | 10289.38 |
| 2026-04-17 | 10276.59 |
| 2026-04-24 | 10275.62 |
| 2026-05-01 | 10274.30 |
| 2026-05-08 | 10243.27 |
| 2026-05-16 | 10636.10 |
| 2026-05-24 | 10604.76 |
| 2026-05-31 | 10577.34 |
| 2026-06-09 | 10725.67 |
| 2026-06-16 | 10660.06 |
| 2026-06-23 | 10790.03 |
| 2026-06-30 | 10805.35 |
| 2026-07-07 | 10780.04 |
| 2026-07-14 | 10809.52 |
| 2026-07-21 | 10807.78 |
| 2026-07-28 | 10835.52 |
| 2026-08-04 | 10720.61 |
| 2026-08-11 | 10676.08 |
| 2026-08-18 | 10662.77 |
| 2026-08-26 | 10577.87 |
| 2026-09-02 | 10648.22 |
| 2026-09-09 | 10663.98 |
| 2026-09-16 | 10687.72 |
| 2026-09-23 | 10776.78 |
High
10835.58
Low
10243.27
Average
10604.97
Get this rate via the API
One GET request returns the BBD/STD 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=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=STD").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/STD API questions
How do I get the BBD/STD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=STD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/STD rate in rates.STD.
How far back does BBD/STD historical data go?
Daily BBD/STD 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/STD 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.