RSD to UZS exchange rate API
Serbian Dinar to Uzbekistan Sum · quoted 2026-09-25
114.3750
▼ +6.44% over 1Y
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 year, RSD/UZS traded between 114.3750 and 124.0774, averaged 119.1456 and fell 6.44%. 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 1Y: show the values
| Point | RSD/UZS |
|---|---|
| 2025-09-25 | 122.2472 |
| 2025-10-02 | 121.1406 |
| 2025-10-09 | 119.7877 |
| 2025-10-16 | 121.5086 |
| 2025-10-23 | 119.2580 |
| 2025-10-30 | 118.9407 |
| 2025-11-06 | 117.6307 |
| 2025-11-13 | 118.6279 |
| 2025-11-20 | 117.0944 |
| 2025-11-27 | 117.4952 |
| 2025-12-04 | 119.1014 |
| 2025-12-12 | 120.2358 |
| 2025-12-19 | 120.3459 |
| 2025-12-26 | 121.3742 |
| 2026-01-02 | 120.5072 |
| 2026-01-09 | 119.8515 |
| 2026-01-16 | 118.5277 |
| 2026-01-23 | 121.5111 |
| 2026-01-30 | 123.1160 |
| 2026-02-06 | 123.4466 |
| 2026-02-13 | 124.0774 |
| 2026-02-20 | 121.6916 |
| 2026-02-27 | 121.9330 |
| 2026-03-06 | 120.5347 |
| 2026-03-13 | 118.9272 |
| 2026-03-20 | 119.8556 |
| 2026-03-27 | 119.7362 |
| 2026-04-03 | 119.2038 |
| 2026-04-10 | 121.7229 |
| 2026-04-17 | 122.0589 |
| 2026-04-24 | 119.8518 |
| 2026-05-01 | 119.2831 |
| 2026-05-08 | 121.4530 |
| 2026-05-16 | 118.6973 |
| 2026-05-24 | 118.3471 |
| 2026-05-31 | 119.1426 |
| 2026-06-09 | 118.2074 |
| 2026-06-16 | 118.4774 |
| 2026-06-23 | 116.9761 |
| 2026-06-30 | 117.0903 |
| 2026-07-07 | 117.2530 |
| 2026-07-14 | 117.7171 |
| 2026-07-21 | 116.3829 |
| 2026-07-28 | 116.4843 |
| 2026-08-04 | 117.6317 |
| 2026-08-11 | 117.3233 |
| 2026-08-18 | 117.2271 |
| 2026-08-26 | 117.0977 |
| 2026-09-02 | 116.6220 |
| 2026-09-09 | 117.0576 |
| 2026-09-16 | 115.7704 |
| 2026-09-23 | 114.7608 |
High
124.0774
Low
114.3750
Average
119.1456
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.