Skip to content

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

UGX/MNT over 1Y: show the values
PointUGX/MNT
2025-09-261.02898
2025-10-031.03770
2025-10-101.04679
2025-10-171.03659
2025-10-241.03049
2025-10-310.00020
2025-11-070.00023
2025-11-140.00023
2025-11-210.97974
2025-11-280.98341
2025-12-050.99870
2025-12-130.99822
2025-12-200.99468
2025-12-270.98450
2026-01-030.98236
2026-01-100.98931
2026-01-171.00154
2026-01-241.00554
2026-01-311.00150
2026-02-071.00258
2026-02-141.00823
2026-02-210.99451
2026-02-280.98981
2026-03-070.97064
2026-03-140.95025
2026-03-210.94545
2026-03-280.96089
2026-04-040.95417
2026-04-110.97201
2026-04-180.96553
2026-04-250.96262
2026-05-020.95198
2026-05-090.95525
2026-05-170.95290
2026-05-250.94671
2026-06-010.94852
2026-06-100.94952
2026-06-170.96905
2026-06-240.97875
2026-07-010.97767
2026-07-080.97788
2026-07-150.96927
2026-07-220.96651
2026-07-290.95447
2026-08-050.96119
2026-08-120.96662
2026-08-200.96821
2026-08-270.96010
2026-09-030.95146
2026-09-100.94857
2026-09-170.91682
2026-09-240.92175

High

1.0468

Low

0.000198

Average

0.92055

For developers

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