PLN to HKD exchange rate API
Zloty to Hong Kong Dollar · quoted 2026-09-25
2.0449
▼ +4.51% over 1Y
1 PLN = 2.0449 HKD · 1 HKD = 0.48901 PLN · Get this rate via the API
1 PLN buys 2.0449 HKD as of 2026-09-25, so 1 HKD buys 0.48901 PLN. Over the last year, PLN/HKD traded between 2.0343 and 2.2222, averaged 2.1303 and fell 4.51%. The API holds daily PLN/HKD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
PLN/HKD over 1Y: show the values
| Point | PLN/HKD |
|---|---|
| 2025-09-25 | 2.1414 |
| 2025-10-02 | 2.1487 |
| 2025-10-09 | 2.1231 |
| 2025-10-16 | 2.1298 |
| 2025-10-23 | 2.1285 |
| 2025-10-30 | 2.1136 |
| 2025-11-06 | 2.1085 |
| 2025-11-13 | 2.1355 |
| 2025-11-20 | 2.1182 |
| 2025-11-27 | 2.1282 |
| 2025-12-04 | 2.1459 |
| 2025-12-11 | 2.1565 |
| 2025-12-18 | 2.1685 |
| 2025-12-25 | 2.1729 |
| 2026-01-01 | 2.1701 |
| 2026-01-08 | 2.1614 |
| 2026-01-15 | 2.1537 |
| 2026-01-22 | 2.1701 |
| 2026-01-29 | 2.2222 |
| 2026-02-05 | 2.1839 |
| 2026-02-12 | 2.2016 |
| 2026-02-19 | 2.1757 |
| 2026-02-26 | 2.1887 |
| 2026-03-05 | 2.1267 |
| 2026-03-12 | 2.1227 |
| 2026-03-19 | 2.0994 |
| 2026-03-26 | 2.1122 |
| 2026-04-02 | 2.1077 |
| 2026-04-09 | 2.1512 |
| 2026-04-16 | 2.1732 |
| 2026-04-23 | 2.1590 |
| 2026-04-30 | 2.1514 |
| 2026-05-07 | 2.1807 |
| 2026-05-14 | 2.1630 |
| 2026-05-21 | 2.1390 |
| 2026-05-28 | 2.1499 |
| 2026-06-04 | 2.1522 |
| 2026-06-11 | 2.1264 |
| 2026-06-18 | 2.1096 |
| 2026-06-25 | 2.0741 |
| 2026-07-02 | 2.0842 |
| 2026-07-09 | 2.0797 |
| 2026-07-16 | 2.0769 |
| 2026-07-23 | 2.0644 |
| 2026-07-30 | 2.0897 |
| 2026-08-06 | 2.1061 |
| 2026-08-13 | 2.1024 |
| 2026-08-20 | 2.1215 |
| 2026-08-27 | 2.1097 |
| 2026-09-03 | 2.1051 |
| 2026-09-10 | 2.1074 |
| 2026-09-17 | 2.0668 |
| 2026-09-24 | 2.0343 |
High
2.2222
Low
2.0343
Average
2.1303
Get this rate via the API
One GET request returns the PLN/HKD 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=PLN¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
PLN/HKD API questions
How do I get the PLN/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PLN/HKD rate in rates.HKD.
How far back does PLN/HKD historical data go?
Daily PLN/HKD rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free PLN/HKD 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.