Skip to content

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

BND/DOP over 1Y: show the values
PointBND/DOP
2025-09-2649.1059
2025-10-0349.4393
2025-10-1049.4003
2025-10-1748.8672
2025-10-2449.0438
2025-10-3149.3916
2025-11-0749.2889
2025-11-1449.5243
2025-11-2148.7396
2025-11-2848.2841
2025-12-0549.1004
2025-12-1349.4358
2025-12-2048.4510
2025-12-2748.8159
2026-01-0349.0441
2026-01-1049.2490
2026-01-1749.2351
2026-01-2449.4677
2026-01-3149.4091
2026-02-0749.4802
2026-02-1449.3325
2026-02-2148.3023
2026-02-2847.5839
2026-03-0747.0665
2026-03-1448.1375
2026-03-2146.0244
2026-03-2846.3751
2026-04-0447.2189
2026-04-1147.3983
2026-04-1847.4433
2026-04-2546.6355
2026-05-0246.6369
2026-05-0946.8073
2026-05-1746.3087
2026-05-2546.0168
2026-06-0145.9726
2026-06-1045.3327
2026-06-1745.7167
2026-06-2445.3107
2026-07-0145.9437
2026-07-0845.8077
2026-07-1545.3064
2026-07-2245.2276
2026-07-2944.9380
2026-08-0545.4591
2026-08-1245.5132
2026-08-2045.9308
2026-08-2745.7968
2026-09-0346.2012
2026-09-1046.4903
2026-09-1745.9378
2026-09-2446.6151

High

49.5243

Low

44.9380

Average

47.4362

For developers

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