MNT to UGX exchange rate API
Tugrik to Uganda Shilling · quoted 2026-09-26
1.0884
▲ +11.99% over 1Y
1 MNT = 1.0884 UGX · 1 UGX = 0.91877 MNT · Get this rate via the API
1 MNT buys 1.0884 UGX as of 2026-09-26, so 1 UGX buys 0.91877 MNT. Over the last year, MNT/UGX traded between 0.95530 and 5030.70, averaged 258.2426 and rose 11.99%. The API holds daily MNT/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MNT/UGX over 1Y: show the values
| Point | MNT/UGX |
|---|---|
| 2025-09-26 | 0.9718 |
| 2025-10-03 | 0.9637 |
| 2025-10-10 | 0.9553 |
| 2025-10-17 | 0.9647 |
| 2025-10-24 | 0.9704 |
| 2025-10-31 | 5030.6971 |
| 2025-11-07 | 4251.0857 |
| 2025-11-14 | 4353.7853 |
| 2025-11-21 | 1.0207 |
| 2025-11-28 | 1.0169 |
| 2025-12-05 | 1.0013 |
| 2025-12-13 | 1.0018 |
| 2025-12-20 | 1.0053 |
| 2025-12-27 | 1.0157 |
| 2026-01-03 | 1.0180 |
| 2026-01-10 | 1.0108 |
| 2026-01-17 | 0.9985 |
| 2026-01-24 | 0.9945 |
| 2026-01-31 | 0.9985 |
| 2026-02-07 | 0.9974 |
| 2026-02-14 | 0.9918 |
| 2026-02-21 | 1.0055 |
| 2026-02-28 | 1.0103 |
| 2026-03-07 | 1.0302 |
| 2026-03-14 | 1.0524 |
| 2026-03-21 | 1.0577 |
| 2026-03-28 | 1.0407 |
| 2026-04-04 | 1.0480 |
| 2026-04-11 | 1.0288 |
| 2026-04-18 | 1.0357 |
| 2026-04-25 | 1.0388 |
| 2026-05-02 | 1.0504 |
| 2026-05-09 | 1.0468 |
| 2026-05-17 | 1.0494 |
| 2026-05-25 | 1.0563 |
| 2026-06-01 | 1.0543 |
| 2026-06-10 | 1.0532 |
| 2026-06-17 | 1.0319 |
| 2026-06-24 | 1.0217 |
| 2026-07-01 | 1.0228 |
| 2026-07-08 | 1.0226 |
| 2026-07-15 | 1.0317 |
| 2026-07-22 | 1.0347 |
| 2026-07-29 | 1.0477 |
| 2026-08-05 | 1.0404 |
| 2026-08-12 | 1.0345 |
| 2026-08-20 | 1.0328 |
| 2026-08-27 | 1.0416 |
| 2026-09-03 | 1.0510 |
| 2026-09-10 | 1.0542 |
| 2026-09-17 | 1.0907 |
| 2026-09-24 | 1.0849 |
High
5030.70
Low
0.95530
Average
258.2426
Get this rate via the API
One GET request returns the MNT/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=MNT¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=UGX").json()Replace YOUR_API_KEY with the key from your dashboard.
MNT/UGX API questions
How do I get the MNT/UGX exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/UGX rate in rates.UGX.
How far back does MNT/UGX historical data go?
Daily MNT/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 MNT/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.