Skip to content

MDL to UGX exchange rate API

Moldovan Leu to Uganda Shilling · quoted 2026-09-25

223.3588

▲ +6.33% over 1Y

1 MDL = 223.3588 UGX · 1 UGX = 0.004477 MDL · Get this rate via the API

1 MDL buys 223.3588 UGX as of 2026-09-25, so 1 UGX buys 0.004477 MDL. Over the last year, MDL/UGX traded between 204.0028 and 224.9080, averaged 212.7371 and rose 6.33%. The API holds daily MDL/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/UGX over 1Y

MDL/UGX over 1Y: show the values
PointMDL/UGX
2025-09-25210.0707
2025-10-02207.6806
2025-10-09205.6158
2025-10-16204.4813
2025-10-23205.0841
2025-10-30204.0028
2025-11-06204.1676
2025-11-13212.5608
2025-11-20213.9444
2025-11-27211.7610
2025-12-04208.7697
2025-12-12209.1845
2025-12-19211.8959
2025-12-26214.8423
2026-01-02215.4053
2026-01-09214.5447
2026-01-16208.1608
2026-01-23206.0549
2026-01-30211.8073
2026-02-06209.4692
2026-02-13208.9927
2026-02-20209.5033
2026-02-27209.9516
2026-03-06212.9272
2026-03-13215.1905
2026-03-20215.4975
2026-03-27212.0331
2026-04-03213.8056
2026-04-10213.3810
2026-04-17216.2229
2026-04-24214.4161
2026-05-01218.2370
2026-05-08217.3889
2026-05-16216.8850
2026-05-24218.0915
2026-05-31217.7549
2026-06-09216.8501
2026-06-16213.3165
2026-06-23206.8777
2026-06-30207.5733
2026-07-07207.3390
2026-07-14209.8334
2026-07-21210.5331
2026-07-28213.8638
2026-08-04214.1485
2026-08-11214.3938
2026-08-18216.0831
2026-08-26216.0143
2026-09-02218.2149
2026-09-09219.8872
2026-09-16224.9080
2026-09-23222.0895

High

224.9080

Low

204.0028

Average

212.7371

For developers

Get this rate via the API

One GET request returns the MDL/UGX 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=UGX"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=UGX");
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=UGX").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/UGX API questions

How do I get the MDL/UGX exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/UGX rate in rates.UGX.

How far back does MDL/UGX historical data go?

Daily MDL/UGX 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/UGX 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.