RSD to UZS exchange rate API
Serbian Dinar to Uzbekistan Sum · quoted 2026-09-25
114.3750
▼ +5.83% over 5Y
1 RSD = 114.3750 UZS · 1 UZS = 0.008743 RSD · Get this rate via the API
1 RSD buys 114.3750 UZS as of 2026-09-25, so 1 UZS buys 0.008743 RSD. Over the last 5 years, RSD/UZS traded between 113.3559 and 126.3797, averaged 119.6398 and fell 5.83%. The API holds daily RSD/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RSD/UZS over 5Y: show the values
| Point | RSD/UZS |
|---|---|
| 2024-08-24 | 121.4554 |
| 2024-10-07 | 120.2201 |
| 2024-11-06 | 118.4844 |
| 2024-12-06 | 116.1722 |
| 2025-01-05 | 113.3559 |
| 2025-02-04 | 114.5729 |
| 2025-03-06 | 119.1631 |
| 2025-04-06 | 120.8676 |
| 2025-05-06 | 124.4212 |
| 2025-06-07 | 124.4068 |
| 2025-07-07 | 126.3797 |
| 2025-08-06 | 124.3058 |
| 2025-09-05 | 123.4716 |
| 2025-10-06 | 120.8726 |
| 2025-11-05 | 117.4236 |
| 2025-12-05 | 118.5500 |
| 2026-01-05 | 119.9279 |
| 2026-02-04 | 123.3996 |
| 2026-03-06 | 120.5347 |
| 2026-04-05 | 119.4691 |
| 2026-05-05 | 119.4723 |
| 2026-06-06 | 118.3935 |
| 2026-07-08 | 117.2208 |
| 2026-08-07 | 117.1360 |
| 2026-09-07 | 116.5827 |
High
126.3797
Low
113.3559
Average
119.6398
Get this rate via the API
One GET request returns the RSD/UZS 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=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
RSD/UZS API questions
How do I get the RSD/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/UZS rate in rates.UZS.
How far back does RSD/UZS historical data go?
Daily RSD/UZS 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/UZS 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.