MDL to VND exchange rate API
Moldovan Leu to Dong · quoted 2026-09-25
1482.39
▼ +5.67% over YTD
1 MDL = 1482.39 VND · 1 VND = 0.000675 MDL · Get this rate via the API
1 MDL buys 1482.39 VND as of 2026-09-25, so 1 VND buys 0.000675 MDL. Over the year to date, MDL/VND traded between 1482.39 and 1571.58, averaged 1521.67 and fell 5.67%. The API holds daily MDL/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/VND over YTD: show the values
| Point | MDL/VND |
|---|---|
| 2025-12-31 | 1571.58 |
| 2026-01-07 | 1561.94 |
| 2026-01-14 | 1560.63 |
| 2026-01-21 | 1546.56 |
| 2026-01-28 | 1556.43 |
| 2026-02-04 | 1545.49 |
| 2026-02-11 | 1539.01 |
| 2026-02-18 | 1532.62 |
| 2026-02-25 | 1534.36 |
| 2026-03-04 | 1519.77 |
| 2026-03-11 | 1531.03 |
| 2026-03-18 | 1516.72 |
| 2026-03-25 | 1515.49 |
| 2026-04-01 | 1493.34 |
| 2026-04-08 | 1521.39 |
| 2026-04-15 | 1542.10 |
| 2026-04-22 | 1533.69 |
| 2026-04-29 | 1529.06 |
| 2026-05-06 | 1533.50 |
| 2026-05-14 | 1542.13 |
| 2026-05-21 | 1521.80 |
| 2026-05-29 | 1527.09 |
| 2026-06-05 | 1524.73 |
| 2026-06-14 | 1513.88 |
| 2026-06-21 | 1502.14 |
| 2026-06-28 | 1488.05 |
| 2026-07-05 | 1495.45 |
| 2026-07-12 | 1495.99 |
| 2026-07-19 | 1499.11 |
| 2026-07-26 | 1499.75 |
| 2026-08-02 | 1505.67 |
| 2026-08-09 | 1513.13 |
| 2026-08-16 | 1514.29 |
| 2026-08-24 | 1521.53 |
| 2026-08-31 | 1505.88 |
| 2026-09-07 | 1517.58 |
| 2026-09-14 | 1502.63 |
| 2026-09-21 | 1487.37 |
High
1571.58
Low
1482.39
Average
1521.67
Get this rate via the API
One GET request returns the MDL/VND 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=MDL¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/VND API questions
How do I get the MDL/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/VND rate in rates.VND.
How far back does MDL/VND historical data go?
Daily MDL/VND 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 MDL/VND 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.