Skip to content

LKR to HRK exchange rate API

Sri Lanka Rupee to Croatian Kuna · quoted 2026-09-27

0.02004

▼ +3.18% over YTD

1 LKR = 0.02004 HRK · 1 HRK = 49.9127 LKR · Get this rate via the API

1 LKR buys 0.02004 HRK as of 2026-09-27, so 1 HRK buys 49.9127 LKR. Over the year to date, LKR/HRK traded between 0.01896 and 0.02094, averaged 0.02005 and fell 3.18%. The API holds daily LKR/HRK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/HRK over YTD

LKR/HRK over YTD: show the values
PointLKR/HRK
2025-12-310.02069
2026-01-070.02072
2026-01-140.02089
2026-01-210.02070
2026-01-280.02025
2026-02-040.02055
2026-02-110.02040
2026-02-180.02051
2026-02-250.02061
2026-03-040.02090
2026-03-110.02081
2026-03-180.02094
2026-03-250.02063
2026-04-010.02061
2026-04-080.02044
2026-04-150.02022
2026-04-220.02021
2026-04-290.02010
2026-05-060.02003
2026-05-140.01975
2026-05-210.01896
2026-05-290.01962
2026-06-050.01928
2026-06-140.01941
2026-06-210.01966
2026-06-280.01965
2026-07-050.01962
2026-07-120.01964
2026-07-190.01958
2026-07-260.01968
2026-08-020.01943
2026-08-090.01940
2026-08-160.01954
2026-08-240.01956
2026-08-310.01977
2026-09-070.01973
2026-09-140.01978
2026-09-210.01980

High

0.02094

Low

0.01896

Average

0.02005

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/HRK API questions

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

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

How far back does LKR/HRK historical data go?

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