MDL to UZS exchange rate API
Moldovan Leu to Uzbekistan Sum · quoted 2026-09-24
672.1138
▼ +7.79% over 5Y
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 5 years, MDL/UZS traded between 672.1138 and 749.9579, averaged 711.9377 and fell 7.79%. 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 5Y: show the values
| Point | MDL/UZS |
|---|---|
| 2024-08-24 | 728.9280 |
| 2024-10-07 | 732.5497 |
| 2024-11-06 | 716.1104 |
| 2024-12-06 | 702.3293 |
| 2025-01-05 | 700.7694 |
| 2025-02-04 | 696.1522 |
| 2025-03-06 | 696.4251 |
| 2025-04-06 | 736.9497 |
| 2025-05-06 | 749.9579 |
| 2025-06-07 | 742.3715 |
| 2025-07-07 | 747.0388 |
| 2025-08-06 | 739.4174 |
| 2025-09-05 | 743.6267 |
| 2025-10-06 | 720.1425 |
| 2025-11-05 | 702.1293 |
| 2025-12-05 | 702.9670 |
| 2026-01-05 | 713.2938 |
| 2026-02-04 | 726.1237 |
| 2026-03-06 | 704.5518 |
| 2026-04-05 | 691.7439 |
| 2026-05-05 | 696.7265 |
| 2026-06-06 | 696.4831 |
| 2026-07-08 | 683.3484 |
| 2026-08-07 | 684.4090 |
| 2026-09-07 | 683.7224 |
High
749.9579
Low
672.1138
Average
711.9377
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.