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: show the values
| Point | USD/PHP |
|---|---|
| 2025-09-25 | 58.1813 |
| 2025-10-02 | 58.1198 |
| 2025-10-09 | 58.1802 |
| 2025-10-16 | 58.0668 |
| 2025-10-23 | 58.6216 |
| 2025-10-30 | 58.9446 |
| 2025-11-06 | 58.8208 |
| 2025-11-13 | 58.8846 |
| 2025-11-20 | 59.0481 |
| 2025-11-27 | 58.7683 |
| 2025-12-04 | 59.0331 |
| 2025-12-11 | 59.0020 |
| 2025-12-18 | 58.6065 |
| 2025-12-25 | 58.8442 |
| 2026-01-01 | 58.9077 |
| 2026-01-08 | 59.1632 |
| 2026-01-15 | 59.5165 |
| 2026-01-22 | 59.1380 |
| 2026-01-29 | 58.9957 |
| 2026-02-05 | 58.7379 |
| 2026-02-12 | 58.0209 |
| 2026-02-19 | 58.0490 |
| 2026-02-26 | 57.6206 |
| 2026-03-05 | 58.6245 |
| 2026-03-12 | 59.4284 |
| 2026-03-19 | 60.1549 |
| 2026-03-26 | 60.2149 |
| 2026-04-02 | 60.6161 |
| 2026-04-09 | 59.8057 |
| 2026-04-16 | 59.9779 |
| 2026-04-23 | 60.4165 |
| 2026-04-30 | 61.4579 |
| 2026-05-07 | 60.3747 |
| 2026-05-14 | 61.5262 |
| 2026-05-21 | 61.5976 |
| 2026-05-28 | 61.5563 |
| 2026-06-04 | 61.5868 |
| 2026-06-11 | 61.3331 |
| 2026-06-18 | 60.6335 |
| 2026-06-25 | 61.1841 |
| 2026-07-02 | 61.5765 |
| 2026-07-09 | 61.5986 |
| 2026-07-16 | 61.6264 |
| 2026-07-23 | 61.7705 |
| 2026-07-30 | 61.5397 |
| 2026-08-06 | 60.7910 |
| 2026-08-13 | 61.3248 |
| 2026-08-20 | 61.7276 |
| 2026-08-27 | 61.9021 |
| 2026-09-03 | 62.5097 |
| 2026-09-10 | 62.5758 |
| 2026-09-17 | 62.7175 |
| 2026-09-24 | 62.7501 |
High
62.7501
Low
57.6206
Average
60.1274
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.