PHP to DOP exchange rate API
Philippine Peso to Dominican Peso · quoted 2026-09-26
0.95289
▼ +11.18% over 1Y
1 PHP = 0.95289 DOP · 1 DOP = 1.0494 PHP · Get this rate via the API
1 PHP buys 0.95289 DOP as of 2026-09-26, so 1 DOP buys 1.0494 PHP. Over the last year, PHP/DOP traded between 0.93488 and 1.0931, averaged 1.0137 and fell 11.18%. The API holds daily PHP/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PHP/DOP over 1Y: show the values
| Point | PHP/DOP |
|---|---|
| 2025-09-26 | 1.07285 |
| 2025-10-03 | 1.08043 |
| 2025-10-10 | 1.08086 |
| 2025-10-17 | 1.08681 |
| 2025-10-24 | 1.08649 |
| 2025-10-31 | 1.09308 |
| 2025-11-07 | 1.08732 |
| 2025-11-14 | 1.09191 |
| 2025-11-21 | 1.08224 |
| 2025-11-28 | 1.06760 |
| 2025-12-05 | 1.07782 |
| 2025-12-13 | 1.08025 |
| 2025-12-20 | 1.06951 |
| 2025-12-27 | 1.06775 |
| 2026-01-03 | 1.07250 |
| 2026-01-10 | 1.06928 |
| 2026-01-17 | 1.06804 |
| 2026-01-24 | 1.06789 |
| 2026-01-31 | 1.06623 |
| 2026-02-07 | 1.07538 |
| 2026-02-14 | 1.07566 |
| 2026-02-21 | 1.05560 |
| 2026-02-28 | 1.04244 |
| 2026-03-07 | 1.01974 |
| 2026-03-14 | 1.03409 |
| 2026-03-21 | 0.98117 |
| 2026-03-28 | 0.98637 |
| 2026-04-04 | 1.00633 |
| 2026-04-11 | 1.00833 |
| 2026-04-18 | 1.01361 |
| 2026-04-25 | 0.97990 |
| 2026-05-02 | 0.97086 |
| 2026-05-09 | 0.98075 |
| 2026-05-17 | 0.95960 |
| 2026-05-25 | 0.95902 |
| 2026-06-01 | 0.95119 |
| 2026-06-10 | 0.95072 |
| 2026-06-17 | 0.96953 |
| 2026-06-24 | 0.95782 |
| 2026-07-01 | 0.96635 |
| 2026-07-08 | 0.96148 |
| 2026-07-15 | 0.94742 |
| 2026-07-22 | 0.94600 |
| 2026-07-29 | 0.94561 |
| 2026-08-05 | 0.95857 |
| 2026-08-12 | 0.95217 |
| 2026-08-20 | 0.94613 |
| 2026-08-27 | 0.94052 |
| 2026-09-03 | 0.93848 |
| 2026-09-10 | 0.93912 |
| 2026-09-17 | 0.93488 |
| 2026-09-24 | 0.95097 |
High
1.0931
Low
0.93488
Average
1.0137
Get this rate via the API
One GET request returns the PHP/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=PHP¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
PHP/DOP API questions
How do I get the PHP/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PHP/DOP rate in rates.DOP.
How far back does PHP/DOP historical data go?
Daily PHP/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 PHP/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.