RSD to UZS exchange rate API
Serbian Dinar to Uzbekistan Sum · quoted 2026-09-25
114.3750
▼ +4.99% over YTD
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 year to date, RSD/UZS traded between 114.3750 and 125.1061, averaged 119.2388 and fell 4.99%. 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 YTD: show the values
| Point | RSD/UZS |
|---|---|
| 2025-12-31 | 120.3822 |
| 2026-01-07 | 119.4450 |
| 2026-01-14 | 119.8826 |
| 2026-01-21 | 120.5073 |
| 2026-01-28 | 123.8808 |
| 2026-02-04 | 123.3996 |
| 2026-02-11 | 125.1061 |
| 2026-02-18 | 122.6955 |
| 2026-02-25 | 122.4353 |
| 2026-03-04 | 120.6213 |
| 2026-03-11 | 120.3994 |
| 2026-03-18 | 118.9099 |
| 2026-03-25 | 120.3539 |
| 2026-04-01 | 120.2003 |
| 2026-04-08 | 121.2473 |
| 2026-04-15 | 121.9146 |
| 2026-04-22 | 120.7630 |
| 2026-04-29 | 120.3798 |
| 2026-05-06 | 120.0495 |
| 2026-05-14 | 120.5296 |
| 2026-05-21 | 119.6188 |
| 2026-05-29 | 119.0573 |
| 2026-06-05 | 118.5487 |
| 2026-06-14 | 118.1278 |
| 2026-06-21 | 117.8141 |
| 2026-06-28 | 116.4882 |
| 2026-07-05 | 116.7066 |
| 2026-07-12 | 117.4602 |
| 2026-07-19 | 117.2608 |
| 2026-07-26 | 116.4094 |
| 2026-08-02 | 117.2043 |
| 2026-08-09 | 117.7427 |
| 2026-08-16 | 117.2711 |
| 2026-08-24 | 117.9657 |
| 2026-08-31 | 116.8767 |
| 2026-09-07 | 116.5827 |
| 2026-09-14 | 115.9539 |
| 2026-09-21 | 115.7479 |
High
125.1061
Low
114.3750
Average
119.2388
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.