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: show the values
| Point | HKD/NGN |
|---|---|
| 2025-09-25 | 191.5123 |
| 2025-10-02 | 190.8194 |
| 2025-10-09 | 189.1740 |
| 2025-10-16 | 188.3335 |
| 2025-10-23 | 188.2924 |
| 2025-10-30 | 186.8419 |
| 2025-11-06 | 185.4369 |
| 2025-11-13 | 185.5423 |
| 2025-11-20 | 186.4632 |
| 2025-11-27 | 186.1402 |
| 2025-12-04 | 185.9722 |
| 2025-12-12 | 186.1864 |
| 2025-12-19 | 187.1712 |
| 2025-12-26 | 186.6738 |
| 2026-01-02 | 185.4557 |
| 2026-01-09 | 182.8902 |
| 2026-01-16 | 182.2828 |
| 2026-01-23 | 182.0674 |
| 2026-01-30 | 178.0143 |
| 2026-02-06 | 175.0561 |
| 2026-02-13 | 173.4077 |
| 2026-02-20 | 172.0053 |
| 2026-02-27 | 173.0651 |
| 2026-03-06 | 177.1728 |
| 2026-03-13 | 178.0115 |
| 2026-03-20 | 172.7747 |
| 2026-03-27 | 176.8166 |
| 2026-04-03 | 175.9099 |
| 2026-04-10 | 173.8541 |
| 2026-04-17 | 171.2279 |
| 2026-04-24 | 172.4731 |
| 2026-05-01 | 175.4707 |
| 2026-05-08 | 173.9286 |
| 2026-05-16 | 175.2677 |
| 2026-05-24 | 174.9524 |
| 2026-05-31 | 175.4887 |
| 2026-06-09 | 173.7430 |
| 2026-06-16 | 173.3987 |
| 2026-06-23 | 174.4653 |
| 2026-06-30 | 175.9459 |
| 2026-07-07 | 174.4261 |
| 2026-07-14 | 176.2870 |
| 2026-07-21 | 176.1024 |
| 2026-07-28 | 174.2654 |
| 2026-08-04 | 173.8688 |
| 2026-08-11 | 173.8816 |
| 2026-08-18 | 172.4842 |
| 2026-08-26 | 171.8406 |
| 2026-09-02 | 169.9575 |
| 2026-09-09 | 168.4424 |
| 2026-09-16 | 169.2872 |
| 2026-09-23 | 168.9111 |
High
191.5123
Low
168.4424
Average
178.0870
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.