Skip to content

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

HKD/LKR over 1Y: show the values
PointHKD/LKR
2025-09-2438.2022
2025-10-0138.1603
2025-10-0838.9600
2025-10-1539.0556
2025-10-2239.0804
2025-10-2939.2355
2025-11-0539.2048
2025-11-1239.2359
2025-11-1939.6365
2025-11-2639.6475
2025-12-0339.6989
2025-12-1039.7388
2025-12-1739.8141
2025-12-2439.8313
2025-12-3139.8356
2026-01-0739.9055
2026-01-1439.7501
2026-01-2139.8092
2026-01-2839.7758
2026-02-0439.6922
2026-02-1139.6778
2026-02-1839.6782
2026-02-2539.6535
2026-03-0439.7621
2026-03-1139.8060
2026-03-1839.8041
2026-03-2540.2499
2026-04-0140.3202
2026-04-0840.3232
2026-04-1540.3707
2026-04-2240.5285
2026-04-2940.8415
2026-05-0640.9559
2026-05-1341.4861
2026-05-2042.6931
2026-05-2741.7303
2026-06-0342.6346
2026-06-1042.3497
2026-06-1742.6849
2026-06-2442.8952
2026-07-0142.9349
2026-07-0842.8389
2026-07-1542.9589
2026-07-2242.9920
2026-07-2942.8992
2026-08-0542.8769
2026-08-1242.7041
2026-08-1942.3460
2026-08-2641.9923
2026-09-0241.9505
2026-09-0941.9948
2026-09-1642.2577
2026-09-2342.0611

High

42.9920

Low

38.1603

Average

40.7704

For developers

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