PHP to JPY exchange rate API
Philippine Peso to Yen · quoted 2026-09-25
2.5206
▼ +1.46% over 1Y
1 PHP = 2.5206 JPY · 1 JPY = 0.39674 PHP · Get this rate via the API
1 PHP buys 2.5206 JPY as of 2026-09-25, so 1 JPY buys 0.39674 PHP. Over the last year, PHP/JPY traded between 2.4638 and 2.7084, averaged 2.6161 and fell 1.46%. The API holds daily PHP/JPY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
PHP/JPY over 1Y: show the values
| Point | PHP/JPY |
|---|---|
| 2025-09-25 | 2.5579 |
| 2025-10-02 | 2.5255 |
| 2025-10-09 | 2.6261 |
| 2025-10-16 | 2.6053 |
| 2025-10-23 | 2.6036 |
| 2025-10-30 | 2.6200 |
| 2025-11-06 | 2.6114 |
| 2025-11-13 | 2.6246 |
| 2025-11-20 | 2.6691 |
| 2025-11-27 | 2.6599 |
| 2025-12-04 | 2.6217 |
| 2025-12-11 | 2.6369 |
| 2025-12-18 | 2.6579 |
| 2025-12-25 | 2.6486 |
| 2026-01-01 | 2.6602 |
| 2026-01-08 | 2.6489 |
| 2026-01-15 | 2.6641 |
| 2026-01-22 | 2.6851 |
| 2026-01-29 | 2.5986 |
| 2026-02-05 | 2.6712 |
| 2026-02-12 | 2.6493 |
| 2026-02-19 | 2.6684 |
| 2026-02-26 | 2.7084 |
| 2026-03-05 | 2.6873 |
| 2026-03-12 | 2.6730 |
| 2026-03-19 | 2.6401 |
| 2026-03-26 | 2.6509 |
| 2026-04-02 | 2.6330 |
| 2026-04-09 | 2.6573 |
| 2026-04-16 | 2.6506 |
| 2026-04-23 | 2.6397 |
| 2026-04-30 | 2.5475 |
| 2026-05-07 | 2.5903 |
| 2026-05-14 | 2.5672 |
| 2026-05-21 | 2.5836 |
| 2026-05-28 | 2.5904 |
| 2026-06-04 | 2.5948 |
| 2026-06-11 | 2.6174 |
| 2026-06-18 | 2.6541 |
| 2026-06-25 | 2.6453 |
| 2026-07-02 | 2.6241 |
| 2026-07-09 | 2.6366 |
| 2026-07-16 | 2.6319 |
| 2026-07-23 | 2.6465 |
| 2026-07-30 | 2.6477 |
| 2026-08-06 | 2.5963 |
| 2026-08-13 | 2.5981 |
| 2026-08-20 | 2.5720 |
| 2026-08-27 | 2.5749 |
| 2026-09-03 | 2.4958 |
| 2026-09-10 | 2.4638 |
| 2026-09-17 | 2.4824 |
| 2026-09-24 | 2.5315 |
High
2.7084
Low
2.4638
Average
2.6161
Get this rate via the API
One GET request returns the PHP/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
PHP/JPY API questions
How do I get the PHP/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PHP/JPY rate in rates.JPY.
How far back does PHP/JPY historical data go?
Daily PHP/JPY rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free PHP/JPY 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.