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: show the values
| Point | MVR/UGX |
|---|---|
| 2025-12-31 | 234.1240 |
| 2026-01-07 | 234.3572 |
| 2026-01-14 | 231.6846 |
| 2026-01-21 | 223.9303 |
| 2026-01-28 | 231.1272 |
| 2026-02-04 | 230.5461 |
| 2026-02-11 | 229.7860 |
| 2026-02-18 | 228.9130 |
| 2026-02-25 | 231.8160 |
| 2026-03-04 | 240.7907 |
| 2026-03-11 | 240.5892 |
| 2026-03-18 | 243.5221 |
| 2026-03-25 | 242.1609 |
| 2026-04-01 | 243.3339 |
| 2026-04-08 | 242.7879 |
| 2026-04-15 | 240.1163 |
| 2026-04-22 | 239.5952 |
| 2026-04-29 | 240.7329 |
| 2026-05-06 | 243.7568 |
| 2026-05-14 | 243.0609 |
| 2026-05-21 | 244.2005 |
| 2026-05-29 | 244.4837 |
| 2026-06-05 | 244.0910 |
| 2026-06-14 | 242.4782 |
| 2026-06-21 | 235.6779 |
| 2026-06-28 | 237.6045 |
| 2026-07-05 | 236.1380 |
| 2026-07-12 | 238.3053 |
| 2026-07-19 | 239.0171 |
| 2026-07-26 | 244.2731 |
| 2026-08-02 | 242.5541 |
| 2026-08-09 | 241.1465 |
| 2026-08-16 | 240.0174 |
| 2026-08-24 | 240.7897 |
| 2026-08-31 | 243.8903 |
| 2026-09-07 | 244.2534 |
| 2026-09-14 | 250.2740 |
| 2026-09-21 | 254.8281 |
High
254.8281
Low
223.9303
Average
239.8683
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.