BBD to STD exchange rate API
Barbados Dollar to Dobra · quoted 2026-09-25
10835.58
▲ +2.44% over 30D
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 30 days, BBD/STD traded between 10277.82 and 10838.90, averaged 10654.71 and rose 2.44%. 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 30D: show the values
| Point | BBD/STD |
|---|---|
| 2026-08-26 | 10577.87 |
| 2026-08-27 | 10595.25 |
| 2026-08-28 | 10646.25 |
| 2026-08-29 | 10650.23 |
| 2026-08-30 | 10651.25 |
| 2026-08-31 | 10698.65 |
| 2026-09-01 | 10626.68 |
| 2026-09-02 | 10648.22 |
| 2026-09-03 | 10646.51 |
| 2026-09-04 | 10619.85 |
| 2026-09-05 | 10520.20 |
| 2026-09-06 | 10629.91 |
| 2026-09-07 | 10635.22 |
| 2026-09-08 | 10619.82 |
| 2026-09-09 | 10663.98 |
| 2026-09-10 | 10601.56 |
| 2026-09-11 | 10618.29 |
| 2026-09-12 | 10596.76 |
| 2026-09-13 | 10552.59 |
| 2026-09-14 | 10653.44 |
| 2026-09-15 | 10668.03 |
| 2026-09-16 | 10687.72 |
| 2026-09-17 | 10699.64 |
| 2026-09-18 | 10277.82 |
| 2026-09-19 | 10682.77 |
| 2026-09-20 | 10691.84 |
| 2026-09-21 | 10746.65 |
| 2026-09-22 | 10756.80 |
| 2026-09-23 | 10776.78 |
| 2026-09-24 | 10838.90 |
| 2026-09-25 | 10835.58 |
High
10838.90
Low
10277.82
Average
10654.71
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.