Skip to content

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

LVL/USD over 1Y: show the values
PointLVL/USD
2025-09-241.6791
2025-10-011.6704
2025-10-081.6544
2025-10-151.6533
2025-10-221.6512
2025-10-291.6574
2025-11-051.6353
2025-11-121.6472
2025-11-191.6473
2025-11-261.6478
2025-12-031.6558
2025-12-111.6629
2025-12-181.6703
2025-12-251.6758
2026-01-011.6713
2026-01-081.6612
2026-01-151.6560
2026-01-221.6635
2026-01-291.7031
2026-02-051.6787
2026-02-121.6532
2026-02-191.6783
2026-02-261.6818
2026-03-051.6539
2026-03-121.6412
2026-03-191.6348
2026-03-261.6448
2026-04-021.6432
2026-04-091.6532
2026-04-161.6532
2026-04-231.6532
2026-04-301.6532
2026-05-071.6532
2026-05-151.6532
2026-05-231.6509
2026-05-301.6591
2026-06-061.6394
2026-06-151.6525
2026-06-221.6300
2026-06-291.6199
2026-07-061.6267
2026-07-131.6215
2026-07-201.6279
2026-07-271.6224
2026-08-031.6405
2026-08-101.6439
2026-08-171.6476
2026-08-251.6598
2026-09-011.6510
2026-09-081.6541
2026-09-151.6414
2026-09-221.6327

High

1.7031

Low

1.6188

Average

1.6516

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=USD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=USD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=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&currencies=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.