HKD to LSL exchange rate API
Hong Kong Dollar to Loti · quoted 2026-09-25
2.0942
▼ +5.98% over 1Y
1 HKD = 2.0942 LSL · 1 LSL = 0.47751 HKD · Get this rate via the API
1 HKD buys 2.0942 LSL as of 2026-09-25, so 1 LSL buys 0.47751 HKD. Over the last year, HKD/LSL traded between 2.0333 and 2.2430, averaged 2.1216 and fell 5.98%. The API holds daily HKD/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/LSL over 1Y: show the values
| Point | HKD/LSL |
|---|---|
| 2025-09-25 | 2.2274 |
| 2025-10-02 | 2.2117 |
| 2025-10-09 | 2.2062 |
| 2025-10-16 | 2.2271 |
| 2025-10-23 | 2.2430 |
| 2025-10-30 | 2.2108 |
| 2025-11-06 | 2.2376 |
| 2025-11-13 | 2.2012 |
| 2025-11-20 | 2.2094 |
| 2025-11-27 | 2.2024 |
| 2025-12-04 | 2.1913 |
| 2025-12-12 | 2.1679 |
| 2025-12-19 | 2.1510 |
| 2025-12-26 | 2.1416 |
| 2026-01-02 | 2.1232 |
| 2026-01-09 | 2.1199 |
| 2026-01-16 | 2.0958 |
| 2026-01-23 | 2.0663 |
| 2026-01-30 | 2.0335 |
| 2026-02-06 | 2.0790 |
| 2026-02-13 | 2.0412 |
| 2026-02-20 | 2.0695 |
| 2026-02-27 | 2.0350 |
| 2026-03-06 | 2.1205 |
| 2026-03-13 | 2.1390 |
| 2026-03-20 | 2.1382 |
| 2026-03-27 | 2.1802 |
| 2026-04-03 | 2.1609 |
| 2026-04-10 | 2.0848 |
| 2026-04-17 | 2.0955 |
| 2026-04-24 | 2.1251 |
| 2026-05-01 | 2.1266 |
| 2026-05-08 | 2.0910 |
| 2026-05-16 | 2.1317 |
| 2026-05-24 | 2.1027 |
| 2026-05-31 | 2.0722 |
| 2026-06-09 | 2.1044 |
| 2026-06-16 | 2.0695 |
| 2026-06-23 | 2.0938 |
| 2026-06-30 | 2.0986 |
| 2026-07-07 | 2.0698 |
| 2026-07-14 | 2.1021 |
| 2026-07-21 | 2.1044 |
| 2026-07-28 | 2.1400 |
| 2026-08-04 | 2.1053 |
| 2026-08-11 | 2.0632 |
| 2026-08-18 | 2.0706 |
| 2026-08-26 | 2.0333 |
| 2026-09-02 | 2.0625 |
| 2026-09-09 | 2.0403 |
| 2026-09-16 | 2.0685 |
| 2026-09-23 | 2.0648 |
High
2.2430
Low
2.0333
Average
2.1216
Get this rate via the API
One GET request returns the HKD/LSL 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=LSL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LSL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LSL").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/LSL API questions
How do I get the HKD/LSL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LSL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/LSL rate in rates.LSL.
How far back does HKD/LSL historical data go?
Daily HKD/LSL 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/LSL 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.