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: show the values
| Point | MDL/UGX |
|---|---|
| 2025-09-25 | 210.0707 |
| 2025-10-02 | 207.6806 |
| 2025-10-09 | 205.6158 |
| 2025-10-16 | 204.4813 |
| 2025-10-23 | 205.0841 |
| 2025-10-30 | 204.0028 |
| 2025-11-06 | 204.1676 |
| 2025-11-13 | 212.5608 |
| 2025-11-20 | 213.9444 |
| 2025-11-27 | 211.7610 |
| 2025-12-04 | 208.7697 |
| 2025-12-12 | 209.1845 |
| 2025-12-19 | 211.8959 |
| 2025-12-26 | 214.8423 |
| 2026-01-02 | 215.4053 |
| 2026-01-09 | 214.5447 |
| 2026-01-16 | 208.1608 |
| 2026-01-23 | 206.0549 |
| 2026-01-30 | 211.8073 |
| 2026-02-06 | 209.4692 |
| 2026-02-13 | 208.9927 |
| 2026-02-20 | 209.5033 |
| 2026-02-27 | 209.9516 |
| 2026-03-06 | 212.9272 |
| 2026-03-13 | 215.1905 |
| 2026-03-20 | 215.4975 |
| 2026-03-27 | 212.0331 |
| 2026-04-03 | 213.8056 |
| 2026-04-10 | 213.3810 |
| 2026-04-17 | 216.2229 |
| 2026-04-24 | 214.4161 |
| 2026-05-01 | 218.2370 |
| 2026-05-08 | 217.3889 |
| 2026-05-16 | 216.8850 |
| 2026-05-24 | 218.0915 |
| 2026-05-31 | 217.7549 |
| 2026-06-09 | 216.8501 |
| 2026-06-16 | 213.3165 |
| 2026-06-23 | 206.8777 |
| 2026-06-30 | 207.5733 |
| 2026-07-07 | 207.3390 |
| 2026-07-14 | 209.8334 |
| 2026-07-21 | 210.5331 |
| 2026-07-28 | 213.8638 |
| 2026-08-04 | 214.1485 |
| 2026-08-11 | 214.3938 |
| 2026-08-18 | 216.0831 |
| 2026-08-26 | 216.0143 |
| 2026-09-02 | 218.2149 |
| 2026-09-09 | 219.8872 |
| 2026-09-16 | 224.9080 |
| 2026-09-23 | 222.0895 |
High
224.9080
Low
204.0028
Average
212.7371
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.