HKD to LAK exchange rate API
Hong Kong Dollar to Kip · quoted 2026-09-24
2861.02
▼ +0.14% over 30D
1 HKD = 2861.02 LAK · 1 LAK = 0.000350 HKD · Get this rate via the API
1 HKD buys 2861.02 LAK as of 2026-09-24, so 1 LAK buys 0.000350 HKD. Over the last 30 days, HKD/LAK traded between 2840.06 and 2872.61, averaged 2858.18 and fell 0.14%. The API holds daily HKD/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/LAK over 30D: show the values
| Point | HKD/LAK |
|---|---|
| 2026-08-25 | 2865.03 |
| 2026-08-26 | 2866.19 |
| 2026-08-27 | 2859.34 |
| 2026-08-28 | 2858.51 |
| 2026-08-29 | 2865.31 |
| 2026-08-30 | 2859.47 |
| 2026-08-31 | 2872.61 |
| 2026-09-01 | 2860.56 |
| 2026-09-02 | 2863.08 |
| 2026-09-03 | 2849.35 |
| 2026-09-04 | 2863.03 |
| 2026-09-05 | 2863.71 |
| 2026-09-06 | 2857.25 |
| 2026-09-07 | 2855.75 |
| 2026-09-08 | 2860.36 |
| 2026-09-09 | 2848.15 |
| 2026-09-10 | 2856.02 |
| 2026-09-11 | 2858.62 |
| 2026-09-12 | 2852.73 |
| 2026-09-13 | 2840.06 |
| 2026-09-14 | 2855.11 |
| 2026-09-15 | 2852.81 |
| 2026-09-16 | 2856.88 |
| 2026-09-17 | 2857.19 |
| 2026-09-18 | 2852.16 |
| 2026-09-19 | 2865.21 |
| 2026-09-20 | 2850.95 |
| 2026-09-21 | 2856.15 |
| 2026-09-22 | 2860.35 |
| 2026-09-23 | 2860.57 |
High
2872.61
Low
2840.06
Average
2858.18
Get this rate via the API
One GET request returns the HKD/LAK 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=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/LAK API questions
How do I get the HKD/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/LAK rate in rates.LAK.
How far back does HKD/LAK historical data go?
Daily HKD/LAK 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/LAK 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.