Skip to content

TOP to PLN exchange rate API

Pa’anga to Zloty · quoted 2026-09-25

1.6157

▲ +3.97% over 1Y

1 TOP = 1.6157 PLN · 1 PLN = 0.61892 TOP · Get this rate via the API

1 TOP buys 1.6157 PLN as of 2026-09-25, so 1 PLN buys 0.61892 TOP. Over the last year, TOP/PLN traded between 1.4858 and 1.6312, averaged 1.5586 and rose 3.97%. The API holds daily TOP/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/PLN over 1Y

TOP/PLN over 1Y: show the values
PointTOP/PLN
2025-09-251.5540
2025-10-021.5320
2025-10-091.5490
2025-10-161.5471
2025-10-231.5478
2025-10-301.5478
2025-11-061.5635
2025-11-131.5445
2025-11-201.5350
2025-11-271.5239
2025-12-041.5181
2025-12-111.5120
2025-12-181.4951
2025-12-251.4858
2026-01-011.4996
2026-01-081.5064
2026-01-151.5246
2026-01-221.5181
2026-01-291.4935
2026-02-051.5254
2026-02-121.5201
2026-02-191.5343
2026-02-261.5285
2026-03-051.5671
2026-03-121.5780
2026-03-191.5883
2026-03-261.5861
2026-04-021.5807
2026-04-091.5471
2026-04-171.5276
2026-04-241.5405
2026-05-011.5701
2026-05-081.5346
2026-05-151.5870
2026-05-221.5665
2026-05-291.5692
2026-06-051.5574
2026-06-121.5621
2026-06-191.5859
2026-06-261.5981
2026-07-031.5808
2026-07-101.6077
2026-07-171.6312
2026-07-241.6207
2026-07-311.6002
2026-08-071.5942
2026-08-141.5778
2026-08-211.5721
2026-08-281.5958
2026-09-041.5877
2026-09-111.5924
2026-09-181.6131
2026-09-251.6225

High

1.6312

Low

1.4858

Average

1.5586

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/PLN API questions

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

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

How far back does TOP/PLN historical data go?

Daily TOP/PLN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TOP/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.