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: show the values
| Point | RSD/UGX |
|---|---|
| 2026-03-31 | 36.6860 |
| 2026-04-07 | 36.8748 |
| 2026-04-14 | 37.3876 |
| 2026-04-21 | 37.1397 |
| 2026-04-28 | 37.2177 |
| 2026-05-05 | 37.3769 |
| 2026-05-12 | 37.6478 |
| 2026-05-20 | 37.2773 |
| 2026-05-28 | 37.2750 |
| 2026-06-04 | 37.2430 |
| 2026-06-13 | 36.9717 |
| 2026-06-20 | 35.5836 |
| 2026-06-27 | 35.6040 |
| 2026-07-04 | 35.5753 |
| 2026-07-11 | 35.8005 |
| 2026-07-18 | 36.0125 |
| 2026-07-25 | 36.0180 |
| 2026-08-01 | 36.7412 |
| 2026-08-08 | 36.7108 |
| 2026-08-15 | 36.5889 |
| 2026-08-23 | 37.0604 |
| 2026-08-30 | 37.2247 |
| 2026-09-06 | 37.4087 |
| 2026-09-13 | 38.2363 |
| 2026-09-20 | 38.4626 |
| 2026-09-27 | 37.9724 |
High
38.4626
Low
35.5753
Average
36.9656
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.