Skip to content

HKD to PKR exchange rate API

Hong Kong Dollar to Pakistan Rupee · quoted 2026-09-25

35.8288

▼ +0.51% over YTD

1 HKD = 35.8288 PKR · 1 PKR = 0.02791 HKD · Get this rate via the API

1 HKD buys 35.8288 PKR as of 2026-09-25, so 1 PKR buys 0.02791 HKD. Over the year to date, HKD/PKR traded between 35.7843 and 36.0520, averaged 35.8811 and fell 0.51%. The API holds daily HKD/PKR rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

HKD/PKR over YTD

HKD/PKR over YTD: show the values
PointHKD/PKR
2025-12-3136.0128
2026-01-0736.0520
2026-01-1435.9691
2026-01-2135.9608
2026-01-2835.9411
2026-02-0435.8812
2026-02-1135.8686
2026-02-1835.8889
2026-02-2535.8726
2026-03-0435.9201
2026-03-1135.8629
2026-03-1835.8113
2026-03-2535.9703
2026-04-0135.8854
2026-04-0835.9210
2026-04-1535.8982
2026-04-2235.9102
2026-04-2935.8826
2026-05-0635.8888
2026-05-1335.9303
2026-05-2035.8987
2026-05-2735.8940
2026-06-0335.8839
2026-06-1035.8865
2026-06-1735.8689
2026-06-2435.8653
2026-07-0135.8472
2026-07-0835.8728
2026-07-1535.8717
2026-07-2235.8655
2026-07-2935.8296
2026-08-0535.8252
2026-08-1235.8099
2026-08-1935.8541
2026-08-2635.8469
2026-09-0235.7965
2026-09-0935.7968
2026-09-1635.7843
2026-09-2335.7902

High

36.0520

Low

35.7843

Average

35.8811

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/PKR API questions

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

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

How far back does HKD/PKR historical data go?

Daily HKD/PKR rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/PKR 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.