MDL to UZS exchange rate API
Moldovan Leu to Uzbekistan Sum · quoted 2026-09-24
672.1138
▼ +8.37% over 1Y
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 year, MDL/UZS traded between 671.8844 and 733.5290, averaged 700.6072 and fell 8.37%. 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 1Y: show the values
| Point | MDL/UZS |
|---|---|
| 2025-09-24 | 733.5290 |
| 2025-10-01 | 724.2423 |
| 2025-10-08 | 720.7654 |
| 2025-10-15 | 717.7283 |
| 2025-10-22 | 711.2913 |
| 2025-10-29 | 707.6335 |
| 2025-11-05 | 702.1293 |
| 2025-11-12 | 706.2357 |
| 2025-11-19 | 705.5615 |
| 2025-11-26 | 696.1941 |
| 2025-12-03 | 700.9978 |
| 2025-12-11 | 706.3113 |
| 2025-12-18 | 715.5488 |
| 2025-12-25 | 718.3453 |
| 2026-01-01 | 714.6882 |
| 2026-01-08 | 712.4561 |
| 2026-01-15 | 704.7864 |
| 2026-01-22 | 710.8702 |
| 2026-01-29 | 722.5921 |
| 2026-02-05 | 725.4006 |
| 2026-02-12 | 729.2855 |
| 2026-02-19 | 709.0683 |
| 2026-02-26 | 711.8385 |
| 2026-03-05 | 703.8051 |
| 2026-03-12 | 704.5630 |
| 2026-03-19 | 697.2124 |
| 2026-03-26 | 695.7471 |
| 2026-04-02 | 689.7729 |
| 2026-04-09 | 710.6869 |
| 2026-04-16 | 712.8457 |
| 2026-04-23 | 708.0386 |
| 2026-04-30 | 699.7375 |
| 2026-05-07 | 702.2508 |
| 2026-05-15 | 697.5173 |
| 2026-05-23 | 691.6321 |
| 2026-05-30 | 694.5139 |
| 2026-06-06 | 696.4831 |
| 2026-06-15 | 688.2445 |
| 2026-06-22 | 686.5598 |
| 2026-06-29 | 677.2258 |
| 2026-07-06 | 679.9450 |
| 2026-07-13 | 686.1659 |
| 2026-07-20 | 684.6070 |
| 2026-07-27 | 683.1516 |
| 2026-08-03 | 684.5031 |
| 2026-08-10 | 687.3338 |
| 2026-08-17 | 688.0448 |
| 2026-08-25 | 683.6135 |
| 2026-09-01 | 689.4263 |
| 2026-09-08 | 682.4303 |
| 2026-09-15 | 674.6267 |
| 2026-09-22 | 671.8844 |
High
733.5290
Low
671.8844
Average
700.6072
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.