Skip to content

PGK to HKD exchange rate API

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

1.7574

▼ +3.77% over YTD

1 PGK = 1.7574 HKD · 1 HKD = 0.56903 PGK · Get this rate via the API

1 PGK buys 1.7574 HKD as of 2026-09-25, so 1 HKD buys 0.56903 PGK. Over the year to date, PGK/HKD traded between 1.7564 and 1.8283, averaged 1.7966 and fell 3.77%. 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 YTD

PGK/HKD over YTD: show the values
PointPGK/HKD
2025-12-311.8262
2026-01-071.8249
2026-01-141.8283
2026-01-211.8261
2026-01-281.8251
2026-02-041.8277
2026-02-111.8214
2026-02-181.8197
2026-02-251.8207
2026-03-041.8177
2026-03-111.8186
2026-03-181.8193
2026-03-251.8142
2026-04-011.8142
2026-04-081.8105
2026-04-151.8065
2026-04-221.8001
2026-04-291.8040
2026-05-061.8026
2026-05-131.7942
2026-05-201.7943
2026-05-271.7996
2026-06-031.7975
2026-06-101.7855
2026-06-171.7932
2026-06-241.7894
2026-07-011.7822
2026-07-081.7852
2026-07-151.7811
2026-07-221.7752
2026-07-291.7673
2026-08-051.7785
2026-08-121.7627
2026-08-191.7648
2026-08-261.7691
2026-09-021.7732
2026-09-091.7686
2026-09-161.7564
2026-09-231.7592

High

1.8283

Low

1.7564

Average

1.7966

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.