Skip to content

DOP to BWP exchange rate API

Dominican Peso to Pula · quoted 2026-09-26

0.22849

▲ +5.00% over 1Y

1 DOP = 0.22849 BWP · 1 BWP = 4.3766 DOP · Get this rate via the API

1 DOP buys 0.22849 BWP as of 2026-09-26, so 1 BWP buys 4.3766 DOP. Over the last year, DOP/BWP traded between 0.20714 and 0.24485, averaged 0.22371 and rose 5.00%. The API holds daily DOP/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/BWP over 1Y

DOP/BWP over 1Y: show the values
PointDOP/BWP
2025-09-260.21762
2025-10-030.22555
2025-10-100.22301
2025-10-170.22480
2025-10-240.22085
2025-10-310.22036
2025-11-070.21476
2025-11-140.21518
2025-11-210.21338
2025-11-280.22275
2025-12-050.21539
2025-12-130.20714
2025-12-200.22439
2025-12-270.20972
2026-01-030.22175
2026-01-100.21040
2026-01-170.21058
2026-01-240.21155
2026-01-310.20733
2026-02-070.20977
2026-02-140.21176
2026-02-210.21645
2026-02-280.21853
2026-03-070.22450
2026-03-140.21879
2026-03-210.23099
2026-03-280.23086
2026-04-040.22515
2026-04-110.22226
2026-04-180.22222
2026-04-250.22737
2026-05-020.22844
2026-05-090.22620
2026-05-170.23864
2026-05-250.22927
2026-06-010.22875
2026-06-100.23216
2026-06-170.22864
2026-06-240.23152
2026-07-010.22734
2026-07-080.22871
2026-07-150.23226
2026-07-220.24485
2026-07-290.23580
2026-08-050.23314
2026-08-120.23145
2026-08-200.23031
2026-08-270.22959
2026-09-030.22867
2026-09-100.22838
2026-09-170.23102
2026-09-240.22806

High

0.24485

Low

0.20714

Average

0.22371

For developers

Get this rate via the API

One GET request returns the DOP/BWP 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=DOP&currencies=BWP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=BWP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=BWP").json()

Replace YOUR_API_KEY with the key from your dashboard.

DOP/BWP API questions

How do I get the DOP/BWP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/BWP rate in rates.BWP.

How far back does DOP/BWP historical data go?

Daily DOP/BWP 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 DOP/BWP 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.