Skip to content

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

PAB/DOP over 1Y: show the values
PointPAB/DOP
2025-09-2562.0739
2025-10-0262.4044
2025-10-0962.6481
2025-10-1662.9762
2025-10-2363.5369
2025-10-3064.1946
2025-11-0664.3179
2025-11-1364.2731
2025-11-2063.4355
2025-11-2762.5951
2025-12-0463.3965
2025-12-1263.9271
2025-12-1962.7731
2025-12-2662.6884
2026-01-0263.0803
2026-01-0963.5734
2026-01-1663.7969
2026-01-2362.8861
2026-01-3062.9612
2026-02-0663.1512
2026-02-1362.4261
2026-02-2061.5512
2026-02-2760.3791
2026-03-0659.4629
2026-03-1361.2818
2026-03-2058.7734
2026-03-2759.4897
2026-04-0360.6174
2026-04-1060.4520
2026-04-1759.8777
2026-04-2459.6552
2026-05-0159.3922
2026-05-0859.4684
2026-05-1659.5906
2026-05-2459.0057
2026-05-3158.0888
2026-06-0958.1099
2026-06-1658.5990
2026-06-2358.5915
2026-06-3059.6939
2026-07-0759.0526
2026-07-1458.8275
2026-07-2158.4378
2026-07-2858.2892
2026-08-0458.1205
2026-08-1158.3479
2026-08-1858.7933
2026-08-2658.3563
2026-09-0258.8730
2026-09-0958.9094
2026-09-1659.0999
2026-09-2359.5089

High

64.3179

Low

58.0888

Average

60.8155

For developers

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