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: show the values
| Point | RSD/UGX |
|---|---|
| 2026-08-28 | 37.3794 |
| 2026-08-29 | 37.2314 |
| 2026-08-30 | 37.2247 |
| 2026-08-31 | 37.2593 |
| 2026-09-01 | 37.4219 |
| 2026-09-02 | 37.2769 |
| 2026-09-03 | 37.3657 |
| 2026-09-04 | 37.4353 |
| 2026-09-05 | 37.3847 |
| 2026-09-06 | 37.4087 |
| 2026-09-07 | 37.3732 |
| 2026-09-08 | 37.4304 |
| 2026-09-09 | 37.5336 |
| 2026-09-10 | 37.5956 |
| 2026-09-11 | 37.8778 |
| 2026-09-12 | 38.2242 |
| 2026-09-13 | 38.2363 |
| 2026-09-14 | 38.2072 |
| 2026-09-15 | 38.2782 |
| 2026-09-16 | 38.4472 |
| 2026-09-17 | 38.3744 |
| 2026-09-18 | 38.4657 |
| 2026-09-19 | 38.4453 |
| 2026-09-20 | 38.4626 |
| 2026-09-21 | 38.4986 |
| 2026-09-22 | 38.3969 |
| 2026-09-23 | 38.0282 |
| 2026-09-24 | 37.8443 |
| 2026-09-25 | 38.0262 |
| 2026-09-26 | 37.9982 |
| 2026-09-27 | 37.9724 |
High
38.4986
Low
37.2247
Average
37.8461
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.