Skip to content

PGK to PLN exchange rate API

Kina to Zloty · quoted 2026-09-25

0.86172

▼ +1.70% over 1Y

1 PGK = 0.86172 PLN · 1 PLN = 1.1605 PGK · Get this rate via the API

1 PGK buys 0.86172 PLN as of 2026-09-25, so 1 PLN buys 1.1605 PGK. Over the last year, PGK/PLN traded between 0.82102 and 0.88110, averaged 0.84875 and fell 1.70%. The API holds daily PGK/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/PLN over 1Y

PGK/PLN over 1Y: show the values
PointPGK/PLN
2025-09-250.87665
2025-10-020.86607
2025-10-090.88110
2025-10-160.87045
2025-10-230.88020
2025-10-300.87657
2025-11-060.87258
2025-11-130.86173
2025-11-200.86860
2025-11-270.85886
2025-12-040.84732
2025-12-110.84869
2025-12-180.84318
2025-12-250.82856
2026-01-010.84145
2026-01-080.84520
2026-01-150.84815
2026-01-220.84125
2026-01-290.82102
2026-02-050.83634
2026-02-120.82790
2026-02-190.83637
2026-02-260.83217
2026-03-050.85513
2026-03-120.85589
2026-03-190.86506
2026-03-260.85966
2026-04-020.86213
2026-04-090.84299
2026-04-160.82968
2026-04-230.83476
2026-04-300.83832
2026-05-070.82567
2026-05-140.83660
2026-05-210.84047
2026-05-280.83724
2026-06-040.83144
2026-06-110.84086
2026-06-180.84718
2026-06-250.86022
2026-07-020.85472
2026-07-090.85733
2026-07-160.85320
2026-07-230.85295
2026-07-300.84684
2026-08-060.84400
2026-08-130.84266
2026-08-200.82354
2026-08-270.84181
2026-09-030.83573
2026-09-100.82596
2026-09-170.84957
2026-09-240.86852

High

0.88110

Low

0.82102

Average

0.84875

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/PLN API questions

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

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

How far back does PGK/PLN historical data go?

Daily PGK/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 PGK/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.