Skip to content

MDL to UZS exchange rate API

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

672.1138

▼ +6.20% over YTD

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 year to date, MDL/UZS traded between 672.1138 and 728.2183, averaged 696.6562 and fell 6.20%. 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 YTD

MDL/UZS over YTD: show the values
PointMDL/UZS
2025-12-31716.5311
2026-01-07709.4867
2026-01-14715.3221
2026-01-21707.8431
2026-01-28721.1949
2026-02-04726.1237
2026-02-11728.2183
2026-02-18714.9838
2026-02-25713.8820
2026-03-04705.6503
2026-03-11707.1580
2026-03-18695.8235
2026-03-25698.1834
2026-04-01690.1902
2026-04-08702.0602
2026-04-15709.1872
2026-04-22701.1716
2026-04-29698.0267
2026-05-06698.1575
2026-05-14704.4495
2026-05-21695.3283
2026-05-29694.5250
2026-06-05691.3070
2026-06-14688.1161
2026-06-21686.2578
2026-06-28678.2205
2026-07-05679.3749
2026-07-12687.6943
2026-07-19686.1283
2026-07-26683.5484
2026-08-02683.5970
2026-08-09688.0526
2026-08-16687.6509
2026-08-24687.2913
2026-08-31681.1907
2026-09-07683.7224
2026-09-14677.5294
2026-09-21674.3010

High

728.2183

Low

672.1138

Average

696.6562

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.