Skip to content

HKD to NGN exchange rate API

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

169.1508

▼ +9.20% over YTD

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 year to date, HKD/NGN traded between 168.6161 and 186.2820, averaged 175.0676 and fell 9.20%. 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 YTD

HKD/NGN over YTD: show the values
PointHKD/NGN
2025-12-31186.2820
2026-01-07183.6019
2026-01-14182.6358
2026-01-21182.0583
2026-01-28180.1717
2026-02-04177.6351
2026-02-11173.2579
2026-02-18172.4531
2026-02-25172.8315
2026-03-04176.3799
2026-03-11178.6901
2026-03-18173.0960
2026-03-25175.9552
2026-04-01176.4675
2026-04-08176.4096
2026-04-15172.6046
2026-04-22172.2143
2026-04-29175.4522
2026-05-06174.3194
2026-05-14175.1151
2026-05-21175.0370
2026-05-29175.2766
2026-06-05173.8455
2026-06-14173.7517
2026-06-21173.7833
2026-06-28175.8228
2026-07-05174.6848
2026-07-12175.6336
2026-07-19175.7789
2026-07-26174.1382
2026-08-02174.3985
2026-08-09174.2521
2026-08-16173.2483
2026-08-24172.2083
2026-08-31171.8045
2026-09-07168.6161
2026-09-14168.9664
2026-09-21169.6066

High

186.2820

Low

168.6161

Average

175.0676

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.