Skip to content

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

MNT/UGX over 1Y: show the values
PointMNT/UGX
2025-09-260.9718
2025-10-030.9637
2025-10-100.9553
2025-10-170.9647
2025-10-240.9704
2025-10-315030.6971
2025-11-074251.0857
2025-11-144353.7853
2025-11-211.0207
2025-11-281.0169
2025-12-051.0013
2025-12-131.0018
2025-12-201.0053
2025-12-271.0157
2026-01-031.0180
2026-01-101.0108
2026-01-170.9985
2026-01-240.9945
2026-01-310.9985
2026-02-070.9974
2026-02-140.9918
2026-02-211.0055
2026-02-281.0103
2026-03-071.0302
2026-03-141.0524
2026-03-211.0577
2026-03-281.0407
2026-04-041.0480
2026-04-111.0288
2026-04-181.0357
2026-04-251.0388
2026-05-021.0504
2026-05-091.0468
2026-05-171.0494
2026-05-251.0563
2026-06-011.0543
2026-06-101.0532
2026-06-171.0319
2026-06-241.0217
2026-07-011.0228
2026-07-081.0226
2026-07-151.0317
2026-07-221.0347
2026-07-291.0477
2026-08-051.0404
2026-08-121.0345
2026-08-201.0328
2026-08-271.0416
2026-09-031.0510
2026-09-101.0542
2026-09-171.0907
2026-09-241.0849

High

5030.70

Low

0.95530

Average

258.2426

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=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&currencies=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.