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: show the values
| Point | RSD/UGX |
|---|---|
| 2025-09-27 | 34.9300 |
| 2025-10-04 | 34.5322 |
| 2025-10-11 | 33.9394 |
| 2025-10-18 | 34.6974 |
| 2025-10-25 | 34.4999 |
| 2025-11-01 | 34.2765 |
| 2025-11-08 | 34.5186 |
| 2025-11-15 | 35.3541 |
| 2025-11-22 | 35.7211 |
| 2025-11-29 | 35.8012 |
| 2025-12-06 | 35.0811 |
| 2025-12-14 | 35.5470 |
| 2025-12-21 | 35.6844 |
| 2025-12-28 | 36.2413 |
| 2026-01-04 | 36.2072 |
| 2026-01-11 | 35.6906 |
| 2026-01-18 | 35.0034 |
| 2026-01-25 | 35.6679 |
| 2026-02-01 | 35.9900 |
| 2026-02-08 | 35.8253 |
| 2026-02-15 | 35.7782 |
| 2026-02-22 | 36.0852 |
| 2026-03-01 | 36.2276 |
| 2026-03-08 | 36.5214 |
| 2026-03-15 | 36.6493 |
| 2026-03-22 | 37.2284 |
| 2026-03-29 | 36.6005 |
| 2026-04-05 | 36.8755 |
| 2026-04-12 | 36.9260 |
| 2026-04-19 | 37.2220 |
| 2026-04-26 | 37.0806 |
| 2026-05-03 | 37.5698 |
| 2026-05-10 | 37.5564 |
| 2026-05-18 | 37.2604 |
| 2026-05-26 | 37.3532 |
| 2026-06-02 | 37.3862 |
| 2026-06-11 | 37.0374 |
| 2026-06-18 | 35.8215 |
| 2026-06-25 | 35.8254 |
| 2026-07-02 | 35.5462 |
| 2026-07-09 | 35.9042 |
| 2026-07-16 | 36.0847 |
| 2026-07-23 | 36.3608 |
| 2026-07-30 | 36.3972 |
| 2026-08-06 | 36.7291 |
| 2026-08-13 | 36.4933 |
| 2026-08-21 | 37.0571 |
| 2026-08-28 | 37.3794 |
| 2026-09-04 | 37.4353 |
| 2026-09-11 | 37.8778 |
| 2026-09-18 | 38.4657 |
| 2026-09-25 | 38.0262 |
High
38.4657
Low
33.9394
Average
36.2631
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.