Skip to content

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

HKD/LAK over YTD: show the values
PointHKD/LAK
2025-12-312779.39
2026-01-072778.88
2026-01-142776.56
2026-01-212772.20
2026-01-282746.88
2026-02-042739.04
2026-02-112749.98
2026-02-182737.89
2026-02-252734.93
2026-03-042739.36
2026-03-112734.84
2026-03-182733.89
2026-03-252749.52
2026-04-012797.33
2026-04-082799.39
2026-04-152806.02
2026-04-222820.65
2026-04-292800.30
2026-05-062796.71
2026-05-142805.22
2026-05-212799.82
2026-05-292787.54
2026-06-052805.08
2026-06-142805.12
2026-06-212813.01
2026-06-282854.59
2026-07-052872.90
2026-07-122867.57
2026-07-192877.37
2026-07-262886.54
2026-08-022882.44
2026-08-092877.45
2026-08-162862.01
2026-08-242876.99
2026-08-312872.61
2026-09-072855.75
2026-09-142855.11
2026-09-212856.15

High

2886.54

Low

2733.89

Average

2809.40

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.