Skip to content

MDL to UZS exchange rate API

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

672.1138

▼ +1.68% over 30D

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 30 days, MDL/UZS traded between 670.2182 and 690.0970, averaged 680.0094 and fell 1.68%. 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 30D

MDL/UZS over 30D: show the values
PointMDL/UZS
2026-08-25683.6135
2026-08-26681.9866
2026-08-27684.2292
2026-08-28690.0970
2026-08-29683.8931
2026-08-30684.2381
2026-08-31681.1907
2026-09-01689.4263
2026-09-02682.6932
2026-09-03681.3644
2026-09-04682.0700
2026-09-05684.8605
2026-09-06683.2844
2026-09-07683.7224
2026-09-08682.4303
2026-09-09685.7703
2026-09-10683.9435
2026-09-11681.6706
2026-09-12681.1850
2026-09-13682.6508
2026-09-14677.5294
2026-09-15674.6267
2026-09-16677.2322
2026-09-17672.1215
2026-09-18673.6688
2026-09-19674.2754
2026-09-20675.8957
2026-09-21674.3010
2026-09-22671.8844
2026-09-23670.2182
2026-09-24672.1138

High

690.0970

Low

670.2182

Average

680.0094

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.