Skip to content

BBD to DOP exchange rate API

Barbados Dollar to Dominican Peso · quoted 2026-09-24

29.8368

▼ +3.90% over 1Y

1 BBD = 29.8368 DOP · 1 DOP = 0.03352 BBD · Get this rate via the API

1 BBD buys 29.8368 DOP as of 2026-09-24, so 1 DOP buys 0.03352 BBD. Over the last year, BBD/DOP traded between 29.0635 and 32.1412, averaged 30.4125 and fell 3.90%. The API holds daily BBD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/DOP over 1Y

BBD/DOP over 1Y: show the values
PointBBD/DOP
2025-09-2431.0462
2025-10-0131.1415
2025-10-0831.3319
2025-10-1531.4666
2025-10-2231.8043
2025-10-2932.0969
2025-11-0532.0745
2025-11-1232.1412
2025-11-1931.9840
2025-11-2631.3822
2025-12-0331.5996
2025-12-1132.0145
2025-12-1831.5374
2025-12-2531.3433
2026-01-0131.5445
2026-01-0831.7292
2026-01-1531.8568
2026-01-2231.5398
2026-01-2931.4568
2026-02-0531.4989
2026-02-1231.1193
2026-02-1930.8657
2026-02-2630.2478
2026-03-0529.6812
2026-03-1230.4525
2026-03-1930.4154
2026-03-2630.2483
2026-04-0230.2001
2026-04-0930.1317
2026-04-1629.5878
2026-04-2329.8786
2026-04-3029.4700
2026-05-0729.5822
2026-05-1529.4280
2026-05-2329.4969
2026-05-3029.3341
2026-06-0629.1402
2026-06-1529.3530
2026-06-2229.2234
2026-06-2929.4169
2026-07-0629.6332
2026-07-1329.4504
2026-07-2029.2823
2026-07-2729.0635
2026-08-0329.0771
2026-08-1029.1124
2026-08-1729.2062
2026-08-2529.2784
2026-09-0129.4610
2026-09-0829.5948
2026-09-1529.4791
2026-09-2229.5223

High

32.1412

Low

29.0635

Average

30.4125

For developers

Get this rate via the API

One GET request returns the BBD/DOP 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=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=DOP");
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=DOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/DOP API questions

How do I get the BBD/DOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/DOP rate in rates.DOP.

How far back does BBD/DOP historical data go?

Daily BBD/DOP 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/DOP 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.