Skip to content

HKD to PKR exchange rate API

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

35.8288

▲ +64.32% over 5Y

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 last 5 years, HKD/PKR traded between 21.8037 and 38.0038, averaged 33.4038 and rose 64.32%. 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 5Y

HKD/PKR over 5Y: show the values
PointHKD/PKR
2021-09-2721.8037
2021-11-0821.8613
2021-12-2022.8439
2022-02-0122.6385
2022-03-1522.9437
2022-04-2923.6647
2022-06-1526.3829
2022-07-2730.0814
2022-09-0728.6174
2022-10-1928.1209
2022-11-3028.8081
2023-01-1229.2829
2023-02-2333.2629
2023-04-1136.7837
2023-05-2636.3888
2023-07-1035.2971
2023-08-2138.0038
2023-10-0236.6281
2023-11-1336.3409
2023-12-2736.0786
2024-02-0835.7210
2024-03-2135.5924
2024-05-0835.5738
2024-06-2435.6889
2024-08-0535.8116
2024-09-1335.3219
2024-10-1635.3126
2024-11-1535.2911
2024-12-1535.4092
2025-01-1435.3493
2025-02-1335.4291
2025-03-1536.0133
2025-04-1435.7618
2025-05-1435.6587
2025-06-1335.6456
2025-07-1336.0168
2025-08-1235.6069
2025-09-1135.7704
2025-10-1136.1315
2025-11-1036.3408
2025-12-1036.3241
2026-01-0935.9990
2026-02-0835.8266
2026-03-1035.8780
2026-04-0935.9088
2026-05-0935.5796
2026-06-0835.8878
2026-07-0835.8728
2026-08-0735.8169
2026-09-0635.3931

High

38.0038

Low

21.8037

Average

33.4038

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.