Skip to content

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

PEN/INR over 6M: show the values
PointPEN/INR
2026-03-2927.3435
2026-04-0527.0777
2026-04-1227.6275
2026-04-1927.0718
2026-04-2627.2394
2026-05-0327.1670
2026-05-1027.5709
2026-05-1728.0697
2026-05-2428.1057
2026-05-3127.9927
2026-06-0727.6493
2026-06-1428.1691
2026-06-2128.0349
2026-06-2827.8015
2026-07-0528.1385
2026-07-1228.2363
2026-07-1928.4460
2026-07-2628.5003
2026-08-0228.2111
2026-08-0928.2981
2026-08-1628.4538
2026-08-2328.6966
2026-08-3028.5799
2026-09-0628.2504
2026-09-1328.5896
2026-09-2028.6172

High

28.6966

Low

27.0718

Average

28.0076

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN&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=PEN&currencies=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&currencies=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.