HKD to LAK exchange rate API
Hong Kong Dollar to Kip · quoted 2026-09-24
2859.74
▲ +2.89% over YTD
1 HKD = 2859.74 LAK · 1 LAK = 0.000350 HKD · Get this rate via the API
1 HKD buys 2859.74 LAK as of 2026-09-24, so 1 LAK buys 0.000350 HKD. Over the year to date, HKD/LAK traded between 2733.89 and 2886.54, averaged 2809.40 and rose 2.89%. 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 YTD: show the values
| Point | HKD/LAK |
|---|---|
| 2025-12-31 | 2779.39 |
| 2026-01-07 | 2778.88 |
| 2026-01-14 | 2776.56 |
| 2026-01-21 | 2772.20 |
| 2026-01-28 | 2746.88 |
| 2026-02-04 | 2739.04 |
| 2026-02-11 | 2749.98 |
| 2026-02-18 | 2737.89 |
| 2026-02-25 | 2734.93 |
| 2026-03-04 | 2739.36 |
| 2026-03-11 | 2734.84 |
| 2026-03-18 | 2733.89 |
| 2026-03-25 | 2749.52 |
| 2026-04-01 | 2797.33 |
| 2026-04-08 | 2799.39 |
| 2026-04-15 | 2806.02 |
| 2026-04-22 | 2820.65 |
| 2026-04-29 | 2800.30 |
| 2026-05-06 | 2796.71 |
| 2026-05-14 | 2805.22 |
| 2026-05-21 | 2799.82 |
| 2026-05-29 | 2787.54 |
| 2026-06-05 | 2805.08 |
| 2026-06-14 | 2805.12 |
| 2026-06-21 | 2813.01 |
| 2026-06-28 | 2854.59 |
| 2026-07-05 | 2872.90 |
| 2026-07-12 | 2867.57 |
| 2026-07-19 | 2877.37 |
| 2026-07-26 | 2886.54 |
| 2026-08-02 | 2882.44 |
| 2026-08-09 | 2877.45 |
| 2026-08-16 | 2862.01 |
| 2026-08-24 | 2876.99 |
| 2026-08-31 | 2872.61 |
| 2026-09-07 | 2855.75 |
| 2026-09-14 | 2855.11 |
| 2026-09-21 | 2856.15 |
High
2886.54
Low
2733.89
Average
2809.40
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.