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: show the values
| Point | LVL/MDL |
|---|---|
| 2025-09-27 | 27.8104 |
| 2025-10-04 | 27.9481 |
| 2025-10-11 | 27.9818 |
| 2025-10-18 | 28.0223 |
| 2025-10-25 | 28.0380 |
| 2025-11-01 | 27.9657 |
| 2025-11-08 | 28.0824 |
| 2025-11-15 | 28.0221 |
| 2025-11-22 | 28.0397 |
| 2025-11-29 | 28.0388 |
| 2025-12-06 | 28.1655 |
| 2025-12-14 | 28.2519 |
| 2025-12-21 | 28.1478 |
| 2025-12-28 | 28.0991 |
| 2026-01-04 | 28.0706 |
| 2026-01-11 | 27.9152 |
| 2026-01-18 | 28.1990 |
| 2026-01-25 | 28.6255 |
| 2026-02-01 | 28.3422 |
| 2026-02-08 | 28.5626 |
| 2026-02-15 | 28.6119 |
| 2026-02-22 | 28.6812 |
| 2026-03-01 | 28.7375 |
| 2026-03-08 | 28.5573 |
| 2026-03-15 | 28.2848 |
| 2026-03-22 | 28.8420 |
| 2026-03-29 | 28.8247 |
| 2026-04-05 | 28.8377 |
| 2026-04-12 | 28.4413 |
| 2026-04-19 | 28.4670 |
| 2026-04-26 | 28.7018 |
| 2026-05-03 | 28.4903 |
| 2026-05-10 | 28.1949 |
| 2026-05-18 | 28.6559 |
| 2026-05-26 | 28.6993 |
| 2026-06-02 | 28.5896 |
| 2026-06-11 | 28.5929 |
| 2026-06-18 | 28.5653 |
| 2026-06-25 | 28.5645 |
| 2026-07-02 | 29.2463 |
| 2026-07-09 | 28.5520 |
| 2026-07-16 | 28.5358 |
| 2026-07-23 | 28.5795 |
| 2026-07-30 | 28.6730 |
| 2026-08-06 | 28.5108 |
| 2026-08-13 | 28.4267 |
| 2026-08-21 | 28.5921 |
| 2026-08-28 | 28.3506 |
| 2026-09-04 | 28.5632 |
| 2026-09-11 | 28.5429 |
| 2026-09-18 | 29.0187 |
| 2026-09-25 | 28.4528 |
High
29.2463
Low
27.8104
Average
28.4228
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=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¤cies=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.