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: show the values
| Point | PHP/INR |
|---|---|
| 2025-09-26 | 1.5254 |
| 2025-10-03 | 1.5331 |
| 2025-10-10 | 1.5221 |
| 2025-10-17 | 1.5131 |
| 2025-10-24 | 1.4976 |
| 2025-10-31 | 1.5111 |
| 2025-11-07 | 1.4993 |
| 2025-11-14 | 1.5036 |
| 2025-11-21 | 1.5227 |
| 2025-11-28 | 1.5252 |
| 2025-12-05 | 1.5241 |
| 2025-12-12 | 1.5328 |
| 2025-12-19 | 1.5281 |
| 2025-12-26 | 1.5278 |
| 2026-01-02 | 1.5327 |
| 2026-01-09 | 1.5237 |
| 2026-01-16 | 1.5276 |
| 2026-01-23 | 1.5550 |
| 2026-01-30 | 1.5608 |
| 2026-02-06 | 1.5486 |
| 2026-02-13 | 1.5661 |
| 2026-02-20 | 1.5639 |
| 2026-02-27 | 1.5790 |
| 2026-03-06 | 1.5494 |
| 2026-03-13 | 1.5523 |
| 2026-03-20 | 1.5637 |
| 2026-03-27 | 1.5655 |
| 2026-04-03 | 1.5345 |
| 2026-04-10 | 1.5520 |
| 2026-04-17 | 1.5452 |
| 2026-04-24 | 1.5539 |
| 2026-05-01 | 1.5462 |
| 2026-05-08 | 1.5622 |
| 2026-05-15 | 1.5556 |
| 2026-05-22 | 1.5530 |
| 2026-05-29 | 1.5429 |
| 2026-06-05 | 1.5451 |
| 2026-06-12 | 1.5647 |
| 2026-06-19 | 1.5531 |
| 2026-06-26 | 1.5399 |
| 2026-07-03 | 1.5497 |
| 2026-07-10 | 1.5483 |
| 2026-07-17 | 1.5630 |
| 2026-07-24 | 1.5617 |
| 2026-07-31 | 1.5568 |
| 2026-08-07 | 1.5643 |
| 2026-08-14 | 1.5545 |
| 2026-08-21 | 1.5521 |
| 2026-08-28 | 1.5322 |
| 2026-09-04 | 1.5082 |
| 2026-09-11 | 1.5257 |
| 2026-09-18 | 1.5266 |
| 2026-09-25 | 1.5336 |
High
1.5790
Low
1.4976
Average
1.5410
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=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¤cies=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.