Skip to content

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

HKD/LAK over 1Y: show the values
PointHKD/LAK
2025-09-242787.33
2025-10-012780.32
2025-10-082793.81
2025-10-152784.37
2025-10-222796.37
2025-10-292793.53
2025-11-052790.36
2025-11-122791.69
2025-11-192783.07
2025-11-262781.27
2025-12-032786.63
2025-12-112776.54
2025-12-182784.04
2025-12-252781.94
2026-01-012777.21
2026-01-082770.37
2026-01-152770.45
2026-01-222776.11
2026-01-292760.59
2026-02-052756.24
2026-02-122753.53
2026-02-192749.61
2026-02-262723.58
2026-03-052737.26
2026-03-122744.36
2026-03-192759.65
2026-03-262764.12
2026-04-022798.94
2026-04-092803.16
2026-04-162812.39
2026-04-232826.30
2026-04-302805.43
2026-05-072805.24
2026-05-152803.41
2026-05-232809.39
2026-05-302803.32
2026-06-062796.52
2026-06-152810.73
2026-06-222817.98
2026-06-292810.90
2026-07-062882.70
2026-07-132885.32
2026-07-202872.61
2026-07-272879.39
2026-08-032877.42
2026-08-102867.49
2026-08-172870.98
2026-08-252865.03
2026-09-012860.56
2026-09-082860.36
2026-09-152852.81
2026-09-222860.35

High

2885.32

Low

2723.58

Average

2804.79

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=LAK");
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=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&currencies=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.