BBD to STD exchange rate API
Barbados Dollar to Dobra · quoted 2026-09-25
10835.58
▲ +2.76% over YTD
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 year to date, BBD/STD traded between 10263.27 and 10835.58, averaged 10591.99 and rose 2.76%. 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 YTD: show the values
| Point | BBD/STD |
|---|---|
| 2025-12-31 | 10544.80 |
| 2026-01-07 | 10548.69 |
| 2026-01-14 | 10591.74 |
| 2026-01-21 | 10548.84 |
| 2026-01-28 | 10312.39 |
| 2026-02-04 | 10460.01 |
| 2026-02-11 | 10425.70 |
| 2026-02-18 | 10428.93 |
| 2026-02-25 | 10457.37 |
| 2026-03-04 | 10636.51 |
| 2026-03-11 | 10617.44 |
| 2026-03-18 | 10702.92 |
| 2026-03-25 | 10660.36 |
| 2026-04-01 | 10692.81 |
| 2026-04-08 | 10616.54 |
| 2026-04-15 | 10271.33 |
| 2026-04-22 | 10263.27 |
| 2026-04-29 | 10278.55 |
| 2026-05-06 | 10297.96 |
| 2026-05-14 | 10535.55 |
| 2026-05-21 | 10607.59 |
| 2026-05-29 | 10601.14 |
| 2026-06-05 | 10610.15 |
| 2026-06-14 | 10631.10 |
| 2026-06-21 | 10729.34 |
| 2026-06-28 | 10828.65 |
| 2026-07-05 | 10758.47 |
| 2026-07-12 | 10742.13 |
| 2026-07-19 | 10716.84 |
| 2026-07-26 | 10815.34 |
| 2026-08-02 | 10686.58 |
| 2026-08-09 | 10648.75 |
| 2026-08-16 | 10630.30 |
| 2026-08-24 | 10619.89 |
| 2026-08-31 | 10698.65 |
| 2026-09-07 | 10635.22 |
| 2026-09-14 | 10653.44 |
| 2026-09-21 | 10746.65 |
High
10835.58
Low
10263.27
Average
10591.99
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.