HKD to LAK exchange rate API
Hong Kong Dollar to Kip · quoted 2026-09-24
2861.02
▲ +2.64% over 1Y
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 year, HKD/LAK traded between 2723.58 and 2885.32, averaged 2804.79 and rose 2.64%. 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 1Y: show the values
| Point | HKD/LAK |
|---|---|
| 2025-09-24 | 2787.33 |
| 2025-10-01 | 2780.32 |
| 2025-10-08 | 2793.81 |
| 2025-10-15 | 2784.37 |
| 2025-10-22 | 2796.37 |
| 2025-10-29 | 2793.53 |
| 2025-11-05 | 2790.36 |
| 2025-11-12 | 2791.69 |
| 2025-11-19 | 2783.07 |
| 2025-11-26 | 2781.27 |
| 2025-12-03 | 2786.63 |
| 2025-12-11 | 2776.54 |
| 2025-12-18 | 2784.04 |
| 2025-12-25 | 2781.94 |
| 2026-01-01 | 2777.21 |
| 2026-01-08 | 2770.37 |
| 2026-01-15 | 2770.45 |
| 2026-01-22 | 2776.11 |
| 2026-01-29 | 2760.59 |
| 2026-02-05 | 2756.24 |
| 2026-02-12 | 2753.53 |
| 2026-02-19 | 2749.61 |
| 2026-02-26 | 2723.58 |
| 2026-03-05 | 2737.26 |
| 2026-03-12 | 2744.36 |
| 2026-03-19 | 2759.65 |
| 2026-03-26 | 2764.12 |
| 2026-04-02 | 2798.94 |
| 2026-04-09 | 2803.16 |
| 2026-04-16 | 2812.39 |
| 2026-04-23 | 2826.30 |
| 2026-04-30 | 2805.43 |
| 2026-05-07 | 2805.24 |
| 2026-05-15 | 2803.41 |
| 2026-05-23 | 2809.39 |
| 2026-05-30 | 2803.32 |
| 2026-06-06 | 2796.52 |
| 2026-06-15 | 2810.73 |
| 2026-06-22 | 2817.98 |
| 2026-06-29 | 2810.90 |
| 2026-07-06 | 2882.70 |
| 2026-07-13 | 2885.32 |
| 2026-07-20 | 2872.61 |
| 2026-07-27 | 2879.39 |
| 2026-08-03 | 2877.42 |
| 2026-08-10 | 2867.49 |
| 2026-08-17 | 2870.98 |
| 2026-08-25 | 2865.03 |
| 2026-09-01 | 2860.56 |
| 2026-09-08 | 2860.36 |
| 2026-09-15 | 2852.81 |
| 2026-09-22 | 2860.35 |
High
2885.32
Low
2723.58
Average
2804.79
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.