PLN to INR exchange rate API
Zloty to Indian Rupee · quoted 2026-09-25
24.9750
▲ +32.83% over 5Y
1 PLN = 24.9750 INR · 1 INR = 0.04004 PLN · Get this rate via the API
1 PLN buys 24.9750 INR as of 2026-09-25, so 1 INR buys 0.04004 PLN. Over the last 5 years, PLN/INR traded between 16.4750 and 26.2795, averaged 21.5247 and rose 32.83%. The API holds daily PLN/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
PLN/INR over 5Y: show the values
| Point | PLN/INR |
|---|---|
| 2021-09-27 | 18.8015 |
| 2021-11-08 | 18.6730 |
| 2021-12-20 | 18.4523 |
| 2022-01-31 | 18.1656 |
| 2022-03-14 | 17.7752 |
| 2022-04-27 | 17.2333 |
| 2022-06-08 | 18.2533 |
| 2022-07-20 | 17.0638 |
| 2022-08-31 | 16.8235 |
| 2022-10-12 | 16.4750 |
| 2022-11-23 | 17.9589 |
| 2023-01-05 | 18.7314 |
| 2023-02-16 | 18.5193 |
| 2023-03-30 | 19.0882 |
| 2023-05-16 | 19.9410 |
| 2023-06-27 | 20.2774 |
| 2023-08-08 | 20.3734 |
| 2023-09-19 | 19.1509 |
| 2023-10-31 | 19.9121 |
| 2023-12-12 | 20.7583 |
| 2024-01-26 | 20.6440 |
| 2024-03-08 | 21.0000 |
| 2024-04-23 | 20.6097 |
| 2024-06-05 | 21.0728 |
| 2024-07-17 | 21.2732 |
| 2024-08-27 | 21.8951 |
| 2024-10-01 | 21.8748 |
| 2024-10-31 | 21.0290 |
| 2024-11-30 | 20.8030 |
| 2024-12-30 | 20.9280 |
| 2025-01-29 | 21.3586 |
| 2025-02-28 | 21.9191 |
| 2025-03-30 | 22.1870 |
| 2025-04-29 | 22.6709 |
| 2025-05-29 | 22.7614 |
| 2025-06-28 | 23.6130 |
| 2025-07-28 | 23.7200 |
| 2025-08-27 | 23.8276 |
| 2025-09-26 | 24.2476 |
| 2025-10-26 | 24.1271 |
| 2025-11-25 | 24.3995 |
| 2025-12-25 | 25.1006 |
| 2026-01-24 | 25.7778 |
| 2026-02-23 | 25.3990 |
| 2026-03-25 | 25.4929 |
| 2026-04-24 | 26.0332 |
| 2026-05-24 | 26.2795 |
| 2026-06-23 | 25.2021 |
| 2026-07-23 | 25.4277 |
| 2026-08-22 | 25.9172 |
| 2026-09-21 | 25.2923 |
High
26.2795
Low
16.4750
Average
21.5247
Get this rate via the API
One GET request returns the PLN/INR 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=PLN¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
PLN/INR API questions
How do I get the PLN/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PLN/INR rate in rates.INR.
How far back does PLN/INR historical data go?
Daily PLN/INR 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 PLN/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.