LTL to INR exchange rate API
Lithuanian Litas to Indian Rupee · quoted 2026-09-25
31.6503
▲ +4.94% over 1Y
1 LTL = 31.6503 INR · 1 INR = 0.03160 LTL · Get this rate via the API
1 LTL buys 31.6503 INR as of 2026-09-25, so 1 INR buys 0.03160 LTL. Over the last year, LTL/INR traded between 29.5098 and 32.3176, averaged 31.1522 and rose 4.94%. The API holds daily LTL/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
LTL/INR over 1Y: show the values
| Point | LTL/INR |
|---|---|
| 2025-09-25 | 30.1612 |
| 2025-10-02 | 30.1599 |
| 2025-10-09 | 29.9340 |
| 2025-10-16 | 29.7279 |
| 2025-10-23 | 29.5098 |
| 2025-10-30 | 29.8426 |
| 2025-11-06 | 29.5222 |
| 2025-11-13 | 29.7681 |
| 2025-11-20 | 29.6107 |
| 2025-11-27 | 30.0650 |
| 2025-12-04 | 30.3575 |
| 2025-12-12 | 30.7611 |
| 2025-12-19 | 30.4651 |
| 2025-12-26 | 30.7778 |
| 2026-01-02 | 30.7290 |
| 2026-01-09 | 30.4387 |
| 2026-01-16 | 30.5032 |
| 2026-01-23 | 31.2535 |
| 2026-01-30 | 31.7059 |
| 2026-02-06 | 30.9585 |
| 2026-02-13 | 31.1489 |
| 2026-02-20 | 30.9653 |
| 2026-02-27 | 31.1206 |
| 2026-03-06 | 30.9061 |
| 2026-03-13 | 30.8190 |
| 2026-03-20 | 31.3591 |
| 2026-03-27 | 31.6859 |
| 2026-04-03 | 30.9731 |
| 2026-04-10 | 31.4578 |
| 2026-04-17 | 31.4360 |
| 2026-04-24 | 31.9203 |
| 2026-05-01 | 32.2412 |
| 2026-05-08 | 32.0004 |
| 2026-05-16 | 32.3176 |
| 2026-05-24 | 32.2225 |
| 2026-05-31 | 32.1103 |
| 2026-06-09 | 31.8623 |
| 2026-06-16 | 31.7156 |
| 2026-06-23 | 31.3615 |
| 2026-06-30 | 31.2513 |
| 2026-07-07 | 31.4587 |
| 2026-07-14 | 31.7412 |
| 2026-07-21 | 31.8036 |
| 2026-07-28 | 31.5896 |
| 2026-08-04 | 31.7950 |
| 2026-08-11 | 31.9135 |
| 2026-08-18 | 32.0854 |
| 2026-08-26 | 32.2507 |
| 2026-09-02 | 31.8499 |
| 2026-09-09 | 32.0390 |
| 2026-09-16 | 32.0804 |
| 2026-09-23 | 31.6834 |
High
32.3176
Low
29.5098
Average
31.1522
Get this rate via the API
One GET request returns the LTL/INR 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=LTL¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
LTL/INR API questions
How do I get the LTL/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LTL/INR rate in rates.INR.
How far back does LTL/INR historical data go?
Daily LTL/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free LTL/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.