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: show the values
| Point | BBD/DOP |
|---|---|
| 2025-09-24 | 31.0462 |
| 2025-10-01 | 31.1415 |
| 2025-10-08 | 31.3319 |
| 2025-10-15 | 31.4666 |
| 2025-10-22 | 31.8043 |
| 2025-10-29 | 32.0969 |
| 2025-11-05 | 32.0745 |
| 2025-11-12 | 32.1412 |
| 2025-11-19 | 31.9840 |
| 2025-11-26 | 31.3822 |
| 2025-12-03 | 31.5996 |
| 2025-12-11 | 32.0145 |
| 2025-12-18 | 31.5374 |
| 2025-12-25 | 31.3433 |
| 2026-01-01 | 31.5445 |
| 2026-01-08 | 31.7292 |
| 2026-01-15 | 31.8568 |
| 2026-01-22 | 31.5398 |
| 2026-01-29 | 31.4568 |
| 2026-02-05 | 31.4989 |
| 2026-02-12 | 31.1193 |
| 2026-02-19 | 30.8657 |
| 2026-02-26 | 30.2478 |
| 2026-03-05 | 29.6812 |
| 2026-03-12 | 30.4525 |
| 2026-03-19 | 30.4154 |
| 2026-03-26 | 30.2483 |
| 2026-04-02 | 30.2001 |
| 2026-04-09 | 30.1317 |
| 2026-04-16 | 29.5878 |
| 2026-04-23 | 29.8786 |
| 2026-04-30 | 29.4700 |
| 2026-05-07 | 29.5822 |
| 2026-05-15 | 29.4280 |
| 2026-05-23 | 29.4969 |
| 2026-05-30 | 29.3341 |
| 2026-06-06 | 29.1402 |
| 2026-06-15 | 29.3530 |
| 2026-06-22 | 29.2234 |
| 2026-06-29 | 29.4169 |
| 2026-07-06 | 29.6332 |
| 2026-07-13 | 29.4504 |
| 2026-07-20 | 29.2823 |
| 2026-07-27 | 29.0635 |
| 2026-08-03 | 29.0771 |
| 2026-08-10 | 29.1124 |
| 2026-08-17 | 29.2062 |
| 2026-08-25 | 29.2784 |
| 2026-09-01 | 29.4610 |
| 2026-09-08 | 29.5948 |
| 2026-09-15 | 29.4791 |
| 2026-09-22 | 29.5223 |
High
32.1412
Low
29.0635
Average
30.4125
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.