Skip to content

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

BSD/DOP over 1Y: show the values
PointBSD/DOP
2025-09-2462.0924
2025-10-0162.2830
2025-10-0862.6638
2025-10-1562.9331
2025-10-2263.6086
2025-10-2964.1938
2025-11-0564.1489
2025-11-1264.2825
2025-11-1963.9680
2025-11-2662.7645
2025-12-0363.1992
2025-12-1164.0290
2025-12-1863.0747
2025-12-2562.6866
2026-01-0163.0889
2026-01-0863.4583
2026-01-1563.7135
2026-01-2263.0796
2026-01-2962.9136
2026-02-0562.9979
2026-02-1262.6798
2026-02-1961.7314
2026-02-2660.4956
2026-03-0559.3625
2026-03-1260.9051
2026-03-1960.8307
2026-03-2660.4966
2026-04-0260.4001
2026-04-0960.6912
2026-04-1659.5927
2026-04-2360.1819
2026-04-3059.3578
2026-05-0759.5809
2026-05-1559.2706
2026-05-2358.9939
2026-05-3058.6683
2026-06-0658.2805
2026-06-1558.7060
2026-06-2258.4467
2026-06-2958.8337
2026-07-0659.2663
2026-07-1358.9008
2026-07-2058.5646
2026-07-2758.1271
2026-08-0358.1542
2026-08-1058.2248
2026-08-1758.4125
2026-08-2558.5569
2026-09-0158.9221
2026-09-0859.1896
2026-09-1558.9582
2026-09-2259.0446

High

64.2825

Low

58.1271

Average

60.8808

For developers

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