Skip to content

RSD to UGX exchange rate API

Serbian Dinar to Uganda Shilling · quoted 2026-09-27

37.9724

▲ +4.83% over YTD

1 RSD = 37.9724 UGX · 1 UGX = 0.02633 RSD · Get this rate via the API

1 RSD buys 37.9724 UGX as of 2026-09-27, so 1 UGX buys 0.02633 RSD. Over the year to date, RSD/UGX traded between 34.5807 and 38.4986, averaged 36.7059 and rose 4.83%. The API holds daily RSD/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/UGX over YTD

RSD/UGX over YTD: show the values
PointRSD/UGX
2025-12-3136.2233
2026-01-0736.1321
2026-01-1435.5284
2026-01-2134.5807
2026-01-2836.4936
2026-02-0435.8961
2026-02-1136.0434
2026-02-1835.6832
2026-02-2535.9616
2026-03-0436.7740
2026-03-1136.8134
2026-03-1836.9772
2026-03-2536.9901
2026-04-0137.0248
2026-04-0837.3257
2026-04-1537.2458
2026-04-2237.0434
2026-04-2937.0940
2026-05-0637.6099
2026-05-1437.4560
2026-05-2137.3272
2026-05-2937.4275
2026-06-0537.3257
2026-06-1436.9543
2026-06-2135.5897
2026-06-2835.6162
2026-07-0535.5763
2026-07-1235.8373
2026-07-1936.0127
2026-07-2636.5476
2026-08-0236.7472
2026-08-0936.7096
2026-08-1636.5862
2026-08-2437.0634
2026-08-3137.2593
2026-09-0737.3732
2026-09-1438.2072
2026-09-2138.4986

High

38.4986

Low

34.5807

Average

36.7059

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/UGX API questions

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

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

How far back does RSD/UGX historical data go?

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