BND to DOP exchange rate API
Brunei Dollar to Dominican Peso · quoted 2026-09-26
46.5546
▼ +5.20% over 1Y
1 BND = 46.5546 DOP · 1 DOP = 0.02148 BND · Get this rate via the API
1 BND buys 46.5546 DOP as of 2026-09-26, so 1 DOP buys 0.02148 BND. Over the last year, BND/DOP traded between 44.9380 and 49.5243, averaged 47.4362 and fell 5.20%. The API holds daily BND/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BND/DOP over 1Y: show the values
| Point | BND/DOP |
|---|---|
| 2025-09-26 | 49.1059 |
| 2025-10-03 | 49.4393 |
| 2025-10-10 | 49.4003 |
| 2025-10-17 | 48.8672 |
| 2025-10-24 | 49.0438 |
| 2025-10-31 | 49.3916 |
| 2025-11-07 | 49.2889 |
| 2025-11-14 | 49.5243 |
| 2025-11-21 | 48.7396 |
| 2025-11-28 | 48.2841 |
| 2025-12-05 | 49.1004 |
| 2025-12-13 | 49.4358 |
| 2025-12-20 | 48.4510 |
| 2025-12-27 | 48.8159 |
| 2026-01-03 | 49.0441 |
| 2026-01-10 | 49.2490 |
| 2026-01-17 | 49.2351 |
| 2026-01-24 | 49.4677 |
| 2026-01-31 | 49.4091 |
| 2026-02-07 | 49.4802 |
| 2026-02-14 | 49.3325 |
| 2026-02-21 | 48.3023 |
| 2026-02-28 | 47.5839 |
| 2026-03-07 | 47.0665 |
| 2026-03-14 | 48.1375 |
| 2026-03-21 | 46.0244 |
| 2026-03-28 | 46.3751 |
| 2026-04-04 | 47.2189 |
| 2026-04-11 | 47.3983 |
| 2026-04-18 | 47.4433 |
| 2026-04-25 | 46.6355 |
| 2026-05-02 | 46.6369 |
| 2026-05-09 | 46.8073 |
| 2026-05-17 | 46.3087 |
| 2026-05-25 | 46.0168 |
| 2026-06-01 | 45.9726 |
| 2026-06-10 | 45.3327 |
| 2026-06-17 | 45.7167 |
| 2026-06-24 | 45.3107 |
| 2026-07-01 | 45.9437 |
| 2026-07-08 | 45.8077 |
| 2026-07-15 | 45.3064 |
| 2026-07-22 | 45.2276 |
| 2026-07-29 | 44.9380 |
| 2026-08-05 | 45.4591 |
| 2026-08-12 | 45.5132 |
| 2026-08-20 | 45.9308 |
| 2026-08-27 | 45.7968 |
| 2026-09-03 | 46.2012 |
| 2026-09-10 | 46.4903 |
| 2026-09-17 | 45.9378 |
| 2026-09-24 | 46.6151 |
High
49.5243
Low
44.9380
Average
47.4362
Get this rate via the API
One GET request returns the BND/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=BND¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
BND/DOP API questions
How do I get the BND/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BND/DOP rate in rates.DOP.
How far back does BND/DOP historical data go?
Daily BND/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 BND/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.