RSD to UZS exchange rate API
Serbian Dinar to Uzbekistan Sum · quoted 2026-09-25
114.3750
▼ +2.33% over 30D
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 30 days, RSD/UZS traded between 114.3750 and 117.4185, averaged 116.1787 and fell 2.33%. 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 30D: show the values
| Point | RSD/UZS |
|---|---|
| 2026-08-26 | 117.0977 |
| 2026-08-27 | 117.4185 |
| 2026-08-28 | 117.1840 |
| 2026-08-29 | 116.8233 |
| 2026-08-30 | 116.7731 |
| 2026-08-31 | 116.8767 |
| 2026-09-01 | 116.7862 |
| 2026-09-02 | 116.6220 |
| 2026-09-03 | 116.5907 |
| 2026-09-04 | 116.7201 |
| 2026-09-05 | 116.7348 |
| 2026-09-06 | 116.6684 |
| 2026-09-07 | 116.5827 |
| 2026-09-08 | 116.6133 |
| 2026-09-09 | 117.0576 |
| 2026-09-10 | 117.1201 |
| 2026-09-11 | 116.5345 |
| 2026-09-12 | 116.5207 |
| 2026-09-13 | 116.3024 |
| 2026-09-14 | 115.9539 |
| 2026-09-15 | 115.3419 |
| 2026-09-16 | 115.7704 |
| 2026-09-17 | 115.2524 |
| 2026-09-18 | 115.7554 |
| 2026-09-19 | 115.7815 |
| 2026-09-20 | 115.7149 |
| 2026-09-21 | 115.7479 |
| 2026-09-22 | 115.3238 |
| 2026-09-23 | 114.7608 |
| 2026-09-24 | 114.5399 |
| 2026-09-25 | 114.3750 |
High
117.4185
Low
114.3750
Average
116.1787
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.