Skip to content

USD to PHP exchange rate API

US Dollar to Philippine Peso · quoted 2026-09-25

62.7065

▲ +7.78% over 1Y

1 USD = 62.7065 PHP · 1 PHP = 0.01595 USD · Get this rate via the API

1 USD buys 62.7065 PHP as of 2026-09-25, so 1 PHP buys 0.01595 USD. Over the last year, USD/PHP traded between 57.6206 and 62.7501, averaged 60.1274 and rose 7.78%. The API holds daily USD/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/PHP over 1Y

USD/PHP over 1Y: show the values
PointUSD/PHP
2025-09-2558.1813
2025-10-0258.1198
2025-10-0958.1802
2025-10-1658.0668
2025-10-2358.6216
2025-10-3058.9446
2025-11-0658.8208
2025-11-1358.8846
2025-11-2059.0481
2025-11-2758.7683
2025-12-0459.0331
2025-12-1159.0020
2025-12-1858.6065
2025-12-2558.8442
2026-01-0158.9077
2026-01-0859.1632
2026-01-1559.5165
2026-01-2259.1380
2026-01-2958.9957
2026-02-0558.7379
2026-02-1258.0209
2026-02-1958.0490
2026-02-2657.6206
2026-03-0558.6245
2026-03-1259.4284
2026-03-1960.1549
2026-03-2660.2149
2026-04-0260.6161
2026-04-0959.8057
2026-04-1659.9779
2026-04-2360.4165
2026-04-3061.4579
2026-05-0760.3747
2026-05-1461.5262
2026-05-2161.5976
2026-05-2861.5563
2026-06-0461.5868
2026-06-1161.3331
2026-06-1860.6335
2026-06-2561.1841
2026-07-0261.5765
2026-07-0961.5986
2026-07-1661.6264
2026-07-2361.7705
2026-07-3061.5397
2026-08-0660.7910
2026-08-1361.3248
2026-08-2061.7276
2026-08-2761.9021
2026-09-0362.5097
2026-09-1062.5758
2026-09-1762.7175
2026-09-2462.7501

High

62.7501

Low

57.6206

Average

60.1274

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/PHP API questions

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

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

How far back does USD/PHP historical data go?

Daily USD/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 USD/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.