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: show the values
| Point | MDL/UZS |
|---|---|
| 2026-08-25 | 683.6135 |
| 2026-08-26 | 681.9866 |
| 2026-08-27 | 684.2292 |
| 2026-08-28 | 690.0970 |
| 2026-08-29 | 683.8931 |
| 2026-08-30 | 684.2381 |
| 2026-08-31 | 681.1907 |
| 2026-09-01 | 689.4263 |
| 2026-09-02 | 682.6932 |
| 2026-09-03 | 681.3644 |
| 2026-09-04 | 682.0700 |
| 2026-09-05 | 684.8605 |
| 2026-09-06 | 683.2844 |
| 2026-09-07 | 683.7224 |
| 2026-09-08 | 682.4303 |
| 2026-09-09 | 685.7703 |
| 2026-09-10 | 683.9435 |
| 2026-09-11 | 681.6706 |
| 2026-09-12 | 681.1850 |
| 2026-09-13 | 682.6508 |
| 2026-09-14 | 677.5294 |
| 2026-09-15 | 674.6267 |
| 2026-09-16 | 677.2322 |
| 2026-09-17 | 672.1215 |
| 2026-09-18 | 673.6688 |
| 2026-09-19 | 674.2754 |
| 2026-09-20 | 675.8957 |
| 2026-09-21 | 674.3010 |
| 2026-09-22 | 671.8844 |
| 2026-09-23 | 670.2182 |
| 2026-09-24 | 672.1138 |
High
690.0970
Low
670.2182
Average
680.0094
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.