LVL to USD exchange rate API
Latvian Lats to US Dollar · quoted 2026-09-24
1.6188
▼ +3.59% over 1Y
1 LVL = 1.6188 USD · 1 USD = 0.61775 LVL · Get this rate via the API
1 LVL buys 1.6188 USD as of 2026-09-24, so 1 USD buys 0.61775 LVL. Over the last year, LVL/USD traded between 1.6188 and 1.7031, averaged 1.6516 and fell 3.59%. The API holds daily LVL/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LVL/USD over 1Y: show the values
| Point | LVL/USD |
|---|---|
| 2025-09-24 | 1.6791 |
| 2025-10-01 | 1.6704 |
| 2025-10-08 | 1.6544 |
| 2025-10-15 | 1.6533 |
| 2025-10-22 | 1.6512 |
| 2025-10-29 | 1.6574 |
| 2025-11-05 | 1.6353 |
| 2025-11-12 | 1.6472 |
| 2025-11-19 | 1.6473 |
| 2025-11-26 | 1.6478 |
| 2025-12-03 | 1.6558 |
| 2025-12-11 | 1.6629 |
| 2025-12-18 | 1.6703 |
| 2025-12-25 | 1.6758 |
| 2026-01-01 | 1.6713 |
| 2026-01-08 | 1.6612 |
| 2026-01-15 | 1.6560 |
| 2026-01-22 | 1.6635 |
| 2026-01-29 | 1.7031 |
| 2026-02-05 | 1.6787 |
| 2026-02-12 | 1.6532 |
| 2026-02-19 | 1.6783 |
| 2026-02-26 | 1.6818 |
| 2026-03-05 | 1.6539 |
| 2026-03-12 | 1.6412 |
| 2026-03-19 | 1.6348 |
| 2026-03-26 | 1.6448 |
| 2026-04-02 | 1.6432 |
| 2026-04-09 | 1.6532 |
| 2026-04-16 | 1.6532 |
| 2026-04-23 | 1.6532 |
| 2026-04-30 | 1.6532 |
| 2026-05-07 | 1.6532 |
| 2026-05-15 | 1.6532 |
| 2026-05-23 | 1.6509 |
| 2026-05-30 | 1.6591 |
| 2026-06-06 | 1.6394 |
| 2026-06-15 | 1.6525 |
| 2026-06-22 | 1.6300 |
| 2026-06-29 | 1.6199 |
| 2026-07-06 | 1.6267 |
| 2026-07-13 | 1.6215 |
| 2026-07-20 | 1.6279 |
| 2026-07-27 | 1.6224 |
| 2026-08-03 | 1.6405 |
| 2026-08-10 | 1.6439 |
| 2026-08-17 | 1.6476 |
| 2026-08-25 | 1.6598 |
| 2026-09-01 | 1.6510 |
| 2026-09-08 | 1.6541 |
| 2026-09-15 | 1.6414 |
| 2026-09-22 | 1.6327 |
High
1.7031
Low
1.6188
Average
1.6516
Get this rate via the API
One GET request returns the LVL/USD 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=USD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=USD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=USD").json()Replace YOUR_API_KEY with the key from your dashboard.
LVL/USD API questions
How do I get the LVL/USD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=USD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LVL/USD rate in rates.USD.
How far back does LVL/USD historical data go?
Daily LVL/USD 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 LVL/USD 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.