Skip to content

MDL to UZS exchange rate API

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

672.1138

▼ +3.26% over 6M

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 6 months, MDL/UZS traded between 672.1138 and 709.6565, averaged 688.1730 and fell 3.26%. 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 6M

MDL/UZS over 6M: show the values
PointMDL/UZS
2026-03-28694.7817
2026-04-04694.0869
2026-04-11706.0947
2026-04-18705.9548
2026-04-25694.2093
2026-05-02693.4167
2026-05-09709.6565
2026-05-17696.2816
2026-05-25693.1059
2026-06-01694.2316
2026-06-10693.1349
2026-06-17688.6242
2026-06-24681.8628
2026-07-01681.7535
2026-07-08683.3484
2026-07-15686.9438
2026-07-22681.4457
2026-07-29682.1091
2026-08-05681.3797
2026-08-12687.1839
2026-08-20685.1788
2026-08-27684.2292
2026-09-03681.3644
2026-09-10683.9435
2026-09-17672.1215
2026-09-24672.1138

High

709.6565

Low

672.1138

Average

688.1730

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.