Skip to content

INR to LSL exchange rate API

Indian Rupee to Loti · quoted 2026-09-24

0.17015

▼ +12.53% over 1Y

1 INR = 0.17015 LSL · 1 LSL = 5.8772 INR · Get this rate via the API

1 INR buys 0.17015 LSL as of 2026-09-24, so 1 LSL buys 5.8772 INR. Over the last year, INR/LSL traded between 0.16780 and 0.19798, averaged 0.17943 and fell 12.53%. The API holds daily INR/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/LSL over 1Y

INR/LSL over 1Y: show the values
PointINR/LSL
2025-09-240.19453
2025-10-010.19460
2025-10-080.19440
2025-10-150.19704
2025-10-220.19692
2025-10-290.19438
2025-11-050.19798
2025-11-120.19375
2025-11-190.19440
2025-11-260.19265
2025-12-030.18964
2025-12-110.18770
2025-12-180.18595
2025-12-250.18552
2026-01-010.18387
2026-01-080.18301
2026-01-150.18166
2026-01-220.17752
2026-01-290.17124
2026-02-050.17816
2026-02-120.17569
2026-02-190.17580
2026-02-260.17436
2026-03-050.17858
2026-03-120.18027
2026-03-190.18152
2026-03-260.18071
2026-04-020.18220
2026-04-090.17931
2026-04-160.17552
2026-04-230.17527
2026-04-300.17774
2026-05-070.17543
2026-05-150.17183
2026-05-230.17197
2026-05-300.17095
2026-06-060.17428
2026-06-150.17052
2026-06-220.17361
2026-06-290.17421
2026-07-060.17037
2026-07-130.17144
2026-07-200.17125
2026-07-270.17434
2026-08-030.17284
2026-08-100.16959
2026-08-170.16923
2026-08-250.16780
2026-09-010.16971
2026-09-080.16865
2026-09-150.16961
2026-09-220.16999

High

0.19798

Low

0.16780

Average

0.17943

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/LSL API questions

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

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

How far back does INR/LSL historical data go?

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