Skip to content

LVL to MDL exchange rate API

Latvian Lats to Moldovan Leu · quoted 2026-09-27

28.6955

▲ +3.18% over 1Y

1 LVL = 28.6955 MDL · 1 MDL = 0.03485 LVL · Get this rate via the API

1 LVL buys 28.6955 MDL as of 2026-09-27, so 1 MDL buys 0.03485 LVL. Over the last year, LVL/MDL traded between 27.8104 and 29.2463, averaged 28.4228 and rose 3.18%. The API holds daily LVL/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LVL/MDL over 1Y

LVL/MDL over 1Y: show the values
PointLVL/MDL
2025-09-2727.8104
2025-10-0427.9481
2025-10-1127.9818
2025-10-1828.0223
2025-10-2528.0380
2025-11-0127.9657
2025-11-0828.0824
2025-11-1528.0221
2025-11-2228.0397
2025-11-2928.0388
2025-12-0628.1655
2025-12-1428.2519
2025-12-2128.1478
2025-12-2828.0991
2026-01-0428.0706
2026-01-1127.9152
2026-01-1828.1990
2026-01-2528.6255
2026-02-0128.3422
2026-02-0828.5626
2026-02-1528.6119
2026-02-2228.6812
2026-03-0128.7375
2026-03-0828.5573
2026-03-1528.2848
2026-03-2228.8420
2026-03-2928.8247
2026-04-0528.8377
2026-04-1228.4413
2026-04-1928.4670
2026-04-2628.7018
2026-05-0328.4903
2026-05-1028.1949
2026-05-1828.6559
2026-05-2628.6993
2026-06-0228.5896
2026-06-1128.5929
2026-06-1828.5653
2026-06-2528.5645
2026-07-0229.2463
2026-07-0928.5520
2026-07-1628.5358
2026-07-2328.5795
2026-07-3028.6730
2026-08-0628.5108
2026-08-1328.4267
2026-08-2128.5921
2026-08-2828.3506
2026-09-0428.5632
2026-09-1128.5429
2026-09-1829.0187
2026-09-2528.4528

High

29.2463

Low

27.8104

Average

28.4228

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LVL/MDL API questions

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

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

How far back does LVL/MDL historical data go?

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