Skip to content

PHP to INR exchange rate API

Philippine Peso to Indian Rupee · quoted 2026-09-26

1.5334

▲ +0.53% over 1Y

1 PHP = 1.5334 INR · 1 INR = 0.65214 PHP · Get this rate via the API

1 PHP buys 1.5334 INR as of 2026-09-26, so 1 INR buys 0.65214 PHP. Over the last year, PHP/INR traded between 1.4976 and 1.5790, averaged 1.5410 and rose 0.53%. The API holds daily PHP/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

PHP/INR over 1Y

PHP/INR over 1Y: show the values
PointPHP/INR
2025-09-261.5254
2025-10-031.5331
2025-10-101.5221
2025-10-171.5131
2025-10-241.4976
2025-10-311.5111
2025-11-071.4993
2025-11-141.5036
2025-11-211.5227
2025-11-281.5252
2025-12-051.5241
2025-12-121.5328
2025-12-191.5281
2025-12-261.5278
2026-01-021.5327
2026-01-091.5237
2026-01-161.5276
2026-01-231.5550
2026-01-301.5608
2026-02-061.5486
2026-02-131.5661
2026-02-201.5639
2026-02-271.5790
2026-03-061.5494
2026-03-131.5523
2026-03-201.5637
2026-03-271.5655
2026-04-031.5345
2026-04-101.5520
2026-04-171.5452
2026-04-241.5539
2026-05-011.5462
2026-05-081.5622
2026-05-151.5556
2026-05-221.5530
2026-05-291.5429
2026-06-051.5451
2026-06-121.5647
2026-06-191.5531
2026-06-261.5399
2026-07-031.5497
2026-07-101.5483
2026-07-171.5630
2026-07-241.5617
2026-07-311.5568
2026-08-071.5643
2026-08-141.5545
2026-08-211.5521
2026-08-281.5322
2026-09-041.5082
2026-09-111.5257
2026-09-181.5266
2026-09-251.5336

High

1.5790

Low

1.4976

Average

1.5410

For developers

Get this rate via the API

One GET request returns the PHP/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

PHP/INR API questions

How do I get the PHP/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PHP/INR rate in rates.INR.

How far back does PHP/INR historical data go?

Daily PHP/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free PHP/INR 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.