Skip to content

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

PHP/DOP over 1Y: show the values
PointPHP/DOP
2025-09-261.07285
2025-10-031.08043
2025-10-101.08086
2025-10-171.08681
2025-10-241.08649
2025-10-311.09308
2025-11-071.08732
2025-11-141.09191
2025-11-211.08224
2025-11-281.06760
2025-12-051.07782
2025-12-131.08025
2025-12-201.06951
2025-12-271.06775
2026-01-031.07250
2026-01-101.06928
2026-01-171.06804
2026-01-241.06789
2026-01-311.06623
2026-02-071.07538
2026-02-141.07566
2026-02-211.05560
2026-02-281.04244
2026-03-071.01974
2026-03-141.03409
2026-03-210.98117
2026-03-280.98637
2026-04-041.00633
2026-04-111.00833
2026-04-181.01361
2026-04-250.97990
2026-05-020.97086
2026-05-090.98075
2026-05-170.95960
2026-05-250.95902
2026-06-010.95119
2026-06-100.95072
2026-06-170.96953
2026-06-240.95782
2026-07-010.96635
2026-07-080.96148
2026-07-150.94742
2026-07-220.94600
2026-07-290.94561
2026-08-050.95857
2026-08-120.95217
2026-08-200.94613
2026-08-270.94052
2026-09-030.93848
2026-09-100.93912
2026-09-170.93488
2026-09-240.95097

High

1.0931

Low

0.93488

Average

1.0137

For developers

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