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: show the values
| Point | HKD/PKR |
|---|---|
| 2025-12-31 | 36.0128 |
| 2026-01-07 | 36.0520 |
| 2026-01-14 | 35.9691 |
| 2026-01-21 | 35.9608 |
| 2026-01-28 | 35.9411 |
| 2026-02-04 | 35.8812 |
| 2026-02-11 | 35.8686 |
| 2026-02-18 | 35.8889 |
| 2026-02-25 | 35.8726 |
| 2026-03-04 | 35.9201 |
| 2026-03-11 | 35.8629 |
| 2026-03-18 | 35.8113 |
| 2026-03-25 | 35.9703 |
| 2026-04-01 | 35.8854 |
| 2026-04-08 | 35.9210 |
| 2026-04-15 | 35.8982 |
| 2026-04-22 | 35.9102 |
| 2026-04-29 | 35.8826 |
| 2026-05-06 | 35.8888 |
| 2026-05-13 | 35.9303 |
| 2026-05-20 | 35.8987 |
| 2026-05-27 | 35.8940 |
| 2026-06-03 | 35.8839 |
| 2026-06-10 | 35.8865 |
| 2026-06-17 | 35.8689 |
| 2026-06-24 | 35.8653 |
| 2026-07-01 | 35.8472 |
| 2026-07-08 | 35.8728 |
| 2026-07-15 | 35.8717 |
| 2026-07-22 | 35.8655 |
| 2026-07-29 | 35.8296 |
| 2026-08-05 | 35.8252 |
| 2026-08-12 | 35.8099 |
| 2026-08-19 | 35.8541 |
| 2026-08-26 | 35.8469 |
| 2026-09-02 | 35.7965 |
| 2026-09-09 | 35.7968 |
| 2026-09-16 | 35.7843 |
| 2026-09-23 | 35.7902 |
High
36.0520
Low
35.7843
Average
35.8811
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.