Skip to content

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

PHP/JPY over 1Y: show the values
PointPHP/JPY
2025-09-252.5579
2025-10-022.5255
2025-10-092.6261
2025-10-162.6053
2025-10-232.6036
2025-10-302.6200
2025-11-062.6114
2025-11-132.6246
2025-11-202.6691
2025-11-272.6599
2025-12-042.6217
2025-12-112.6369
2025-12-182.6579
2025-12-252.6486
2026-01-012.6602
2026-01-082.6489
2026-01-152.6641
2026-01-222.6851
2026-01-292.5986
2026-02-052.6712
2026-02-122.6493
2026-02-192.6684
2026-02-262.7084
2026-03-052.6873
2026-03-122.6730
2026-03-192.6401
2026-03-262.6509
2026-04-022.6330
2026-04-092.6573
2026-04-162.6506
2026-04-232.6397
2026-04-302.5475
2026-05-072.5903
2026-05-142.5672
2026-05-212.5836
2026-05-282.5904
2026-06-042.5948
2026-06-112.6174
2026-06-182.6541
2026-06-252.6453
2026-07-022.6241
2026-07-092.6366
2026-07-162.6319
2026-07-232.6465
2026-07-302.6477
2026-08-062.5963
2026-08-132.5981
2026-08-202.5720
2026-08-272.5749
2026-09-032.4958
2026-09-102.4638
2026-09-172.4824
2026-09-242.5315

High

2.7084

Low

2.4638

Average

2.6161

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.