Skip to content

LTL to LKR exchange rate API

Lithuanian Litas to Sri Lanka Rupee · quoted 2026-09-27

108.8391

▲ +6.44% over 1Y

1 LTL = 108.8391 LKR · 1 LKR = 0.009188 LTL · Get this rate via the API

1 LTL buys 108.8391 LKR as of 2026-09-27, so 1 LKR buys 0.009188 LTL. Over the last year, LTL/LKR traded between 101.3777 and 113.9944, averaged 107.2231 and rose 6.44%. The API holds daily LTL/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LTL/LKR over 1Y

LTL/LKR over 1Y: show the values
PointLTL/LKR
2025-09-27102.2553
2025-10-04102.8898
2025-10-11101.3777
2025-10-18102.4989
2025-10-25102.2408
2025-11-01101.8679
2025-11-08102.0896
2025-11-15103.1388
2025-11-22102.6092
2025-11-29103.3113
2025-12-06103.9838
2025-12-14105.1543
2025-12-21104.9057
2025-12-28105.5348
2026-01-04105.2209
2026-01-11104.3533
2026-01-18104.3131
2026-01-25106.2691
2026-02-01106.3910
2026-02-08106.0365
2026-02-15106.4739
2026-02-22105.7061
2026-03-01105.9532
2026-03-08104.7624
2026-03-15103.4151
2026-03-22104.8042
2026-03-29105.1986
2026-04-05105.2569
2026-04-12106.9060
2026-04-19107.2734
2026-04-26107.8340
2026-05-03108.3034
2026-05-10108.9597
2026-05-18111.5930
2026-05-26109.3127
2026-06-02111.9162
2026-06-11111.4079
2026-06-18111.5568
2026-06-25111.1106
2026-07-02113.9944
2026-07-09111.2360
2026-07-16111.8368
2026-07-23111.4825
2026-07-30111.6562
2026-08-06112.5065
2026-08-13111.6169
2026-08-21111.8537
2026-08-28110.9104
2026-09-04110.7207
2026-09-11110.6703
2026-09-18112.3550
2026-09-25108.9623

High

113.9944

Low

101.3777

Average

107.2231

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LTL/LKR API questions

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

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

How far back does LTL/LKR historical data go?

Daily LTL/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 LTL/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.