BSD to DOP exchange rate API
Bahamian Dollar to Dominican Peso · quoted 2026-09-24
59.6737
▲ +1.91% over 30D
1 BSD = 59.6737 DOP · 1 DOP = 0.01676 BSD · Get this rate via the API
1 BSD buys 59.6737 DOP as of 2026-09-24, so 1 DOP buys 0.01676 BSD. Over the last 30 days, BSD/DOP traded between 58.2201 and 59.6737, averaged 58.9614 and rose 1.91%. The API holds daily BSD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/DOP over 30D: show the values
| Point | BSD/DOP |
|---|---|
| 2026-08-25 | 58.5569 |
| 2026-08-26 | 58.3563 |
| 2026-08-27 | 58.2201 |
| 2026-08-28 | 58.7882 |
| 2026-08-29 | 58.5247 |
| 2026-08-30 | 58.6972 |
| 2026-08-31 | 58.8559 |
| 2026-09-01 | 58.9221 |
| 2026-09-02 | 58.8730 |
| 2026-09-03 | 58.6644 |
| 2026-09-04 | 59.1889 |
| 2026-09-05 | 59.1898 |
| 2026-09-06 | 58.9726 |
| 2026-09-07 | 59.2054 |
| 2026-09-08 | 59.1896 |
| 2026-09-09 | 58.9094 |
| 2026-09-10 | 58.7663 |
| 2026-09-11 | 58.8596 |
| 2026-09-12 | 59.0901 |
| 2026-09-13 | 59.0856 |
| 2026-09-14 | 59.0813 |
| 2026-09-15 | 58.9582 |
| 2026-09-16 | 59.0999 |
| 2026-09-17 | 58.6332 |
| 2026-09-18 | 59.2351 |
| 2026-09-19 | 59.0333 |
| 2026-09-20 | 59.0426 |
| 2026-09-21 | 58.8645 |
| 2026-09-22 | 59.0446 |
| 2026-09-23 | 59.5089 |
| 2026-09-24 | 59.6737 |
High
59.6737
Low
58.2201
Average
58.9614
Get this rate via the API
One GET request returns the BSD/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=BSD¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/DOP API questions
How do I get the BSD/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/DOP rate in rates.DOP.
How far back does BSD/DOP historical data go?
Daily BSD/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 BSD/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.