Skip to content

INR to LKR exchange rate API

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

3.4414

▲ +2.73% over 1Y

1 INR = 3.4414 LKR · 1 LKR = 0.29058 INR · Get this rate via the API

1 INR buys 3.4414 LKR as of 2026-09-25, so 1 LKR buys 0.29058 INR. Over the last year, INR/LKR traded between 3.3440 and 3.5745, averaged 3.4424 and rose 2.73%. The API holds daily INR/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/LKR over 1Y

INR/LKR over 1Y: show the values
PointINR/LKR
2025-09-253.3501
2025-10-023.3469
2025-10-093.4154
2025-10-163.4533
2025-10-233.4612
2025-10-303.4355
2025-11-063.4453
2025-11-133.4427
2025-11-203.4796
2025-11-273.4507
2025-12-043.4371
2025-12-113.4267
2025-12-183.4322
2025-12-253.4461
2026-01-013.4472
2026-01-083.4510
2026-01-153.4337
2026-01-223.3893
2026-01-293.3744
2026-02-053.4351
2026-02-123.4237
2026-02-193.4006
2026-02-263.4095
2026-03-053.3977
2026-03-123.3799
2026-03-193.3464
2026-03-263.3440
2026-04-023.3934
2026-04-093.4098
2026-04-163.3926
2026-04-233.3759
2026-04-303.3743
2026-05-073.4159
2026-05-143.4009
2026-05-213.5552
2026-05-283.4363
2026-06-043.5079
2026-06-113.4785
2026-06-183.5432
2026-06-253.5745
2026-07-023.5284
2026-07-093.5237
2026-07-163.4952
2026-07-233.4875
2026-07-303.5174
2026-08-063.5311
2026-08-133.5042
2026-08-203.4570
2026-08-273.4462
2026-09-033.4812
2026-09-103.4504
2026-09-173.4674
2026-09-243.4447

High

3.5745

Low

3.3440

Average

3.4424

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/LKR API questions

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

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

How far back does INR/LKR historical data go?

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