Skip to content

HKD to PGK exchange rate API

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

0.57260

▲ +7.49% over 1Y

1 HKD = 0.57260 PGK · 1 PGK = 1.7464 HKD · Get this rate via the API

1 HKD buys 0.57260 PGK as of 2026-09-25, so 1 PGK buys 1.7464 HKD. Over the last year, HKD/PGK traded between 0.53269 and 0.57450, averaged 0.55343 and rose 7.49%. The API holds daily HKD/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/PGK over 1Y

HKD/PGK over 1Y: show the values
PointHKD/PGK
2025-09-250.53269
2025-10-020.53738
2025-10-090.53457
2025-10-160.53940
2025-10-230.53376
2025-10-300.53974
2025-11-060.54353
2025-11-130.54342
2025-11-200.54351
2025-11-270.54710
2025-12-040.54996
2025-12-110.54640
2025-12-180.54693
2025-12-250.55545
2026-01-010.54763
2026-01-080.54739
2026-01-150.54744
2026-01-220.54775
2026-01-290.54810
2026-02-050.54750
2026-02-120.54864
2026-02-190.54955
2026-02-260.54904
2026-03-050.54988
2026-03-120.55042
2026-03-190.55063
2026-03-260.55073
2026-04-020.55033
2026-04-090.55143
2026-04-160.55460
2026-04-230.55487
2026-04-300.55445
2026-05-070.55538
2026-05-140.55263
2026-05-210.55624
2026-05-280.55557
2026-06-040.55883
2026-06-110.55928
2026-06-180.55953
2026-06-250.56047
2026-07-020.56134
2026-07-090.56085
2026-07-160.56434
2026-07-230.56790
2026-07-300.56510
2026-08-060.56257
2026-08-130.56444
2026-08-200.57236
2026-08-270.56308
2026-09-030.56840
2026-09-100.57450
2026-09-170.56951
2026-09-240.56599

High

0.57450

Low

0.53269

Average

0.55343

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=PGK").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/PGK API questions

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

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

How far back does HKD/PGK historical data go?

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