PGK to PLN exchange rate API
Kina to Zloty · quoted 2026-09-25
0.86316
▼ +1.54% over 1Y
1 PGK = 0.86316 PLN · 1 PLN = 1.1585 PGK · Get this rate via the API
1 PGK buys 0.86316 PLN as of 2026-09-25, so 1 PLN buys 1.1585 PGK. Over the last year, PGK/PLN traded between 0.82102 and 0.88110, averaged 0.84877 and fell 1.54%. 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: show the values
| Point | PGK/PLN |
|---|---|
| 2025-09-25 | 0.87665 |
| 2025-10-02 | 0.86607 |
| 2025-10-09 | 0.88110 |
| 2025-10-16 | 0.87045 |
| 2025-10-23 | 0.88020 |
| 2025-10-30 | 0.87657 |
| 2025-11-06 | 0.87258 |
| 2025-11-13 | 0.86173 |
| 2025-11-20 | 0.86860 |
| 2025-11-27 | 0.85886 |
| 2025-12-04 | 0.84732 |
| 2025-12-11 | 0.84869 |
| 2025-12-18 | 0.84318 |
| 2025-12-25 | 0.82856 |
| 2026-01-01 | 0.84145 |
| 2026-01-08 | 0.84520 |
| 2026-01-15 | 0.84815 |
| 2026-01-22 | 0.84125 |
| 2026-01-29 | 0.82102 |
| 2026-02-05 | 0.83634 |
| 2026-02-12 | 0.82790 |
| 2026-02-19 | 0.83637 |
| 2026-02-26 | 0.83217 |
| 2026-03-05 | 0.85513 |
| 2026-03-12 | 0.85589 |
| 2026-03-19 | 0.86506 |
| 2026-03-26 | 0.85966 |
| 2026-04-02 | 0.86213 |
| 2026-04-09 | 0.84299 |
| 2026-04-16 | 0.82968 |
| 2026-04-23 | 0.83476 |
| 2026-04-30 | 0.83832 |
| 2026-05-07 | 0.82567 |
| 2026-05-14 | 0.83660 |
| 2026-05-21 | 0.84047 |
| 2026-05-28 | 0.83724 |
| 2026-06-04 | 0.83144 |
| 2026-06-11 | 0.84086 |
| 2026-06-18 | 0.84718 |
| 2026-06-25 | 0.86022 |
| 2026-07-02 | 0.85472 |
| 2026-07-09 | 0.85733 |
| 2026-07-16 | 0.85320 |
| 2026-07-23 | 0.85295 |
| 2026-07-30 | 0.84684 |
| 2026-08-06 | 0.84400 |
| 2026-08-13 | 0.84266 |
| 2026-08-20 | 0.82354 |
| 2026-08-27 | 0.84181 |
| 2026-09-03 | 0.83573 |
| 2026-09-10 | 0.82596 |
| 2026-09-17 | 0.84957 |
| 2026-09-24 | 0.86852 |
High
0.88110
Low
0.82102
Average
0.84877
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.