HKD to NPR exchange rate API
Hong Kong Dollar to Nepalese Rupee · quoted 2026-09-25
19.5766
▲ +7.20% over 1Y
1 HKD = 19.5766 NPR · 1 NPR = 0.05108 HKD · Get this rate via the API
1 HKD buys 19.5766 NPR as of 2026-09-25, so 1 NPR buys 0.05108 HKD. Over the last year, HKD/NPR traded between 18.0525 and 19.6901, averaged 18.9465 and rose 7.20%. The API holds daily HKD/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/NPR over 1Y: show the values
| Point | HKD/NPR |
|---|---|
| 2025-09-25 | 18.2626 |
| 2025-10-02 | 18.2438 |
| 2025-10-09 | 18.2587 |
| 2025-10-16 | 18.0525 |
| 2025-10-23 | 18.0842 |
| 2025-10-30 | 18.2084 |
| 2025-11-06 | 18.2438 |
| 2025-11-13 | 18.2568 |
| 2025-11-20 | 18.1966 |
| 2025-11-27 | 18.3505 |
| 2025-12-04 | 18.5516 |
| 2025-12-12 | 18.5602 |
| 2025-12-19 | 18.5643 |
| 2025-12-26 | 18.5384 |
| 2026-01-02 | 18.4759 |
| 2026-01-09 | 18.4553 |
| 2026-01-16 | 18.5359 |
| 2026-01-23 | 18.8020 |
| 2026-01-30 | 18.8460 |
| 2026-02-06 | 18.5077 |
| 2026-02-13 | 18.5582 |
| 2026-02-20 | 18.6442 |
| 2026-02-27 | 18.6143 |
| 2026-03-06 | 18.7538 |
| 2026-03-13 | 18.8733 |
| 2026-03-20 | 18.9852 |
| 2026-03-27 | 19.2391 |
| 2026-04-03 | 18.9358 |
| 2026-04-10 | 18.8929 |
| 2026-04-17 | 19.0646 |
| 2026-04-24 | 19.2046 |
| 2026-05-01 | 19.3768 |
| 2026-05-08 | 19.3267 |
| 2026-05-16 | 19.6221 |
| 2026-05-24 | 19.5568 |
| 2026-05-31 | 19.4025 |
| 2026-06-09 | 19.5360 |
| 2026-06-16 | 19.3309 |
| 2026-06-23 | 19.3334 |
| 2026-06-30 | 19.3034 |
| 2026-07-07 | 19.4610 |
| 2026-07-14 | 19.5735 |
| 2026-07-21 | 19.6901 |
| 2026-07-28 | 19.5460 |
| 2026-08-04 | 19.4716 |
| 2026-08-11 | 19.4650 |
| 2026-08-18 | 19.5252 |
| 2026-08-26 | 19.4580 |
| 2026-09-02 | 19.3797 |
| 2026-09-09 | 19.3837 |
| 2026-09-16 | 19.5665 |
| 2026-09-23 | 19.5161 |
High
19.6901
Low
18.0525
Average
18.9465
Get this rate via the API
One GET request returns the HKD/NPR 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=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=NPR").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/NPR API questions
How do I get the HKD/NPR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/NPR rate in rates.NPR.
How far back does HKD/NPR historical data go?
Daily HKD/NPR 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 HKD/NPR 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.