Skip to content

MDL to UGX exchange rate API

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

223.3588

▲ +3.60% over YTD

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 year to date, MDL/UGX traded between 203.1224 and 224.2772, averaged 214.4525 and rose 3.60%. 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 YTD

MDL/UGX over YTD: show the values
PointMDL/UGX
2025-12-31215.6060
2026-01-07214.6200
2026-01-14211.9930
2026-01-21203.1224
2026-01-28212.4542
2026-02-04211.2245
2026-02-11209.8017
2026-02-18207.9369
2026-02-25209.6808
2026-03-04215.1327
2026-03-11216.2214
2026-03-18216.3793
2026-03-25214.5829
2026-04-01212.5965
2026-04-08216.1273
2026-04-15216.6617
2026-04-22215.0808
2026-04-29215.0910
2026-05-06218.7234
2026-05-14218.9159
2026-05-21216.9779
2026-05-29218.3348
2026-06-05217.6618
2026-06-14215.2658
2026-06-21207.3073
2026-06-28207.3653
2026-07-05207.0972
2026-07-12209.8168
2026-07-19210.7211
2026-07-26214.6048
2026-08-02214.3286
2026-08-09214.5195
2026-08-16214.5328
2026-08-24215.9387
2026-08-31217.1580
2026-09-07219.1822
2026-09-14223.2483
2026-09-21224.2772

High

224.2772

Low

203.1224

Average

214.4525

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.