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: show the values
| Point | HKD/NGN |
|---|---|
| 2025-12-31 | 186.2820 |
| 2026-01-07 | 183.6019 |
| 2026-01-14 | 182.6358 |
| 2026-01-21 | 182.0583 |
| 2026-01-28 | 180.1717 |
| 2026-02-04 | 177.6351 |
| 2026-02-11 | 173.2579 |
| 2026-02-18 | 172.4531 |
| 2026-02-25 | 172.8315 |
| 2026-03-04 | 176.3799 |
| 2026-03-11 | 178.6901 |
| 2026-03-18 | 173.0960 |
| 2026-03-25 | 175.9552 |
| 2026-04-01 | 176.4675 |
| 2026-04-08 | 176.4096 |
| 2026-04-15 | 172.6046 |
| 2026-04-22 | 172.2143 |
| 2026-04-29 | 175.4522 |
| 2026-05-06 | 174.3194 |
| 2026-05-14 | 175.1151 |
| 2026-05-21 | 175.0370 |
| 2026-05-29 | 175.2766 |
| 2026-06-05 | 173.8455 |
| 2026-06-14 | 173.7517 |
| 2026-06-21 | 173.7833 |
| 2026-06-28 | 175.8228 |
| 2026-07-05 | 174.6848 |
| 2026-07-12 | 175.6336 |
| 2026-07-19 | 175.7789 |
| 2026-07-26 | 174.1382 |
| 2026-08-02 | 174.3985 |
| 2026-08-09 | 174.2521 |
| 2026-08-16 | 173.2483 |
| 2026-08-24 | 172.2083 |
| 2026-08-31 | 171.8045 |
| 2026-09-07 | 168.6161 |
| 2026-09-14 | 168.9664 |
| 2026-09-21 | 169.6066 |
High
186.2820
Low
168.6161
Average
175.0676
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.