Skip to content

LKR to INR exchange rate API

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

0.29013

▼ +1.29% over 1Y

1 LKR = 0.29013 INR · 1 INR = 3.4467 LKR · Get this rate via the API

1 LKR buys 0.29013 INR as of 2026-09-27, so 1 INR buys 3.4467 LKR. Over the last year, LKR/INR traded between 0.28080 and 0.30187, averaged 0.29093 and fell 1.29%. The API holds daily LKR/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/INR over 1Y

LKR/INR over 1Y: show the values
PointLKR/INR
2025-09-270.29392
2025-10-040.29326
2025-10-110.29422
2025-10-180.29000
2025-10-250.28918
2025-11-010.29141
2025-11-080.29092
2025-11-150.28932
2025-11-220.29125
2025-11-290.29038
2025-12-060.29175
2025-12-130.29300
2025-12-200.29006
2025-12-270.29025
2026-01-030.29064
2026-01-100.29192
2026-01-170.29294
2026-01-240.29580
2026-01-310.29462
2026-02-070.29275
2026-02-140.29286
2026-02-210.29319
2026-02-280.29458
2026-03-070.29550
2026-03-140.29745
2026-03-210.30187
2026-03-280.30112
2026-04-040.29461
2026-04-110.29513
2026-04-180.29297
2026-04-250.29617
2026-05-020.29684
2026-05-090.29332
2026-05-160.29210
2026-05-230.28603
2026-05-300.28804
2026-06-060.28236
2026-06-130.28384
2026-06-200.28283
2026-06-270.28080
2026-07-040.28482
2026-07-110.28467
2026-07-180.28771
2026-07-250.28700
2026-08-010.28510
2026-08-080.28362
2026-08-150.28740
2026-08-220.29077
2026-08-290.29114
2026-09-050.28771
2026-09-120.29093
2026-09-190.28993
2026-09-260.29013

High

0.30187

Low

0.28080

Average

0.29093

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/INR API questions

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

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

How far back does LKR/INR historical data go?

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