Skip to content

RSD to UGX exchange rate API

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

37.9724

▲ +3.51% over 6M

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 6 months, RSD/UGX traded between 35.5753 and 38.4626, averaged 36.9656 and rose 3.51%. 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 6M

RSD/UGX over 6M: show the values
PointRSD/UGX
2026-03-3136.6860
2026-04-0736.8748
2026-04-1437.3876
2026-04-2137.1397
2026-04-2837.2177
2026-05-0537.3769
2026-05-1237.6478
2026-05-2037.2773
2026-05-2837.2750
2026-06-0437.2430
2026-06-1336.9717
2026-06-2035.5836
2026-06-2735.6040
2026-07-0435.5753
2026-07-1135.8005
2026-07-1836.0125
2026-07-2536.0180
2026-08-0136.7412
2026-08-0836.7108
2026-08-1536.5889
2026-08-2337.0604
2026-08-3037.2247
2026-09-0637.4087
2026-09-1338.2363
2026-09-2038.4626
2026-09-2737.9724

High

38.4626

Low

35.5753

Average

36.9656

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.