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: show the values
| Point | BWP/DOP |
|---|---|
| 2025-09-26 | 4.5952 |
| 2025-10-03 | 4.4335 |
| 2025-10-10 | 4.4840 |
| 2025-10-17 | 4.4483 |
| 2025-10-24 | 4.5279 |
| 2025-10-31 | 4.5381 |
| 2025-11-07 | 4.6563 |
| 2025-11-14 | 4.6473 |
| 2025-11-21 | 4.6865 |
| 2025-11-28 | 4.4892 |
| 2025-12-05 | 4.6428 |
| 2025-12-13 | 4.8277 |
| 2025-12-20 | 4.4566 |
| 2025-12-27 | 4.7682 |
| 2026-01-03 | 4.5096 |
| 2026-01-10 | 4.7529 |
| 2026-01-17 | 4.7487 |
| 2026-01-24 | 4.7269 |
| 2026-01-31 | 4.8231 |
| 2026-02-07 | 4.7671 |
| 2026-02-14 | 4.7223 |
| 2026-02-21 | 4.6200 |
| 2026-02-28 | 4.5760 |
| 2026-03-07 | 4.4543 |
| 2026-03-14 | 4.5705 |
| 2026-03-21 | 4.3291 |
| 2026-03-28 | 4.3317 |
| 2026-04-04 | 4.4415 |
| 2026-04-11 | 4.4992 |
| 2026-04-18 | 4.5001 |
| 2026-04-25 | 4.3982 |
| 2026-05-02 | 4.3775 |
| 2026-05-09 | 4.4208 |
| 2026-05-17 | 4.1903 |
| 2026-05-25 | 4.3616 |
| 2026-06-01 | 4.3715 |
| 2026-06-10 | 4.3074 |
| 2026-06-17 | 4.3737 |
| 2026-06-24 | 4.3192 |
| 2026-07-01 | 4.3987 |
| 2026-07-08 | 4.3724 |
| 2026-07-15 | 4.3056 |
| 2026-07-22 | 4.0842 |
| 2026-07-29 | 4.2409 |
| 2026-08-05 | 4.2892 |
| 2026-08-12 | 4.3205 |
| 2026-08-20 | 4.3419 |
| 2026-08-27 | 4.3557 |
| 2026-09-03 | 4.3732 |
| 2026-09-10 | 4.3787 |
| 2026-09-17 | 4.3285 |
| 2026-09-24 | 4.3849 |
High
4.8277
Low
4.0842
Average
4.4763
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BWP¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BWP¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BWP¤cies=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¤cies=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.