Skip to content

INR to PLN exchange rate API

Indian Rupee to Zloty · quoted 2026-09-24

0.04004

▼ +2.15% over 1Y

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

1 INR buys 0.04004 PLN as of 2026-09-24, so 1 PLN buys 24.9763 INR. Over the last year, INR/PLN traded between 0.03788 and 0.04180, averaged 0.03961 and fell 2.15%. 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-240.04092
2025-10-010.04094
2025-10-080.04119
2025-10-150.04159
2025-10-220.04130
2025-10-290.04132
2025-11-050.04180
2025-11-120.04122
2025-11-190.04124
2025-11-260.04097
2025-12-030.04022
2025-12-100.04039
2025-12-170.03974
2025-12-240.03983
2025-12-310.03997
2026-01-070.04015
2026-01-140.04009
2026-01-210.03930
2026-01-280.03817
2026-02-040.03952
2026-02-110.03896
2026-02-180.03925
2026-02-250.03941
2026-03-040.03970
2026-03-110.03988
2026-03-180.03998
2026-03-250.03923
2026-04-010.03947
2026-04-080.03940
2026-04-150.03853
2026-04-220.03859
2026-04-290.03829
2026-05-060.03804
2026-05-130.03793
2026-05-200.03788
2026-05-270.03804
2026-06-030.03813
2026-06-100.03865
2026-06-170.03870
2026-06-240.03994
2026-07-010.03962
2026-07-080.03954
2026-07-150.03940
2026-07-220.03930
2026-07-290.03975
2026-08-050.03918
2026-08-120.03911
2026-08-190.03891
2026-08-260.03858
2026-09-020.03934
2026-09-090.03894
2026-09-160.03927
2026-09-230.04006

High

0.04180

Low

0.03788

Average

0.03961

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.