Skip to content

DOP to PHP exchange rate API

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

1.0494

▲ +11.49% over 5Y

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 5 years, DOP/PHP traded between 0.90014 and 1.0592, averaged 0.96719 and rose 11.49%. 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 5Y

DOP/PHP over 5Y: show the values
PointDOP/PHP
2024-08-240.9412
2024-10-070.9430
2024-11-060.9752
2024-12-060.9547
2025-01-050.9534
2025-02-040.9384
2025-03-060.9185
2025-04-060.9112
2025-05-060.9477
2025-06-070.9446
2025-07-070.9469
2025-08-060.9475
2025-09-050.9001
2025-10-060.9317
2025-11-050.9166
2025-12-050.9278
2026-01-050.9349
2026-02-040.9395
2026-03-060.9968
2026-04-050.9943
2026-05-051.0336
2026-06-061.0592
2026-07-081.0401
2026-08-071.0426
2026-09-071.0580

High

1.0592

Low

0.90014

Average

0.96719

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.