Skip to content

PLN to HKD exchange rate API

Zloty to Hong Kong Dollar · quoted 2026-09-25

2.0449

▲ +3.21% over 5Y

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 5 years, PLN/HKD traded between 1.5711 and 2.1941, averaged 1.9688 and rose 3.21%. 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 5Y

PLN/HKD over 5Y: show the values
PointPLN/HKD
2021-09-271.9814
2021-11-081.9622
2021-12-201.8979
2022-01-311.8956
2022-03-141.8174
2022-04-271.7653
2022-06-081.8442
2022-07-201.6742
2022-08-311.6600
2022-10-121.5711
2022-11-231.7160
2023-01-051.7728
2023-02-161.7583
2023-03-301.8255
2023-05-161.9011
2023-06-271.9371
2023-08-081.9211
2023-09-191.7993
2023-10-311.8709
2023-12-121.9445
2024-01-261.9402
2024-03-081.9852
2024-04-231.9380
2024-06-051.9724
2024-07-171.9877
2024-08-272.0352
2024-10-012.0158
2024-10-311.9444
2024-11-301.9136
2024-12-301.9005
2025-01-291.9222
2025-02-281.9512
2025-03-302.0171
2025-04-292.0661
2025-05-292.0875
2025-06-282.1677
2025-07-282.1477
2025-08-272.1132
2025-09-262.1267
2025-10-262.1288
2025-11-252.1271
2025-12-252.1729
2026-01-242.1941
2026-02-232.1847
2026-03-252.1218
2026-04-242.1641
2026-05-242.1476
2026-06-232.0855
2026-07-232.0644
2026-08-222.1232
2026-09-212.0708

High

2.1941

Low

1.5711

Average

1.9688

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=HKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=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&currencies=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.