Skip to content

HKD to HNL exchange rate API

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

3.4209

▲ +1.50% over 1Y

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

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

HKD/HNL over 1Y

HKD/HNL over 1Y: show the values
PointHKD/HNL
2025-09-253.3704
2025-10-023.3770
2025-10-093.3733
2025-10-163.3760
2025-10-233.3740
2025-10-303.3847
2025-11-063.3845
2025-11-133.3866
2025-11-203.3726
2025-11-273.3774
2025-12-043.3797
2025-12-123.3764
2025-12-193.3849
2025-12-263.3913
2026-01-023.3849
2026-01-093.3837
2026-01-163.3853
2026-01-233.3859
2026-01-303.3805
2026-02-063.3850
2026-02-133.3828
2026-02-203.3881
2026-02-273.3894
2026-03-063.3844
2026-03-133.3865
2026-03-203.3810
2026-03-273.3878
2026-04-033.3890
2026-04-103.3999
2026-04-173.3925
2026-04-243.3976
2026-05-013.3978
2026-05-083.4070
2026-05-163.3985
2026-05-243.4033
2026-05-313.4042
2026-06-093.4080
2026-06-163.4117
2026-06-233.4092
2026-06-303.4107
2026-07-073.4106
2026-07-143.4215
2026-07-213.4180
2026-07-283.4213
2026-08-043.4196
2026-08-113.4188
2026-08-183.4189
2026-08-263.4206
2026-09-023.4250
2026-09-093.4202
2026-09-163.4249
2026-09-233.4245

High

3.4250

Low

3.3704

Average

3.3964

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/HNL API questions

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

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

How far back does HKD/HNL historical data go?

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