PEN to INR exchange rate API
Sol to Indian Rupee · quoted 2026-09-25
28.2665
▲ +3.38% over 6M
1 PEN = 28.2665 INR · 1 INR = 0.03538 PEN · Get this rate via the API
1 PEN buys 28.2665 INR as of 2026-09-25, so 1 INR buys 0.03538 PEN. Over the last 6 months, PEN/INR traded between 27.0718 and 28.6966, averaged 28.0076 and rose 3.38%. The API holds daily PEN/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PEN/INR over 6M: show the values
| Point | PEN/INR |
|---|---|
| 2026-03-29 | 27.3435 |
| 2026-04-05 | 27.0777 |
| 2026-04-12 | 27.6275 |
| 2026-04-19 | 27.0718 |
| 2026-04-26 | 27.2394 |
| 2026-05-03 | 27.1670 |
| 2026-05-10 | 27.5709 |
| 2026-05-17 | 28.0697 |
| 2026-05-24 | 28.1057 |
| 2026-05-31 | 27.9927 |
| 2026-06-07 | 27.6493 |
| 2026-06-14 | 28.1691 |
| 2026-06-21 | 28.0349 |
| 2026-06-28 | 27.8015 |
| 2026-07-05 | 28.1385 |
| 2026-07-12 | 28.2363 |
| 2026-07-19 | 28.4460 |
| 2026-07-26 | 28.5003 |
| 2026-08-02 | 28.2111 |
| 2026-08-09 | 28.2981 |
| 2026-08-16 | 28.4538 |
| 2026-08-23 | 28.6966 |
| 2026-08-30 | 28.5799 |
| 2026-09-06 | 28.2504 |
| 2026-09-13 | 28.5896 |
| 2026-09-20 | 28.6172 |
High
28.6966
Low
27.0718
Average
28.0076
Get this rate via the API
One GET request returns the PEN/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=PEN¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
PEN/INR API questions
How do I get the PEN/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PEN/INR rate in rates.INR.
How far back does PEN/INR historical data go?
Daily PEN/INR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free PEN/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.