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: show the values
| Point | INR/PLN |
|---|---|
| 2025-09-25 | 0.04095 |
| 2025-10-02 | 0.04082 |
| 2025-10-09 | 0.04127 |
| 2025-10-16 | 0.04151 |
| 2025-10-23 | 0.04157 |
| 2025-10-30 | 0.04143 |
| 2025-11-06 | 0.04163 |
| 2025-11-13 | 0.04103 |
| 2025-11-20 | 0.04143 |
| 2025-11-27 | 0.04088 |
| 2025-12-04 | 0.04036 |
| 2025-12-11 | 0.03995 |
| 2025-12-18 | 0.03975 |
| 2025-12-25 | 0.03984 |
| 2026-01-01 | 0.03991 |
| 2026-01-08 | 0.04009 |
| 2026-01-15 | 0.04010 |
| 2026-01-22 | 0.03923 |
| 2026-01-29 | 0.03821 |
| 2026-02-05 | 0.03961 |
| 2026-02-12 | 0.03919 |
| 2026-02-19 | 0.03939 |
| 2026-02-26 | 0.03931 |
| 2026-03-05 | 0.04013 |
| 2026-03-12 | 0.03999 |
| 2026-03-19 | 0.04000 |
| 2026-03-26 | 0.03936 |
| 2026-04-02 | 0.03994 |
| 2026-04-09 | 0.03930 |
| 2026-04-16 | 0.03861 |
| 2026-04-23 | 0.03855 |
| 2026-04-30 | 0.03836 |
| 2026-05-07 | 0.03810 |
| 2026-05-14 | 0.03781 |
| 2026-05-21 | 0.03807 |
| 2026-05-28 | 0.03808 |
| 2026-06-04 | 0.03800 |
| 2026-06-11 | 0.03848 |
| 2026-06-18 | 0.03938 |
| 2026-06-25 | 0.04005 |
| 2026-07-02 | 0.03945 |
| 2026-07-09 | 0.03950 |
| 2026-07-16 | 0.03918 |
| 2026-07-23 | 0.03933 |
| 2026-07-30 | 0.03923 |
| 2026-08-06 | 0.03911 |
| 2026-08-13 | 0.03911 |
| 2026-08-20 | 0.03863 |
| 2026-08-27 | 0.03889 |
| 2026-09-03 | 0.03942 |
| 2026-09-10 | 0.03898 |
| 2026-09-17 | 0.03957 |
| 2026-09-24 | 0.04018 |
High
0.04163
Low
0.03781
Average
0.03963
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.