Skip to content

LKR to HNL exchange rate API

Sri Lanka Rupee to Lempira · quoted 2026-09-27

0.08152

▼ +6.18% over 1Y

1 LKR = 0.08152 HNL · 1 HNL = 12.2674 LKR · Get this rate via the API

1 LKR buys 0.08152 HNL as of 2026-09-27, so 1 HNL buys 12.2674 LKR. Over the last year, LKR/HNL traded between 0.07799 and 0.08689, averaged 0.08344 and fell 6.18%. The API holds daily LKR/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/HNL over 1Y

LKR/HNL over 1Y: show the values
PointLKR/HNL
2025-09-270.08689
2025-10-040.08661
2025-10-110.08688
2025-10-180.08637
2025-10-250.08652
2025-11-010.08637
2025-11-080.08635
2025-11-150.08582
2025-11-220.08555
2025-11-290.08560
2025-12-060.08532
2025-12-140.08522
2025-12-210.08532
2025-12-280.08523
2026-01-040.08521
2026-01-110.08539
2026-01-180.08523
2026-01-250.08524
2026-02-010.08539
2026-02-080.08546
2026-02-150.08559
2026-02-220.08561
2026-03-010.08565
2026-03-080.08521
2026-03-150.08524
2026-03-220.08505
2026-03-290.08434
2026-04-050.08420
2026-04-120.08401
2026-04-190.08403
2026-04-260.08332
2026-05-030.08324
2026-05-100.08241
2026-05-180.08087
2026-05-260.08197
2026-06-020.08020
2026-06-110.08027
2026-06-180.07992
2026-06-250.07934
2026-07-020.07799
2026-07-090.07959
2026-07-160.07931
2026-07-230.07945
2026-07-300.07956
2026-08-060.07976
2026-08-130.08030
2026-08-210.08121
2026-08-280.08162
2026-09-040.08170
2026-09-110.08146
2026-09-180.08114
2026-09-250.08109

High

0.08689

Low

0.07799

Average

0.08344

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/HNL API questions

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

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

How far back does LKR/HNL historical data go?

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