Skip to content

HKD to ALL exchange rate API

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

10.2630

▼ +3.02% over 1Y

1 HKD = 10.2630 ALL · 1 ALL = 0.09744 HKD · Get this rate via the API

1 HKD buys 10.2630 ALL as of 2026-09-25, so 1 ALL buys 0.09744 HKD. Over the last year, HKD/ALL traded between 10.0983 and 10.8107, averaged 10.4938 and fell 3.02%. The API holds daily HKD/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/ALL over 1Y

HKD/ALL over 1Y: show the values
PointHKD/ALL
2025-09-2510.5827
2025-10-0210.6013
2025-10-0910.6896
2025-10-1610.6756
2025-10-2310.7282
2025-10-3010.7358
2025-11-0610.8107
2025-11-1310.7282
2025-11-2010.7583
2025-11-2710.7050
2025-12-0410.6362
2025-12-1210.5774
2025-12-1910.5677
2025-12-2610.5315
2026-01-0210.5686
2026-01-0910.6268
2026-01-1610.6760
2026-01-2310.5297
2026-01-3010.3997
2026-02-0610.4777
2026-02-1310.3897
2026-02-2010.4782
2026-02-2710.4342
2026-03-0610.5843
2026-03-1310.6688
2026-03-2010.5994
2026-03-2710.6190
2026-04-0310.5921
2026-04-1010.4587
2026-04-1710.3654
2026-04-2410.4152
2026-05-0110.3966
2026-05-0810.3959
2026-05-1610.4758
2026-05-2410.4963
2026-05-3110.4369
2026-06-0910.5321
2026-06-1610.4479
2026-06-2310.5185
2026-06-3010.5181
2026-07-0710.4814
2026-07-1410.4940
2026-07-2110.4723
2026-07-2810.5101
2026-08-0410.3435
2026-08-1110.2697
2026-08-1810.2165
2026-08-2610.0983
2026-09-0210.1626
2026-09-0910.0985
2026-09-1610.1331
2026-09-2310.2002

High

10.8107

Low

10.0983

Average

10.4938

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/ALL API questions

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

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

How far back does HKD/ALL historical data go?

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