Skip to content

MDL to UZS exchange rate API

Moldovan Leu to Uzbekistan Sum · quoted 2026-09-24

672.1138

▼ +7.79% over 5Y

1 MDL = 672.1138 UZS · 1 UZS = 0.001488 MDL · Get this rate via the API

1 MDL buys 672.1138 UZS as of 2026-09-24, so 1 UZS buys 0.001488 MDL. Over the last 5 years, MDL/UZS traded between 672.1138 and 749.9579, averaged 711.9377 and fell 7.79%. The API holds daily MDL/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/UZS over 5Y

MDL/UZS over 5Y: show the values
PointMDL/UZS
2024-08-24728.9280
2024-10-07732.5497
2024-11-06716.1104
2024-12-06702.3293
2025-01-05700.7694
2025-02-04696.1522
2025-03-06696.4251
2025-04-06736.9497
2025-05-06749.9579
2025-06-07742.3715
2025-07-07747.0388
2025-08-06739.4174
2025-09-05743.6267
2025-10-06720.1425
2025-11-05702.1293
2025-12-05702.9670
2026-01-05713.2938
2026-02-04726.1237
2026-03-06704.5518
2026-04-05691.7439
2026-05-05696.7265
2026-06-06696.4831
2026-07-08683.3484
2026-08-07684.4090
2026-09-07683.7224

High

749.9579

Low

672.1138

Average

711.9377

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=UZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/UZS API questions

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

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

How far back does MDL/UZS historical data go?

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