Skip to content

UGX to MDL exchange rate API

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

0.004477

▼ +5.95% over 1Y

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

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

UGX/MDL over 1Y

UGX/MDL over 1Y: show the values
PointUGX/MDL
2025-09-250.004760
2025-10-020.004815
2025-10-090.004863
2025-10-160.004890
2025-10-230.004876
2025-10-300.004901
2025-11-060.004897
2025-11-130.004704
2025-11-200.004674
2025-11-270.004722
2025-12-040.004789
2025-12-120.004780
2025-12-190.004719
2025-12-260.004654
2026-01-020.004642
2026-01-090.004661
2026-01-160.004803
2026-01-230.004853
2026-01-300.004721
2026-02-060.004773
2026-02-130.004784
2026-02-200.004773
2026-02-270.004763
2026-03-060.004696
2026-03-130.004647
2026-03-200.004640
2026-03-270.004716
2026-04-030.004677
2026-04-100.004686
2026-04-170.004624
2026-04-240.004663
2026-05-010.004582
2026-05-080.004600
2026-05-160.004610
2026-05-240.004585
2026-05-310.004592
2026-06-090.004611
2026-06-160.004687
2026-06-230.004833
2026-06-300.004817
2026-07-070.004823
2026-07-140.004765
2026-07-210.004749
2026-07-280.004675
2026-08-040.004669
2026-08-110.004664
2026-08-180.004627
2026-08-260.004629
2026-09-020.004582
2026-09-090.004547
2026-09-160.004446
2026-09-230.004502

High

0.004901

Low

0.004446

Average

0.004703

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX&currencies=MDL").json()

Replace YOUR_API_KEY with the key from your dashboard.

UGX/MDL API questions

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

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

How far back does UGX/MDL historical data go?

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