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: show the values
| Point | MDL/UZS |
|---|---|
| 2025-12-31 | 716.5311 |
| 2026-01-07 | 709.4867 |
| 2026-01-14 | 715.3221 |
| 2026-01-21 | 707.8431 |
| 2026-01-28 | 721.1949 |
| 2026-02-04 | 726.1237 |
| 2026-02-11 | 728.2183 |
| 2026-02-18 | 714.9838 |
| 2026-02-25 | 713.8820 |
| 2026-03-04 | 705.6503 |
| 2026-03-11 | 707.1580 |
| 2026-03-18 | 695.8235 |
| 2026-03-25 | 698.1834 |
| 2026-04-01 | 690.1902 |
| 2026-04-08 | 702.0602 |
| 2026-04-15 | 709.1872 |
| 2026-04-22 | 701.1716 |
| 2026-04-29 | 698.0267 |
| 2026-05-06 | 698.1575 |
| 2026-05-14 | 704.4495 |
| 2026-05-21 | 695.3283 |
| 2026-05-29 | 694.5250 |
| 2026-06-05 | 691.3070 |
| 2026-06-14 | 688.1161 |
| 2026-06-21 | 686.2578 |
| 2026-06-28 | 678.2205 |
| 2026-07-05 | 679.3749 |
| 2026-07-12 | 687.6943 |
| 2026-07-19 | 686.1283 |
| 2026-07-26 | 683.5484 |
| 2026-08-02 | 683.5970 |
| 2026-08-09 | 688.0526 |
| 2026-08-16 | 687.6509 |
| 2026-08-24 | 687.2913 |
| 2026-08-31 | 681.1907 |
| 2026-09-07 | 683.7224 |
| 2026-09-14 | 677.5294 |
| 2026-09-21 | 674.3010 |
High
728.2183
Low
672.1138
Average
696.6562
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.