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: show the values
| Point | MDL/UGX |
|---|---|
| 2025-12-31 | 215.6060 |
| 2026-01-07 | 214.6200 |
| 2026-01-14 | 211.9930 |
| 2026-01-21 | 203.1224 |
| 2026-01-28 | 212.4542 |
| 2026-02-04 | 211.2245 |
| 2026-02-11 | 209.8017 |
| 2026-02-18 | 207.9369 |
| 2026-02-25 | 209.6808 |
| 2026-03-04 | 215.1327 |
| 2026-03-11 | 216.2214 |
| 2026-03-18 | 216.3793 |
| 2026-03-25 | 214.5829 |
| 2026-04-01 | 212.5965 |
| 2026-04-08 | 216.1273 |
| 2026-04-15 | 216.6617 |
| 2026-04-22 | 215.0808 |
| 2026-04-29 | 215.0910 |
| 2026-05-06 | 218.7234 |
| 2026-05-14 | 218.9159 |
| 2026-05-21 | 216.9779 |
| 2026-05-29 | 218.3348 |
| 2026-06-05 | 217.6618 |
| 2026-06-14 | 215.2658 |
| 2026-06-21 | 207.3073 |
| 2026-06-28 | 207.3653 |
| 2026-07-05 | 207.0972 |
| 2026-07-12 | 209.8168 |
| 2026-07-19 | 210.7211 |
| 2026-07-26 | 214.6048 |
| 2026-08-02 | 214.3286 |
| 2026-08-09 | 214.5195 |
| 2026-08-16 | 214.5328 |
| 2026-08-24 | 215.9387 |
| 2026-08-31 | 217.1580 |
| 2026-09-07 | 219.1822 |
| 2026-09-14 | 223.2483 |
| 2026-09-21 | 224.2772 |
High
224.2772
Low
203.1224
Average
214.4525
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.