HKD to NGN exchange rate API
Hong Kong Dollar to Naira · quoted 2026-09-25
169.1508
▼ +1.57% over 30D
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 30 days, HKD/NGN traded between 168.4424 and 171.8406, averaged 169.6103 and fell 1.57%. 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 30D: show the values
| Point | HKD/NGN |
|---|---|
| 2026-08-26 | 171.8406 |
| 2026-08-27 | 171.3396 |
| 2026-08-28 | 171.2496 |
| 2026-08-29 | 171.2926 |
| 2026-08-30 | 171.2122 |
| 2026-08-31 | 171.8045 |
| 2026-09-01 | 170.6613 |
| 2026-09-02 | 169.9575 |
| 2026-09-03 | 169.3433 |
| 2026-09-04 | 168.8192 |
| 2026-09-05 | 168.6201 |
| 2026-09-06 | 168.5561 |
| 2026-09-07 | 168.6161 |
| 2026-09-08 | 168.5733 |
| 2026-09-09 | 168.4424 |
| 2026-09-10 | 168.7549 |
| 2026-09-11 | 169.1652 |
| 2026-09-12 | 169.1332 |
| 2026-09-13 | 169.1876 |
| 2026-09-14 | 168.9664 |
| 2026-09-15 | 168.7921 |
| 2026-09-16 | 169.2872 |
| 2026-09-17 | 169.5027 |
| 2026-09-18 | 169.7960 |
| 2026-09-19 | 169.7710 |
| 2026-09-20 | 169.7662 |
| 2026-09-21 | 169.6066 |
| 2026-09-22 | 169.0980 |
| 2026-09-23 | 168.9111 |
| 2026-09-24 | 169.1549 |
| 2026-09-25 | 169.1564 |
High
171.8406
Low
168.4424
Average
169.6103
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.