Skip to content

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

BBD/STD over 1Y: show the values
PointBBD/STD
2025-09-2510543.02
2025-10-0210502.70
2025-10-0910573.63
2025-10-1610602.33
2025-10-2310635.72
2025-10-3010637.71
2025-11-0610720.46
2025-11-1310646.72
2025-11-2010734.58
2025-11-2710656.32
2025-12-0410624.92
2025-12-1210530.87
2025-12-1910533.15
2025-12-2610481.78
2026-01-0210479.69
2026-01-0910586.70
2026-01-1610623.65
2026-01-2310562.64
2026-01-3010390.95
2026-02-0610489.56
2026-02-1310440.72
2026-02-2010487.28
2026-02-2710491.28
2026-03-0610622.47
2026-03-1310707.84
2026-03-2010706.50
2026-03-2710696.00
2026-04-0310713.04
2026-04-1010289.38
2026-04-1710276.59
2026-04-2410275.62
2026-05-0110274.30
2026-05-0810243.27
2026-05-1610636.10
2026-05-2410604.76
2026-05-3110577.34
2026-06-0910725.67
2026-06-1610660.06
2026-06-2310790.03
2026-06-3010805.35
2026-07-0710780.04
2026-07-1410809.52
2026-07-2110807.78
2026-07-2810835.52
2026-08-0410720.61
2026-08-1110676.08
2026-08-1810662.77
2026-08-2610577.87
2026-09-0210648.22
2026-09-0910663.98
2026-09-1610687.72
2026-09-2310776.78

High

10835.58

Low

10243.27

Average

10604.97

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=STD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=STD");
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=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&currencies=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.