Skip to content

HKD to NGN exchange rate API

Hong Kong Dollar to Naira · quoted 2026-09-25

169.1508

▼ +11.68% over 1Y

1 HKD = 169.1508 NGN · 1 NGN = 0.005912 HKD · Get this rate via the API

1 HKD buys 169.1508 NGN as of 2026-09-25, so 1 NGN buys 0.005912 HKD. Over the last year, HKD/NGN traded between 168.4424 and 191.5123, averaged 178.0870 and fell 11.68%. The API holds daily HKD/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/NGN over 1Y

HKD/NGN over 1Y: show the values
PointHKD/NGN
2025-09-25191.5123
2025-10-02190.8194
2025-10-09189.1740
2025-10-16188.3335
2025-10-23188.2924
2025-10-30186.8419
2025-11-06185.4369
2025-11-13185.5423
2025-11-20186.4632
2025-11-27186.1402
2025-12-04185.9722
2025-12-12186.1864
2025-12-19187.1712
2025-12-26186.6738
2026-01-02185.4557
2026-01-09182.8902
2026-01-16182.2828
2026-01-23182.0674
2026-01-30178.0143
2026-02-06175.0561
2026-02-13173.4077
2026-02-20172.0053
2026-02-27173.0651
2026-03-06177.1728
2026-03-13178.0115
2026-03-20172.7747
2026-03-27176.8166
2026-04-03175.9099
2026-04-10173.8541
2026-04-17171.2279
2026-04-24172.4731
2026-05-01175.4707
2026-05-08173.9286
2026-05-16175.2677
2026-05-24174.9524
2026-05-31175.4887
2026-06-09173.7430
2026-06-16173.3987
2026-06-23174.4653
2026-06-30175.9459
2026-07-07174.4261
2026-07-14176.2870
2026-07-21176.1024
2026-07-28174.2654
2026-08-04173.8688
2026-08-11173.8816
2026-08-18172.4842
2026-08-26171.8406
2026-09-02169.9575
2026-09-09168.4424
2026-09-16169.2872
2026-09-23168.9111

High

191.5123

Low

168.4424

Average

178.0870

For developers

Get this rate via the API

One GET request returns the HKD/NGN 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=NGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=NGN");
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=NGN").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/NGN API questions

How do I get the HKD/NGN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/NGN rate in rates.NGN.

How far back does HKD/NGN historical data go?

Daily HKD/NGN 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/NGN 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.