Skip to content

LKR to TRY exchange rate API

Sri Lanka Rupee to Turkish Lira · quoted 2026-09-27

0.14812

▲ +6.90% over YTD

1 LKR = 0.14812 TRY · 1 TRY = 6.7512 LKR · Get this rate via the API

1 LKR buys 0.14812 TRY as of 2026-09-27, so 1 TRY buys 6.7512 LKR. Over the year to date, LKR/TRY traded between 0.13632 and 0.14812, averaged 0.14128 and rose 6.90%. The API holds daily LKR/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/TRY over YTD

LKR/TRY over YTD: show the values
PointLKR/TRY
2025-12-310.13856
2026-01-070.13853
2026-01-140.13932
2026-01-210.13949
2026-01-280.13991
2026-02-040.14033
2026-02-110.14070
2026-02-180.14112
2026-02-250.14146
2026-03-040.14147
2026-03-110.14153
2026-03-180.14174
2026-03-250.14094
2026-04-010.14071
2026-04-080.14084
2026-04-150.14136
2026-04-220.14153
2026-04-290.14081
2026-05-060.14092
2026-05-130.13981
2026-05-200.13632
2026-05-270.14040
2026-06-030.13755
2026-06-100.13902
2026-06-170.13848
2026-06-240.13823
2026-07-010.13858
2026-07-080.13953
2026-07-150.13966
2026-07-220.14008
2026-07-290.14088
2026-08-050.14147
2026-08-120.14252
2026-08-190.14435
2026-08-260.14619
2026-09-020.14679
2026-09-090.14720
2026-09-160.14677
2026-09-230.14803

High

0.14812

Low

0.13632

Average

0.14128

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/TRY API questions

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

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

How far back does LKR/TRY historical data go?

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