HKD to LKR exchange rate API
Hong Kong Dollar to Sri Lanka Rupee · quoted 2026-09-24
42.0801
▲ +10.15% over 1Y
1 HKD = 42.0801 LKR · 1 LKR = 0.02376 HKD · Get this rate via the API
1 HKD buys 42.0801 LKR as of 2026-09-24, so 1 LKR buys 0.02376 HKD. Over the last year, HKD/LKR traded between 38.1603 and 42.9920, averaged 40.7704 and rose 10.15%. The API holds daily HKD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/LKR over 1Y: show the values
| Point | HKD/LKR |
|---|---|
| 2025-09-24 | 38.2022 |
| 2025-10-01 | 38.1603 |
| 2025-10-08 | 38.9600 |
| 2025-10-15 | 39.0556 |
| 2025-10-22 | 39.0804 |
| 2025-10-29 | 39.2355 |
| 2025-11-05 | 39.2048 |
| 2025-11-12 | 39.2359 |
| 2025-11-19 | 39.6365 |
| 2025-11-26 | 39.6475 |
| 2025-12-03 | 39.6989 |
| 2025-12-10 | 39.7388 |
| 2025-12-17 | 39.8141 |
| 2025-12-24 | 39.8313 |
| 2025-12-31 | 39.8356 |
| 2026-01-07 | 39.9055 |
| 2026-01-14 | 39.7501 |
| 2026-01-21 | 39.8092 |
| 2026-01-28 | 39.7758 |
| 2026-02-04 | 39.6922 |
| 2026-02-11 | 39.6778 |
| 2026-02-18 | 39.6782 |
| 2026-02-25 | 39.6535 |
| 2026-03-04 | 39.7621 |
| 2026-03-11 | 39.8060 |
| 2026-03-18 | 39.8041 |
| 2026-03-25 | 40.2499 |
| 2026-04-01 | 40.3202 |
| 2026-04-08 | 40.3232 |
| 2026-04-15 | 40.3707 |
| 2026-04-22 | 40.5285 |
| 2026-04-29 | 40.8415 |
| 2026-05-06 | 40.9559 |
| 2026-05-13 | 41.4861 |
| 2026-05-20 | 42.6931 |
| 2026-05-27 | 41.7303 |
| 2026-06-03 | 42.6346 |
| 2026-06-10 | 42.3497 |
| 2026-06-17 | 42.6849 |
| 2026-06-24 | 42.8952 |
| 2026-07-01 | 42.9349 |
| 2026-07-08 | 42.8389 |
| 2026-07-15 | 42.9589 |
| 2026-07-22 | 42.9920 |
| 2026-07-29 | 42.8992 |
| 2026-08-05 | 42.8769 |
| 2026-08-12 | 42.7041 |
| 2026-08-19 | 42.3460 |
| 2026-08-26 | 41.9923 |
| 2026-09-02 | 41.9505 |
| 2026-09-09 | 41.9948 |
| 2026-09-16 | 42.2577 |
| 2026-09-23 | 42.0611 |
High
42.9920
Low
38.1603
Average
40.7704
Get this rate via the API
One GET request returns the HKD/LKR 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=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/LKR API questions
How do I get the HKD/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/LKR rate in rates.LKR.
How far back does HKD/LKR historical data go?
Daily HKD/LKR 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/LKR 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.