Skip to content

BWP to DOP exchange rate API

Pula to Dominican Peso · quoted 2026-09-26

4.3766

▼ +4.76% over 1Y

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

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

BWP/DOP over 1Y

BWP/DOP over 1Y: show the values
PointBWP/DOP
2025-09-264.5952
2025-10-034.4335
2025-10-104.4840
2025-10-174.4483
2025-10-244.5279
2025-10-314.5381
2025-11-074.6563
2025-11-144.6473
2025-11-214.6865
2025-11-284.4892
2025-12-054.6428
2025-12-134.8277
2025-12-204.4566
2025-12-274.7682
2026-01-034.5096
2026-01-104.7529
2026-01-174.7487
2026-01-244.7269
2026-01-314.8231
2026-02-074.7671
2026-02-144.7223
2026-02-214.6200
2026-02-284.5760
2026-03-074.4543
2026-03-144.5705
2026-03-214.3291
2026-03-284.3317
2026-04-044.4415
2026-04-114.4992
2026-04-184.5001
2026-04-254.3982
2026-05-024.3775
2026-05-094.4208
2026-05-174.1903
2026-05-254.3616
2026-06-014.3715
2026-06-104.3074
2026-06-174.3737
2026-06-244.3192
2026-07-014.3987
2026-07-084.3724
2026-07-154.3056
2026-07-224.0842
2026-07-294.2409
2026-08-054.2892
2026-08-124.3205
2026-08-204.3419
2026-08-274.3557
2026-09-034.3732
2026-09-104.3787
2026-09-174.3285
2026-09-244.3849

High

4.8277

Low

4.0842

Average

4.4763

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BWP/DOP API questions

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

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

How far back does BWP/DOP historical data go?

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