Skip to content

LKR to HKD exchange rate API

Sri Lanka Rupee to Hong Kong Dollar · quoted 2026-09-27

0.02378

▼ +7.79% over 1Y

1 LKR = 0.02378 HKD · 1 HKD = 42.0575 LKR · Get this rate via the API

1 LKR buys 0.02378 HKD as of 2026-09-27, so 1 HKD buys 42.0575 LKR. Over the last year, LKR/HKD traded between 0.02328 and 0.02580, averaged 0.02456 and fell 7.79%. The API holds daily LKR/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/HKD over 1Y

LKR/HKD over 1Y: show the values
PointLKR/HKD
2025-09-270.02579
2025-10-040.02571
2025-10-110.02580
2025-10-180.02559
2025-10-250.02559
2025-11-010.02550
2025-11-080.02552
2025-11-150.02535
2025-11-220.02530
2025-11-290.02530
2025-12-060.02525
2025-12-130.02519
2025-12-200.02520
2025-12-270.02510
2026-01-030.02516
2026-01-100.02521
2026-01-170.02517
2026-01-240.02518
2026-01-310.02511
2026-02-070.02525
2026-02-140.02528
2026-02-210.02525
2026-02-280.02530
2026-03-070.02514
2026-03-140.02516
2026-03-210.02511
2026-03-280.02484
2026-04-040.02490
2026-04-110.02482
2026-04-180.02480
2026-04-250.02462
2026-05-020.02451
2026-05-090.02433
2026-05-160.02383
2026-05-230.02342
2026-05-300.02377
2026-06-060.02328
2026-06-130.02337
2026-06-200.02348
2026-06-270.02332
2026-07-040.02339
2026-07-110.02336
2026-07-180.02334
2026-07-250.02332
2026-08-010.02343
2026-08-080.02339
2026-08-150.02359
2026-08-220.02382
2026-08-290.02390
2026-09-050.02389
2026-09-120.02387
2026-09-190.02369
2026-09-260.02378

High

0.02580

Low

0.02328

Average

0.02456

For developers

Get this rate via the API

One GET request returns the LKR/HKD 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=LKR&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=HKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/HKD API questions

How do I get the LKR/HKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/HKD rate in rates.HKD.

How far back does LKR/HKD historical data go?

Daily LKR/HKD 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 LKR/HKD 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.