PHP to JPY exchange rate API
Philippine Peso to Yen · quoted 2026-09-25
2.5206
▼ +5.16% over YTD
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 year to date, PHP/JPY traded between 2.4527 and 2.7230, averaged 2.6154 and fell 5.16%. 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 YTD: show the values
| Point | PHP/JPY |
|---|---|
| 2025-12-31 | 2.6577 |
| 2026-01-07 | 2.6392 |
| 2026-01-14 | 2.6676 |
| 2026-01-21 | 2.6638 |
| 2026-01-28 | 2.5978 |
| 2026-02-04 | 2.6556 |
| 2026-02-11 | 2.6189 |
| 2026-02-18 | 2.6548 |
| 2026-02-25 | 2.7230 |
| 2026-03-04 | 2.6871 |
| 2026-03-11 | 2.6760 |
| 2026-03-18 | 2.6592 |
| 2026-03-25 | 2.6466 |
| 2026-04-01 | 2.6305 |
| 2026-04-08 | 2.6626 |
| 2026-04-15 | 2.6473 |
| 2026-04-22 | 2.6469 |
| 2026-04-29 | 2.5939 |
| 2026-05-06 | 2.5711 |
| 2026-05-13 | 2.5698 |
| 2026-05-20 | 2.5777 |
| 2026-05-27 | 2.5941 |
| 2026-06-03 | 2.5881 |
| 2026-06-10 | 2.6145 |
| 2026-06-17 | 2.6525 |
| 2026-06-24 | 2.6341 |
| 2026-07-01 | 2.6394 |
| 2026-07-08 | 2.6396 |
| 2026-07-15 | 2.6324 |
| 2026-07-22 | 2.6403 |
| 2026-07-29 | 2.6656 |
| 2026-08-05 | 2.5940 |
| 2026-08-12 | 2.5986 |
| 2026-08-19 | 2.5734 |
| 2026-08-26 | 2.5798 |
| 2026-09-02 | 2.5517 |
| 2026-09-09 | 2.4527 |
| 2026-09-16 | 2.4717 |
| 2026-09-23 | 2.5248 |
High
2.7230
Low
2.4527
Average
2.6154
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.