UGX to MNT exchange rate API
Uganda Shilling to Tugrik · quoted 2026-09-26
0.91877
▼ +10.71% over 1Y
1 UGX = 0.91877 MNT · 1 MNT = 1.0884 UGX · Get this rate via the API
1 UGX buys 0.91877 MNT as of 2026-09-26, so 1 MNT buys 1.0884 UGX. Over the last year, UGX/MNT traded between 0.000198 and 1.0468, averaged 0.92055 and fell 10.71%. The API holds daily UGX/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
UGX/MNT over 1Y: show the values
| Point | UGX/MNT |
|---|---|
| 2025-09-26 | 1.02898 |
| 2025-10-03 | 1.03770 |
| 2025-10-10 | 1.04679 |
| 2025-10-17 | 1.03659 |
| 2025-10-24 | 1.03049 |
| 2025-10-31 | 0.00020 |
| 2025-11-07 | 0.00023 |
| 2025-11-14 | 0.00023 |
| 2025-11-21 | 0.97974 |
| 2025-11-28 | 0.98341 |
| 2025-12-05 | 0.99870 |
| 2025-12-13 | 0.99822 |
| 2025-12-20 | 0.99468 |
| 2025-12-27 | 0.98450 |
| 2026-01-03 | 0.98236 |
| 2026-01-10 | 0.98931 |
| 2026-01-17 | 1.00154 |
| 2026-01-24 | 1.00554 |
| 2026-01-31 | 1.00150 |
| 2026-02-07 | 1.00258 |
| 2026-02-14 | 1.00823 |
| 2026-02-21 | 0.99451 |
| 2026-02-28 | 0.98981 |
| 2026-03-07 | 0.97064 |
| 2026-03-14 | 0.95025 |
| 2026-03-21 | 0.94545 |
| 2026-03-28 | 0.96089 |
| 2026-04-04 | 0.95417 |
| 2026-04-11 | 0.97201 |
| 2026-04-18 | 0.96553 |
| 2026-04-25 | 0.96262 |
| 2026-05-02 | 0.95198 |
| 2026-05-09 | 0.95525 |
| 2026-05-17 | 0.95290 |
| 2026-05-25 | 0.94671 |
| 2026-06-01 | 0.94852 |
| 2026-06-10 | 0.94952 |
| 2026-06-17 | 0.96905 |
| 2026-06-24 | 0.97875 |
| 2026-07-01 | 0.97767 |
| 2026-07-08 | 0.97788 |
| 2026-07-15 | 0.96927 |
| 2026-07-22 | 0.96651 |
| 2026-07-29 | 0.95447 |
| 2026-08-05 | 0.96119 |
| 2026-08-12 | 0.96662 |
| 2026-08-20 | 0.96821 |
| 2026-08-27 | 0.96010 |
| 2026-09-03 | 0.95146 |
| 2026-09-10 | 0.94857 |
| 2026-09-17 | 0.91682 |
| 2026-09-24 | 0.92175 |
High
1.0468
Low
0.000198
Average
0.92055
Get this rate via the API
One GET request returns the UGX/MNT 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=UGX¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
UGX/MNT API questions
How do I get the UGX/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest UGX/MNT rate in rates.MNT.
How far back does UGX/MNT historical data go?
Daily UGX/MNT 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/MNT 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.