Skip to content

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

PHP/JPY over YTD: show the values
PointPHP/JPY
2025-12-312.6577
2026-01-072.6392
2026-01-142.6676
2026-01-212.6638
2026-01-282.5978
2026-02-042.6556
2026-02-112.6189
2026-02-182.6548
2026-02-252.7230
2026-03-042.6871
2026-03-112.6760
2026-03-182.6592
2026-03-252.6466
2026-04-012.6305
2026-04-082.6626
2026-04-152.6473
2026-04-222.6469
2026-04-292.5939
2026-05-062.5711
2026-05-132.5698
2026-05-202.5777
2026-05-272.5941
2026-06-032.5881
2026-06-102.6145
2026-06-172.6525
2026-06-242.6341
2026-07-012.6394
2026-07-082.6396
2026-07-152.6324
2026-07-222.6403
2026-07-292.6656
2026-08-052.5940
2026-08-122.5986
2026-08-192.5734
2026-08-262.5798
2026-09-022.5517
2026-09-092.4527
2026-09-162.4717
2026-09-232.5248

High

2.7230

Low

2.4527

Average

2.6154

For developers

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