BSD to DOP exchange rate API
Bahamian Dollar to Dominican Peso · quoted 2026-09-24
59.6737
▼ +3.90% over 1Y
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 year, BSD/DOP traded between 58.1271 and 64.2825, averaged 60.8808 and fell 3.90%. 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 1Y: show the values
| Point | BSD/DOP |
|---|---|
| 2025-09-24 | 62.0924 |
| 2025-10-01 | 62.2830 |
| 2025-10-08 | 62.6638 |
| 2025-10-15 | 62.9331 |
| 2025-10-22 | 63.6086 |
| 2025-10-29 | 64.1938 |
| 2025-11-05 | 64.1489 |
| 2025-11-12 | 64.2825 |
| 2025-11-19 | 63.9680 |
| 2025-11-26 | 62.7645 |
| 2025-12-03 | 63.1992 |
| 2025-12-11 | 64.0290 |
| 2025-12-18 | 63.0747 |
| 2025-12-25 | 62.6866 |
| 2026-01-01 | 63.0889 |
| 2026-01-08 | 63.4583 |
| 2026-01-15 | 63.7135 |
| 2026-01-22 | 63.0796 |
| 2026-01-29 | 62.9136 |
| 2026-02-05 | 62.9979 |
| 2026-02-12 | 62.6798 |
| 2026-02-19 | 61.7314 |
| 2026-02-26 | 60.4956 |
| 2026-03-05 | 59.3625 |
| 2026-03-12 | 60.9051 |
| 2026-03-19 | 60.8307 |
| 2026-03-26 | 60.4966 |
| 2026-04-02 | 60.4001 |
| 2026-04-09 | 60.6912 |
| 2026-04-16 | 59.5927 |
| 2026-04-23 | 60.1819 |
| 2026-04-30 | 59.3578 |
| 2026-05-07 | 59.5809 |
| 2026-05-15 | 59.2706 |
| 2026-05-23 | 58.9939 |
| 2026-05-30 | 58.6683 |
| 2026-06-06 | 58.2805 |
| 2026-06-15 | 58.7060 |
| 2026-06-22 | 58.4467 |
| 2026-06-29 | 58.8337 |
| 2026-07-06 | 59.2663 |
| 2026-07-13 | 58.9008 |
| 2026-07-20 | 58.5646 |
| 2026-07-27 | 58.1271 |
| 2026-08-03 | 58.1542 |
| 2026-08-10 | 58.2248 |
| 2026-08-17 | 58.4125 |
| 2026-08-25 | 58.5569 |
| 2026-09-01 | 58.9221 |
| 2026-09-08 | 59.1896 |
| 2026-09-15 | 58.9582 |
| 2026-09-22 | 59.0446 |
High
64.2825
Low
58.1271
Average
60.8808
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.