Skip to content

INR to PLN exchange rate API

Indian Rupee to Zloty · quoted 2026-09-25

0.04004

▼ +2.23% over 1Y

1 INR = 0.04004 PLN · 1 PLN = 24.9750 INR · Get this rate via the API

1 INR buys 0.04004 PLN as of 2026-09-25, so 1 PLN buys 24.9750 INR. Over the last year, INR/PLN traded between 0.03781 and 0.04163, averaged 0.03963 and fell 2.23%. The API holds daily INR/PLN rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

INR/PLN over 1Y

INR/PLN over 1Y: show the values
PointINR/PLN
2025-09-250.04095
2025-10-020.04082
2025-10-090.04127
2025-10-160.04151
2025-10-230.04157
2025-10-300.04143
2025-11-060.04163
2025-11-130.04103
2025-11-200.04143
2025-11-270.04088
2025-12-040.04036
2025-12-110.03995
2025-12-180.03975
2025-12-250.03984
2026-01-010.03991
2026-01-080.04009
2026-01-150.04010
2026-01-220.03923
2026-01-290.03821
2026-02-050.03961
2026-02-120.03919
2026-02-190.03939
2026-02-260.03931
2026-03-050.04013
2026-03-120.03999
2026-03-190.04000
2026-03-260.03936
2026-04-020.03994
2026-04-090.03930
2026-04-160.03861
2026-04-230.03855
2026-04-300.03836
2026-05-070.03810
2026-05-140.03781
2026-05-210.03807
2026-05-280.03808
2026-06-040.03800
2026-06-110.03848
2026-06-180.03938
2026-06-250.04005
2026-07-020.03945
2026-07-090.03950
2026-07-160.03918
2026-07-230.03933
2026-07-300.03923
2026-08-060.03911
2026-08-130.03911
2026-08-200.03863
2026-08-270.03889
2026-09-030.03942
2026-09-100.03898
2026-09-170.03957
2026-09-240.04018

High

0.04163

Low

0.03781

Average

0.03963

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=PLN").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/PLN API questions

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

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

How far back does INR/PLN historical data go?

Daily INR/PLN 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 INR/PLN 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.