Skip to content

DOP to PHP exchange rate API

Dominican Peso to Philippine Peso · quoted 2026-09-26

1.0494

▲ +12.59% over 1Y

1 DOP = 1.0494 PHP · 1 PHP = 0.95289 DOP · Get this rate via the API

1 DOP buys 1.0494 PHP as of 2026-09-26, so 1 PHP buys 0.95289 DOP. Over the last year, DOP/PHP traded between 0.91484 and 1.0697, averaged 0.98962 and rose 12.59%. The API holds daily DOP/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/PHP over 1Y

DOP/PHP over 1Y: show the values
PointDOP/PHP
2025-09-260.9321
2025-10-030.9256
2025-10-100.9252
2025-10-170.9201
2025-10-240.9204
2025-10-310.9148
2025-11-070.9197
2025-11-140.9158
2025-11-210.9240
2025-11-280.9367
2025-12-050.9278
2025-12-130.9257
2025-12-200.9350
2025-12-270.9365
2026-01-030.9324
2026-01-100.9352
2026-01-170.9363
2026-01-240.9364
2026-01-310.9379
2026-02-070.9299
2026-02-140.9297
2026-02-210.9473
2026-02-280.9593
2026-03-070.9806
2026-03-140.9670
2026-03-211.0192
2026-03-281.0138
2026-04-040.9937
2026-04-110.9917
2026-04-180.9866
2026-04-251.0205
2026-05-021.0300
2026-05-091.0196
2026-05-171.0421
2026-05-251.0427
2026-06-011.0513
2026-06-101.0518
2026-06-171.0314
2026-06-241.0440
2026-07-011.0348
2026-07-081.0401
2026-07-151.0555
2026-07-221.0571
2026-07-291.0575
2026-08-051.0432
2026-08-121.0502
2026-08-201.0569
2026-08-271.0632
2026-09-031.0655
2026-09-101.0648
2026-09-171.0697
2026-09-241.0516

High

1.0697

Low

0.91484

Average

0.98962

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/PHP API questions

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

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

How far back does DOP/PHP historical data go?

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