Skip to content

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

HKD/NPR over 1Y: show the values
PointHKD/NPR
2025-09-2518.2626
2025-10-0218.2438
2025-10-0918.2587
2025-10-1618.0525
2025-10-2318.0842
2025-10-3018.2084
2025-11-0618.2438
2025-11-1318.2568
2025-11-2018.1966
2025-11-2718.3505
2025-12-0418.5516
2025-12-1218.5602
2025-12-1918.5643
2025-12-2618.5384
2026-01-0218.4759
2026-01-0918.4553
2026-01-1618.5359
2026-01-2318.8020
2026-01-3018.8460
2026-02-0618.5077
2026-02-1318.5582
2026-02-2018.6442
2026-02-2718.6143
2026-03-0618.7538
2026-03-1318.8733
2026-03-2018.9852
2026-03-2719.2391
2026-04-0318.9358
2026-04-1018.8929
2026-04-1719.0646
2026-04-2419.2046
2026-05-0119.3768
2026-05-0819.3267
2026-05-1619.6221
2026-05-2419.5568
2026-05-3119.4025
2026-06-0919.5360
2026-06-1619.3309
2026-06-2319.3334
2026-06-3019.3034
2026-07-0719.4610
2026-07-1419.5735
2026-07-2119.6901
2026-07-2819.5460
2026-08-0419.4716
2026-08-1119.4650
2026-08-1819.5252
2026-08-2619.4580
2026-09-0219.3797
2026-09-0919.3837
2026-09-1619.5665
2026-09-2319.5161

High

19.6901

Low

18.0525

Average

18.9465

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=NPR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=NPR");
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=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&currencies=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.