INR to PEN exchange rate API
Indian Rupee to Sol · quoted 2026-09-25
0.03547
▼ +10.07% over 1Y
1 INR = 0.03547 PEN · 1 PEN = 28.1897 INR · Get this rate via the API
1 INR buys 0.03547 PEN as of 2026-09-25, so 1 PEN buys 28.1897 INR. Over the last year, INR/PEN traded between 0.03485 and 0.03945, averaged 0.03652 and fell 10.07%. The API holds daily INR/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/PEN over 1Y: show the values
| Point | INR/PEN |
|---|---|
| 2025-09-25 | 0.03945 |
| 2025-10-02 | 0.03903 |
| 2025-10-09 | 0.03846 |
| 2025-10-16 | 0.03834 |
| 2025-10-23 | 0.03849 |
| 2025-10-30 | 0.03804 |
| 2025-11-06 | 0.03789 |
| 2025-11-13 | 0.03775 |
| 2025-11-20 | 0.03796 |
| 2025-11-27 | 0.03743 |
| 2025-12-04 | 0.03717 |
| 2025-12-11 | 0.03707 |
| 2025-12-18 | 0.03708 |
| 2025-12-25 | 0.03748 |
| 2026-01-01 | 0.03739 |
| 2026-01-08 | 0.03718 |
| 2026-01-15 | 0.03701 |
| 2026-01-22 | 0.03642 |
| 2026-01-29 | 0.03615 |
| 2026-02-05 | 0.03708 |
| 2026-02-12 | 0.03681 |
| 2026-02-19 | 0.03668 |
| 2026-02-26 | 0.03670 |
| 2026-03-05 | 0.03732 |
| 2026-03-12 | 0.03719 |
| 2026-03-19 | 0.03684 |
| 2026-03-26 | 0.03667 |
| 2026-04-02 | 0.03699 |
| 2026-04-09 | 0.03636 |
| 2026-04-16 | 0.03665 |
| 2026-04-23 | 0.03663 |
| 2026-04-30 | 0.03689 |
| 2026-05-07 | 0.03649 |
| 2026-05-14 | 0.03549 |
| 2026-05-21 | 0.03528 |
| 2026-05-28 | 0.03547 |
| 2026-06-04 | 0.03544 |
| 2026-06-11 | 0.03519 |
| 2026-06-18 | 0.03569 |
| 2026-06-25 | 0.03593 |
| 2026-07-02 | 0.03549 |
| 2026-07-09 | 0.03546 |
| 2026-07-16 | 0.03506 |
| 2026-07-23 | 0.03501 |
| 2026-07-30 | 0.03526 |
| 2026-08-06 | 0.03535 |
| 2026-08-13 | 0.03505 |
| 2026-08-20 | 0.03485 |
| 2026-08-27 | 0.03490 |
| 2026-09-03 | 0.03536 |
| 2026-09-10 | 0.03511 |
| 2026-09-17 | 0.03485 |
| 2026-09-24 | 0.03531 |
High
0.03945
Low
0.03485
Average
0.03652
Get this rate via the API
One GET request returns the INR/PEN 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=INR¤cies=PEN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=PEN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=PEN").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/PEN API questions
How do I get the INR/PEN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=PEN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/PEN rate in rates.PEN.
How far back does INR/PEN historical data go?
Daily INR/PEN 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 INR/PEN 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.