PAB to DOP exchange rate API
Balboa to Dominican Peso · quoted 2026-09-25
59.4079
▼ +4.29% over 1Y
1 PAB = 59.4079 DOP · 1 DOP = 0.01683 PAB · Get this rate via the API
1 PAB buys 59.4079 DOP as of 2026-09-25, so 1 DOP buys 0.01683 PAB. Over the last year, PAB/DOP traded between 58.0888 and 64.3179, averaged 60.8155 and fell 4.29%. The API holds daily PAB/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/DOP over 1Y: show the values
| Point | PAB/DOP |
|---|---|
| 2025-09-25 | 62.0739 |
| 2025-10-02 | 62.4044 |
| 2025-10-09 | 62.6481 |
| 2025-10-16 | 62.9762 |
| 2025-10-23 | 63.5369 |
| 2025-10-30 | 64.1946 |
| 2025-11-06 | 64.3179 |
| 2025-11-13 | 64.2731 |
| 2025-11-20 | 63.4355 |
| 2025-11-27 | 62.5951 |
| 2025-12-04 | 63.3965 |
| 2025-12-12 | 63.9271 |
| 2025-12-19 | 62.7731 |
| 2025-12-26 | 62.6884 |
| 2026-01-02 | 63.0803 |
| 2026-01-09 | 63.5734 |
| 2026-01-16 | 63.7969 |
| 2026-01-23 | 62.8861 |
| 2026-01-30 | 62.9612 |
| 2026-02-06 | 63.1512 |
| 2026-02-13 | 62.4261 |
| 2026-02-20 | 61.5512 |
| 2026-02-27 | 60.3791 |
| 2026-03-06 | 59.4629 |
| 2026-03-13 | 61.2818 |
| 2026-03-20 | 58.7734 |
| 2026-03-27 | 59.4897 |
| 2026-04-03 | 60.6174 |
| 2026-04-10 | 60.4520 |
| 2026-04-17 | 59.8777 |
| 2026-04-24 | 59.6552 |
| 2026-05-01 | 59.3922 |
| 2026-05-08 | 59.4684 |
| 2026-05-16 | 59.5906 |
| 2026-05-24 | 59.0057 |
| 2026-05-31 | 58.0888 |
| 2026-06-09 | 58.1099 |
| 2026-06-16 | 58.5990 |
| 2026-06-23 | 58.5915 |
| 2026-06-30 | 59.6939 |
| 2026-07-07 | 59.0526 |
| 2026-07-14 | 58.8275 |
| 2026-07-21 | 58.4378 |
| 2026-07-28 | 58.2892 |
| 2026-08-04 | 58.1205 |
| 2026-08-11 | 58.3479 |
| 2026-08-18 | 58.7933 |
| 2026-08-26 | 58.3563 |
| 2026-09-02 | 58.8730 |
| 2026-09-09 | 58.9094 |
| 2026-09-16 | 59.0999 |
| 2026-09-23 | 59.5089 |
High
64.3179
Low
58.0888
Average
60.8155
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/DOP API questions
How do I get the PAB/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/DOP rate in rates.DOP.
How far back does PAB/DOP historical data go?
Daily PAB/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 PAB/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.