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: show the values
| Point | HKD/PKR |
|---|---|
| 2021-09-27 | 21.8037 |
| 2021-11-08 | 21.8613 |
| 2021-12-20 | 22.8439 |
| 2022-02-01 | 22.6385 |
| 2022-03-15 | 22.9437 |
| 2022-04-29 | 23.6647 |
| 2022-06-15 | 26.3829 |
| 2022-07-27 | 30.0814 |
| 2022-09-07 | 28.6174 |
| 2022-10-19 | 28.1209 |
| 2022-11-30 | 28.8081 |
| 2023-01-12 | 29.2829 |
| 2023-02-23 | 33.2629 |
| 2023-04-11 | 36.7837 |
| 2023-05-26 | 36.3888 |
| 2023-07-10 | 35.2971 |
| 2023-08-21 | 38.0038 |
| 2023-10-02 | 36.6281 |
| 2023-11-13 | 36.3409 |
| 2023-12-27 | 36.0786 |
| 2024-02-08 | 35.7210 |
| 2024-03-21 | 35.5924 |
| 2024-05-08 | 35.5738 |
| 2024-06-24 | 35.6889 |
| 2024-08-05 | 35.8116 |
| 2024-09-13 | 35.3219 |
| 2024-10-16 | 35.3126 |
| 2024-11-15 | 35.2911 |
| 2024-12-15 | 35.4092 |
| 2025-01-14 | 35.3493 |
| 2025-02-13 | 35.4291 |
| 2025-03-15 | 36.0133 |
| 2025-04-14 | 35.7618 |
| 2025-05-14 | 35.6587 |
| 2025-06-13 | 35.6456 |
| 2025-07-13 | 36.0168 |
| 2025-08-12 | 35.6069 |
| 2025-09-11 | 35.7704 |
| 2025-10-11 | 36.1315 |
| 2025-11-10 | 36.3408 |
| 2025-12-10 | 36.3241 |
| 2026-01-09 | 35.9990 |
| 2026-02-08 | 35.8266 |
| 2026-03-10 | 35.8780 |
| 2026-04-09 | 35.9088 |
| 2026-05-09 | 35.5796 |
| 2026-06-08 | 35.8878 |
| 2026-07-08 | 35.8728 |
| 2026-08-07 | 35.8169 |
| 2026-09-06 | 35.3931 |
High
38.0038
Low
21.8037
Average
33.4038
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.