LVL to INR exchange rate API
Latvian Lats to Indian Rupee · quoted 2026-09-25
155.4955
▲ +4.94% over 1Y
1 LVL = 155.4955 INR · 1 INR = 0.006431 LVL · Get this rate via the API
1 LVL buys 155.4955 INR as of 2026-09-25, so 1 INR buys 0.006431 LVL. Over the last year, LVL/INR traded between 144.9794 and 158.7739, averaged 152.9539 and rose 4.94%. The API holds daily LVL/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
LVL/INR over 1Y: show the values
| Point | LVL/INR |
|---|---|
| 2025-09-25 | 148.1795 |
| 2025-10-02 | 148.1734 |
| 2025-10-09 | 147.0633 |
| 2025-10-16 | 146.0508 |
| 2025-10-23 | 144.9794 |
| 2025-10-30 | 146.6143 |
| 2025-11-06 | 145.0402 |
| 2025-11-13 | 146.2485 |
| 2025-11-20 | 145.4749 |
| 2025-11-27 | 147.7068 |
| 2025-12-04 | 149.1442 |
| 2025-12-12 | 151.1270 |
| 2025-12-19 | 149.6725 |
| 2025-12-26 | 151.2087 |
| 2026-01-02 | 150.9692 |
| 2026-01-09 | 149.5431 |
| 2026-01-16 | 149.8599 |
| 2026-01-23 | 153.5457 |
| 2026-01-30 | 155.7688 |
| 2026-02-06 | 152.0964 |
| 2026-02-13 | 153.0321 |
| 2026-02-20 | 152.1300 |
| 2026-02-27 | 152.8930 |
| 2026-03-06 | 151.8391 |
| 2026-03-13 | 151.4114 |
| 2026-03-20 | 154.0649 |
| 2026-03-27 | 155.6704 |
| 2026-04-03 | 152.1682 |
| 2026-04-10 | 153.5595 |
| 2026-04-17 | 153.4533 |
| 2026-04-24 | 155.8176 |
| 2026-05-01 | 157.3837 |
| 2026-05-08 | 156.2085 |
| 2026-05-16 | 158.7739 |
| 2026-05-24 | 158.3066 |
| 2026-05-31 | 157.7555 |
| 2026-06-09 | 156.5369 |
| 2026-06-16 | 155.8160 |
| 2026-06-23 | 154.0763 |
| 2026-06-30 | 153.5351 |
| 2026-07-07 | 154.5542 |
| 2026-07-14 | 155.9418 |
| 2026-07-21 | 156.2485 |
| 2026-07-28 | 155.1973 |
| 2026-08-04 | 156.2060 |
| 2026-08-11 | 156.7886 |
| 2026-08-18 | 157.6331 |
| 2026-08-26 | 158.4450 |
| 2026-09-02 | 156.4760 |
| 2026-09-09 | 157.4050 |
| 2026-09-16 | 157.6084 |
| 2026-09-23 | 155.6578 |
High
158.7739
Low
144.9794
Average
152.9539
Get this rate via the API
One GET request returns the LVL/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=LVL¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
LVL/INR API questions
How do I get the LVL/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LVL/INR rate in rates.INR.
How far back does LVL/INR historical data go?
Daily LVL/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 LVL/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.