VUV to MDL exchange rate API
Vatu to Moldovan Leu · quoted 2026-09-27
0.14912
▲ +6.97% over 1Y
1 VUV = 0.14912 MDL · 1 MDL = 6.7061 VUV · Get this rate via the API
1 VUV buys 0.14912 MDL as of 2026-09-27, so 1 MDL buys 6.7061 VUV. Over the last year, VUV/MDL traded between 0.13780 and 0.14912, averaged 0.14361 and rose 6.97%. The API holds daily VUV/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
VUV/MDL over 1Y: show the values
| Point | VUV/MDL |
|---|---|
| 2025-09-27 | 0.13940 |
| 2025-10-04 | 0.13856 |
| 2025-10-11 | 0.13919 |
| 2025-10-18 | 0.13780 |
| 2025-10-25 | 0.13870 |
| 2025-11-01 | 0.14007 |
| 2025-11-08 | 0.13926 |
| 2025-11-15 | 0.13892 |
| 2025-11-22 | 0.13973 |
| 2025-11-29 | 0.13895 |
| 2025-12-06 | 0.13911 |
| 2025-12-14 | 0.13912 |
| 2025-12-21 | 0.13876 |
| 2025-12-28 | 0.13861 |
| 2026-01-04 | 0.13866 |
| 2026-01-11 | 0.13926 |
| 2026-01-18 | 0.14105 |
| 2026-01-25 | 0.14134 |
| 2026-02-01 | 0.14058 |
| 2026-02-08 | 0.14207 |
| 2026-02-15 | 0.14273 |
| 2026-02-22 | 0.14394 |
| 2026-03-01 | 0.14362 |
| 2026-03-08 | 0.14499 |
| 2026-03-15 | 0.14552 |
| 2026-03-22 | 0.14693 |
| 2026-03-29 | 0.14646 |
| 2026-04-05 | 0.14722 |
| 2026-04-12 | 0.14452 |
| 2026-04-19 | 0.14631 |
| 2026-04-26 | 0.14681 |
| 2026-05-03 | 0.14510 |
| 2026-05-10 | 0.14447 |
| 2026-05-18 | 0.14652 |
| 2026-05-26 | 0.14666 |
| 2026-06-02 | 0.14630 |
| 2026-06-11 | 0.14603 |
| 2026-06-18 | 0.14641 |
| 2026-06-25 | 0.14758 |
| 2026-07-02 | 0.14709 |
| 2026-07-09 | 0.14607 |
| 2026-07-16 | 0.14655 |
| 2026-07-23 | 0.14737 |
| 2026-07-30 | 0.14705 |
| 2026-08-06 | 0.14555 |
| 2026-08-13 | 0.14606 |
| 2026-08-21 | 0.14532 |
| 2026-08-28 | 0.14501 |
| 2026-09-04 | 0.14627 |
| 2026-09-11 | 0.14652 |
| 2026-09-18 | 0.14810 |
| 2026-09-25 | 0.14822 |
High
0.14912
Low
0.13780
Average
0.14361
Get this rate via the API
One GET request returns the VUV/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=VUV¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=MDL").json()Replace YOUR_API_KEY with the key from your dashboard.
VUV/MDL API questions
How do I get the VUV/MDL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=MDL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest VUV/MDL rate in rates.MDL.
How far back does VUV/MDL historical data go?
Daily VUV/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 VUV/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.