Skip to content

HKD to NPR exchange rate API

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

19.5766

▲ +6.02% over YTD

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 year to date, HKD/NPR traded between 18.4657 and 19.7046, averaged 19.1775 and rose 6.02%. 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 YTD

HKD/NPR over YTD: show the values
PointHKD/NPR
2025-12-3118.4657
2026-01-0718.5347
2026-01-1418.5298
2026-01-2118.7009
2026-01-2818.7819
2026-02-0418.5232
2026-02-1118.5443
2026-02-1818.5650
2026-02-2518.6030
2026-03-0418.8600
2026-03-1118.7920
2026-03-1818.8652
2026-03-2519.2223
2026-04-0119.1160
2026-04-0818.8942
2026-04-1519.0176
2026-04-2219.1162
2026-04-2919.2882
2026-05-0619.4053
2026-05-1419.5594
2026-05-2119.6918
2026-05-2919.5264
2026-06-0519.5518
2026-06-1419.4494
2026-06-2119.2935
2026-06-2819.2948
2026-07-0519.4701
2026-07-1219.4975
2026-07-1919.6796
2026-07-2619.7046
2026-08-0219.4834
2026-08-0919.4323
2026-08-1619.4938
2026-08-2419.5482
2026-08-3119.4911
2026-09-0719.2858
2026-09-1419.5260
2026-09-2119.5407

High

19.7046

Low

18.4657

Average

19.1775

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.