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: show the values
| Point | TOP/PLN |
|---|---|
| 2025-09-25 | 1.5540 |
| 2025-10-02 | 1.5320 |
| 2025-10-09 | 1.5490 |
| 2025-10-16 | 1.5471 |
| 2025-10-23 | 1.5478 |
| 2025-10-30 | 1.5478 |
| 2025-11-06 | 1.5635 |
| 2025-11-13 | 1.5445 |
| 2025-11-20 | 1.5350 |
| 2025-11-27 | 1.5239 |
| 2025-12-04 | 1.5181 |
| 2025-12-11 | 1.5120 |
| 2025-12-18 | 1.4951 |
| 2025-12-25 | 1.4858 |
| 2026-01-01 | 1.4996 |
| 2026-01-08 | 1.5064 |
| 2026-01-15 | 1.5246 |
| 2026-01-22 | 1.5181 |
| 2026-01-29 | 1.4935 |
| 2026-02-05 | 1.5254 |
| 2026-02-12 | 1.5201 |
| 2026-02-19 | 1.5343 |
| 2026-02-26 | 1.5285 |
| 2026-03-05 | 1.5671 |
| 2026-03-12 | 1.5780 |
| 2026-03-19 | 1.5883 |
| 2026-03-26 | 1.5861 |
| 2026-04-02 | 1.5807 |
| 2026-04-09 | 1.5471 |
| 2026-04-17 | 1.5276 |
| 2026-04-24 | 1.5405 |
| 2026-05-01 | 1.5701 |
| 2026-05-08 | 1.5346 |
| 2026-05-15 | 1.5870 |
| 2026-05-22 | 1.5665 |
| 2026-05-29 | 1.5692 |
| 2026-06-05 | 1.5574 |
| 2026-06-12 | 1.5621 |
| 2026-06-19 | 1.5859 |
| 2026-06-26 | 1.5981 |
| 2026-07-03 | 1.5808 |
| 2026-07-10 | 1.6077 |
| 2026-07-17 | 1.6312 |
| 2026-07-24 | 1.6207 |
| 2026-07-31 | 1.6002 |
| 2026-08-07 | 1.5942 |
| 2026-08-14 | 1.5778 |
| 2026-08-21 | 1.5721 |
| 2026-08-28 | 1.5958 |
| 2026-09-04 | 1.5877 |
| 2026-09-11 | 1.5924 |
| 2026-09-18 | 1.6131 |
| 2026-09-25 | 1.6225 |
High
1.6312
Low
1.4858
Average
1.5586
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.