Skip to content

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

MDL/UZS over 1Y: show the values
PointMDL/UZS
2025-09-24733.5290
2025-10-01724.2423
2025-10-08720.7654
2025-10-15717.7283
2025-10-22711.2913
2025-10-29707.6335
2025-11-05702.1293
2025-11-12706.2357
2025-11-19705.5615
2025-11-26696.1941
2025-12-03700.9978
2025-12-11706.3113
2025-12-18715.5488
2025-12-25718.3453
2026-01-01714.6882
2026-01-08712.4561
2026-01-15704.7864
2026-01-22710.8702
2026-01-29722.5921
2026-02-05725.4006
2026-02-12729.2855
2026-02-19709.0683
2026-02-26711.8385
2026-03-05703.8051
2026-03-12704.5630
2026-03-19697.2124
2026-03-26695.7471
2026-04-02689.7729
2026-04-09710.6869
2026-04-16712.8457
2026-04-23708.0386
2026-04-30699.7375
2026-05-07702.2508
2026-05-15697.5173
2026-05-23691.6321
2026-05-30694.5139
2026-06-06696.4831
2026-06-15688.2445
2026-06-22686.5598
2026-06-29677.2258
2026-07-06679.9450
2026-07-13686.1659
2026-07-20684.6070
2026-07-27683.1516
2026-08-03684.5031
2026-08-10687.3338
2026-08-17688.0448
2026-08-25683.6135
2026-09-01689.4263
2026-09-08682.4303
2026-09-15674.6267
2026-09-22671.8844

High

733.5290

Low

671.8844

Average

700.6072

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.