Skip to content

RSD to UGX exchange rate API

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

37.9724

▲ +8.71% over 1Y

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 last year, RSD/UGX traded between 33.9394 and 38.4657, averaged 36.2631 and rose 8.71%. 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 1Y

RSD/UGX over 1Y: show the values
PointRSD/UGX
2025-09-2734.9300
2025-10-0434.5322
2025-10-1133.9394
2025-10-1834.6974
2025-10-2534.4999
2025-11-0134.2765
2025-11-0834.5186
2025-11-1535.3541
2025-11-2235.7211
2025-11-2935.8012
2025-12-0635.0811
2025-12-1435.5470
2025-12-2135.6844
2025-12-2836.2413
2026-01-0436.2072
2026-01-1135.6906
2026-01-1835.0034
2026-01-2535.6679
2026-02-0135.9900
2026-02-0835.8253
2026-02-1535.7782
2026-02-2236.0852
2026-03-0136.2276
2026-03-0836.5214
2026-03-1536.6493
2026-03-2237.2284
2026-03-2936.6005
2026-04-0536.8755
2026-04-1236.9260
2026-04-1937.2220
2026-04-2637.0806
2026-05-0337.5698
2026-05-1037.5564
2026-05-1837.2604
2026-05-2637.3532
2026-06-0237.3862
2026-06-1137.0374
2026-06-1835.8215
2026-06-2535.8254
2026-07-0235.5462
2026-07-0935.9042
2026-07-1636.0847
2026-07-2336.3608
2026-07-3036.3972
2026-08-0636.7291
2026-08-1336.4933
2026-08-2137.0571
2026-08-2837.3794
2026-09-0437.4353
2026-09-1137.8778
2026-09-1838.4657
2026-09-2538.0262

High

38.4657

Low

33.9394

Average

36.2631

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.