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: show the values
| Point | HKD/ALL |
|---|---|
| 2025-09-25 | 10.5827 |
| 2025-10-02 | 10.6013 |
| 2025-10-09 | 10.6896 |
| 2025-10-16 | 10.6756 |
| 2025-10-23 | 10.7282 |
| 2025-10-30 | 10.7358 |
| 2025-11-06 | 10.8107 |
| 2025-11-13 | 10.7282 |
| 2025-11-20 | 10.7583 |
| 2025-11-27 | 10.7050 |
| 2025-12-04 | 10.6362 |
| 2025-12-12 | 10.5774 |
| 2025-12-19 | 10.5677 |
| 2025-12-26 | 10.5315 |
| 2026-01-02 | 10.5686 |
| 2026-01-09 | 10.6268 |
| 2026-01-16 | 10.6760 |
| 2026-01-23 | 10.5297 |
| 2026-01-30 | 10.3997 |
| 2026-02-06 | 10.4777 |
| 2026-02-13 | 10.3897 |
| 2026-02-20 | 10.4782 |
| 2026-02-27 | 10.4342 |
| 2026-03-06 | 10.5843 |
| 2026-03-13 | 10.6688 |
| 2026-03-20 | 10.5994 |
| 2026-03-27 | 10.6190 |
| 2026-04-03 | 10.5921 |
| 2026-04-10 | 10.4587 |
| 2026-04-17 | 10.3654 |
| 2026-04-24 | 10.4152 |
| 2026-05-01 | 10.3966 |
| 2026-05-08 | 10.3959 |
| 2026-05-16 | 10.4758 |
| 2026-05-24 | 10.4963 |
| 2026-05-31 | 10.4369 |
| 2026-06-09 | 10.5321 |
| 2026-06-16 | 10.4479 |
| 2026-06-23 | 10.5185 |
| 2026-06-30 | 10.5181 |
| 2026-07-07 | 10.4814 |
| 2026-07-14 | 10.4940 |
| 2026-07-21 | 10.4723 |
| 2026-07-28 | 10.5101 |
| 2026-08-04 | 10.3435 |
| 2026-08-11 | 10.2697 |
| 2026-08-18 | 10.2165 |
| 2026-08-26 | 10.0983 |
| 2026-09-02 | 10.1626 |
| 2026-09-09 | 10.0985 |
| 2026-09-16 | 10.1331 |
| 2026-09-23 | 10.2002 |
High
10.8107
Low
10.0983
Average
10.4938
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.