Skip to content

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

VUV/MDL over 1Y: show the values
PointVUV/MDL
2025-09-270.13940
2025-10-040.13856
2025-10-110.13919
2025-10-180.13780
2025-10-250.13870
2025-11-010.14007
2025-11-080.13926
2025-11-150.13892
2025-11-220.13973
2025-11-290.13895
2025-12-060.13911
2025-12-140.13912
2025-12-210.13876
2025-12-280.13861
2026-01-040.13866
2026-01-110.13926
2026-01-180.14105
2026-01-250.14134
2026-02-010.14058
2026-02-080.14207
2026-02-150.14273
2026-02-220.14394
2026-03-010.14362
2026-03-080.14499
2026-03-150.14552
2026-03-220.14693
2026-03-290.14646
2026-04-050.14722
2026-04-120.14452
2026-04-190.14631
2026-04-260.14681
2026-05-030.14510
2026-05-100.14447
2026-05-180.14652
2026-05-260.14666
2026-06-020.14630
2026-06-110.14603
2026-06-180.14641
2026-06-250.14758
2026-07-020.14709
2026-07-090.14607
2026-07-160.14655
2026-07-230.14737
2026-07-300.14705
2026-08-060.14555
2026-08-130.14606
2026-08-210.14532
2026-08-280.14501
2026-09-040.14627
2026-09-110.14652
2026-09-180.14810
2026-09-250.14822

High

0.14912

Low

0.13780

Average

0.14361

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=MDL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&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=VUV&currencies=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&currencies=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.