Skip to content

USD to LVL exchange rate API

US Dollar to Latvian Lats · quoted 2026-09-27

0.61692

▲ +2.73% over 1Y

1 USD = 0.61692 LVL · 1 LVL = 1.6209 USD · Get this rate via the API

1 USD buys 0.61692 LVL as of 2026-09-27, so 1 LVL buys 1.6209 USD. Over the last year, USD/LVL traded between 0.59205 and 0.61814, averaged 0.60519 and rose 2.73%. The API holds daily USD/LVL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/LVL over 1Y

USD/LVL over 1Y: show the values
PointUSD/LVL
2025-09-270.60052
2025-10-040.59861
2025-10-110.60567
2025-10-180.60290
2025-10-250.60459
2025-11-010.60899
2025-11-080.60747
2025-11-150.60495
2025-11-220.61038
2025-11-290.60623
2025-12-060.60356
2025-12-140.59845
2025-12-210.60003
2025-12-280.59690
2026-01-040.59914
2026-01-110.60405
2026-01-180.60556
2026-01-250.59437
2026-02-010.59283
2026-02-080.59465
2026-02-150.59205
2026-02-220.59643
2026-03-010.59476
2026-03-080.60485
2026-03-150.61285
2026-03-220.60629
2026-03-290.60914
2026-04-050.61011
2026-04-120.60489
2026-04-190.60489
2026-04-260.60489
2026-05-030.60489
2026-05-100.60489
2026-05-180.60489
2026-05-260.60407
2026-06-020.60393
2026-06-110.60862
2026-06-180.60986
2026-06-250.61812
2026-07-020.60489
2026-07-090.61504
2026-07-160.61295
2026-07-230.61498
2026-07-300.61354
2026-08-060.60833
2026-08-130.60989
2026-08-210.60117
2026-08-280.60347
2026-09-040.60464
2026-09-110.60579
2026-09-180.60489
2026-09-250.61814

High

0.61814

Low

0.59205

Average

0.60519

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=LVL").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/LVL API questions

How do I get the USD/LVL exchange rate from an API?

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

How far back does USD/LVL historical data go?

Daily USD/LVL 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 USD/LVL 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.