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: show the values
| Point | DOP/PHP |
|---|---|
| 2025-09-26 | 0.9321 |
| 2025-10-03 | 0.9256 |
| 2025-10-10 | 0.9252 |
| 2025-10-17 | 0.9201 |
| 2025-10-24 | 0.9204 |
| 2025-10-31 | 0.9148 |
| 2025-11-07 | 0.9197 |
| 2025-11-14 | 0.9158 |
| 2025-11-21 | 0.9240 |
| 2025-11-28 | 0.9367 |
| 2025-12-05 | 0.9278 |
| 2025-12-13 | 0.9257 |
| 2025-12-20 | 0.9350 |
| 2025-12-27 | 0.9365 |
| 2026-01-03 | 0.9324 |
| 2026-01-10 | 0.9352 |
| 2026-01-17 | 0.9363 |
| 2026-01-24 | 0.9364 |
| 2026-01-31 | 0.9379 |
| 2026-02-07 | 0.9299 |
| 2026-02-14 | 0.9297 |
| 2026-02-21 | 0.9473 |
| 2026-02-28 | 0.9593 |
| 2026-03-07 | 0.9806 |
| 2026-03-14 | 0.9670 |
| 2026-03-21 | 1.0192 |
| 2026-03-28 | 1.0138 |
| 2026-04-04 | 0.9937 |
| 2026-04-11 | 0.9917 |
| 2026-04-18 | 0.9866 |
| 2026-04-25 | 1.0205 |
| 2026-05-02 | 1.0300 |
| 2026-05-09 | 1.0196 |
| 2026-05-17 | 1.0421 |
| 2026-05-25 | 1.0427 |
| 2026-06-01 | 1.0513 |
| 2026-06-10 | 1.0518 |
| 2026-06-17 | 1.0314 |
| 2026-06-24 | 1.0440 |
| 2026-07-01 | 1.0348 |
| 2026-07-08 | 1.0401 |
| 2026-07-15 | 1.0555 |
| 2026-07-22 | 1.0571 |
| 2026-07-29 | 1.0575 |
| 2026-08-05 | 1.0432 |
| 2026-08-12 | 1.0502 |
| 2026-08-20 | 1.0569 |
| 2026-08-27 | 1.0632 |
| 2026-09-03 | 1.0655 |
| 2026-09-10 | 1.0648 |
| 2026-09-17 | 1.0697 |
| 2026-09-24 | 1.0516 |
High
1.0697
Low
0.91484
Average
0.98962
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.