Skip to content

RSD to UGX exchange rate API

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

37.9724

▲ +1.59% over 30D

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 30 days, RSD/UGX traded between 37.2247 and 38.4986, averaged 37.8461 and rose 1.59%. 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 30D

RSD/UGX over 30D: show the values
PointRSD/UGX
2026-08-2837.3794
2026-08-2937.2314
2026-08-3037.2247
2026-08-3137.2593
2026-09-0137.4219
2026-09-0237.2769
2026-09-0337.3657
2026-09-0437.4353
2026-09-0537.3847
2026-09-0637.4087
2026-09-0737.3732
2026-09-0837.4304
2026-09-0937.5336
2026-09-1037.5956
2026-09-1137.8778
2026-09-1238.2242
2026-09-1338.2363
2026-09-1438.2072
2026-09-1538.2782
2026-09-1638.4472
2026-09-1738.3744
2026-09-1838.4657
2026-09-1938.4453
2026-09-2038.4626
2026-09-2138.4986
2026-09-2238.3969
2026-09-2338.0282
2026-09-2437.8443
2026-09-2538.0262
2026-09-2637.9982
2026-09-2737.9724

High

38.4986

Low

37.2247

Average

37.8461

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.