Skip to content

MVR to UGX exchange rate API

Rufiyaa to Uganda Shilling · quoted 2026-09-25

254.1087

▲ +8.54% over YTD

1 MVR = 254.1087 UGX · 1 UGX = 0.003935 MVR · Get this rate via the API

1 MVR buys 254.1087 UGX as of 2026-09-25, so 1 UGX buys 0.003935 MVR. Over the year to date, MVR/UGX traded between 223.9303 and 254.8281, averaged 239.8683 and rose 8.54%. The API holds daily MVR/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/UGX over YTD

MVR/UGX over YTD: show the values
PointMVR/UGX
2025-12-31234.1240
2026-01-07234.3572
2026-01-14231.6846
2026-01-21223.9303
2026-01-28231.1272
2026-02-04230.5461
2026-02-11229.7860
2026-02-18228.9130
2026-02-25231.8160
2026-03-04240.7907
2026-03-11240.5892
2026-03-18243.5221
2026-03-25242.1609
2026-04-01243.3339
2026-04-08242.7879
2026-04-15240.1163
2026-04-22239.5952
2026-04-29240.7329
2026-05-06243.7568
2026-05-14243.0609
2026-05-21244.2005
2026-05-29244.4837
2026-06-05244.0910
2026-06-14242.4782
2026-06-21235.6779
2026-06-28237.6045
2026-07-05236.1380
2026-07-12238.3053
2026-07-19239.0171
2026-07-26244.2731
2026-08-02242.5541
2026-08-09241.1465
2026-08-16240.0174
2026-08-24240.7897
2026-08-31243.8903
2026-09-07244.2534
2026-09-14250.2740
2026-09-21254.8281

High

254.8281

Low

223.9303

Average

239.8683

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/UGX API questions

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

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

How far back does MVR/UGX historical data go?

Daily MVR/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 MVR/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.