Skip to content

HNL to HKD exchange rate API

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

0.29232

▼ +1.48% over 1Y

1 HNL = 0.29232 HKD · 1 HKD = 3.4209 HNL · Get this rate via the API

1 HNL buys 0.29232 HKD as of 2026-09-25, so 1 HKD buys 3.4209 HNL. Over the last year, HNL/HKD traded between 0.29197 and 0.29670, averaged 0.29444 and fell 1.48%. The API holds daily HNL/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HNL/HKD over 1Y

HNL/HKD over 1Y: show the values
PointHNL/HKD
2025-09-250.29670
2025-10-020.29612
2025-10-090.29644
2025-10-160.29621
2025-10-230.29639
2025-10-300.29545
2025-11-060.29547
2025-11-130.29528
2025-11-200.29651
2025-11-270.29608
2025-12-040.29588
2025-12-120.29618
2025-12-190.29543
2025-12-260.29487
2026-01-020.29543
2026-01-090.29553
2026-01-160.29539
2026-01-230.29534
2026-01-300.29582
2026-02-060.29542
2026-02-130.29562
2026-02-200.29515
2026-02-270.29504
2026-03-060.29547
2026-03-130.29529
2026-03-200.29577
2026-03-270.29517
2026-04-030.29507
2026-04-100.29413
2026-04-170.29477
2026-04-240.29433
2026-05-010.29430
2026-05-080.29351
2026-05-160.29425
2026-05-240.29383
2026-05-310.29376
2026-06-090.29343
2026-06-160.29311
2026-06-230.29332
2026-06-300.29319
2026-07-070.29320
2026-07-140.29227
2026-07-210.29257
2026-07-280.29228
2026-08-040.29243
2026-08-110.29250
2026-08-180.29249
2026-08-260.29234
2026-09-020.29197
2026-09-090.29238
2026-09-160.29198
2026-09-230.29202

High

0.29670

Low

0.29197

Average

0.29444

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

HNL/HKD API questions

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

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

How far back does HNL/HKD historical data go?

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