Skip to content

PGK to HKD exchange rate API

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

1.7542

▼ +6.55% over 1Y

1 PGK = 1.7542 HKD · 1 HKD = 0.57005 PGK · Get this rate via the API

1 PGK buys 1.7542 HKD as of 2026-09-25, so 1 HKD buys 0.57005 PGK. Over the last year, PGK/HKD traded between 1.7407 and 1.8773, averaged 1.8077 and fell 6.55%. The API holds daily PGK/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/HKD over 1Y

PGK/HKD over 1Y: show the values
PointPGK/HKD
2025-09-251.8773
2025-10-021.8609
2025-10-091.8707
2025-10-161.8539
2025-10-231.8735
2025-10-301.8528
2025-11-061.8398
2025-11-131.8402
2025-11-201.8399
2025-11-271.8278
2025-12-041.8183
2025-12-111.8302
2025-12-181.8284
2025-12-251.8004
2026-01-011.8260
2026-01-081.8268
2026-01-151.8267
2026-01-221.8256
2026-01-291.8245
2026-02-051.8265
2026-02-121.8227
2026-02-191.8197
2026-02-261.8214
2026-03-051.8186
2026-03-121.8168
2026-03-191.8161
2026-03-261.8158
2026-04-021.8171
2026-04-091.8135
2026-04-161.8031
2026-04-231.8022
2026-04-301.8036
2026-05-071.8006
2026-05-141.8095
2026-05-211.7978
2026-05-281.8000
2026-06-041.7894
2026-06-111.7880
2026-06-181.7872
2026-06-251.7842
2026-07-021.7814
2026-07-091.7830
2026-07-161.7720
2026-07-231.7609
2026-07-301.7696
2026-08-061.7776
2026-08-131.7717
2026-08-201.7472
2026-08-271.7759
2026-09-031.7593
2026-09-101.7407
2026-09-171.7559
2026-09-241.7668

High

1.8773

Low

1.7407

Average

1.8077

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/HKD API questions

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

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

How far back does PGK/HKD historical data go?

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