Skip to content

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

PLN/INR over 5Y: show the values
PointPLN/INR
2021-09-2718.8015
2021-11-0818.6730
2021-12-2018.4523
2022-01-3118.1656
2022-03-1417.7752
2022-04-2717.2333
2022-06-0818.2533
2022-07-2017.0638
2022-08-3116.8235
2022-10-1216.4750
2022-11-2317.9589
2023-01-0518.7314
2023-02-1618.5193
2023-03-3019.0882
2023-05-1619.9410
2023-06-2720.2774
2023-08-0820.3734
2023-09-1919.1509
2023-10-3119.9121
2023-12-1220.7583
2024-01-2620.6440
2024-03-0821.0000
2024-04-2320.6097
2024-06-0521.0728
2024-07-1721.2732
2024-08-2721.8951
2024-10-0121.8748
2024-10-3121.0290
2024-11-3020.8030
2024-12-3020.9280
2025-01-2921.3586
2025-02-2821.9191
2025-03-3022.1870
2025-04-2922.6709
2025-05-2922.7614
2025-06-2823.6130
2025-07-2823.7200
2025-08-2723.8276
2025-09-2624.2476
2025-10-2624.1271
2025-11-2524.3995
2025-12-2525.1006
2026-01-2425.7778
2026-02-2325.3990
2026-03-2525.4929
2026-04-2426.0332
2026-05-2426.2795
2026-06-2325.2021
2026-07-2325.4277
2026-08-2225.9172
2026-09-2125.2923

High

26.2795

Low

16.4750

Average

21.5247

For developers

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