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: show the values
| Point | INR/LKR |
|---|---|
| 2025-09-25 | 3.3501 |
| 2025-10-02 | 3.3469 |
| 2025-10-09 | 3.4154 |
| 2025-10-16 | 3.4533 |
| 2025-10-23 | 3.4612 |
| 2025-10-30 | 3.4355 |
| 2025-11-06 | 3.4453 |
| 2025-11-13 | 3.4427 |
| 2025-11-20 | 3.4796 |
| 2025-11-27 | 3.4507 |
| 2025-12-04 | 3.4371 |
| 2025-12-11 | 3.4267 |
| 2025-12-18 | 3.4322 |
| 2025-12-25 | 3.4461 |
| 2026-01-01 | 3.4472 |
| 2026-01-08 | 3.4510 |
| 2026-01-15 | 3.4337 |
| 2026-01-22 | 3.3893 |
| 2026-01-29 | 3.3744 |
| 2026-02-05 | 3.4351 |
| 2026-02-12 | 3.4237 |
| 2026-02-19 | 3.4006 |
| 2026-02-26 | 3.4095 |
| 2026-03-05 | 3.3977 |
| 2026-03-12 | 3.3799 |
| 2026-03-19 | 3.3464 |
| 2026-03-26 | 3.3440 |
| 2026-04-02 | 3.3934 |
| 2026-04-09 | 3.4098 |
| 2026-04-16 | 3.3926 |
| 2026-04-23 | 3.3759 |
| 2026-04-30 | 3.3743 |
| 2026-05-07 | 3.4159 |
| 2026-05-14 | 3.4009 |
| 2026-05-21 | 3.5552 |
| 2026-05-28 | 3.4363 |
| 2026-06-04 | 3.5079 |
| 2026-06-11 | 3.4785 |
| 2026-06-18 | 3.5432 |
| 2026-06-25 | 3.5745 |
| 2026-07-02 | 3.5284 |
| 2026-07-09 | 3.5237 |
| 2026-07-16 | 3.4952 |
| 2026-07-23 | 3.4875 |
| 2026-07-30 | 3.5174 |
| 2026-08-06 | 3.5311 |
| 2026-08-13 | 3.5042 |
| 2026-08-20 | 3.4570 |
| 2026-08-27 | 3.4462 |
| 2026-09-03 | 3.4812 |
| 2026-09-10 | 3.4504 |
| 2026-09-17 | 3.4674 |
| 2026-09-24 | 3.4447 |
High
3.5745
Low
3.3440
Average
3.4424
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.