RSD to UZS exchange rate API
Serbian Dinar to Uzbekistan Sum · quoted 2026-09-25
114.3750
▼ +4.41% over 6M
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 6 months, RSD/UZS traded between 114.3750 and 121.9685, averaged 117.9605 and fell 4.41%. 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 6M: show the values
| Point | RSD/UZS |
|---|---|
| 2026-03-29 | 119.6502 |
| 2026-04-05 | 119.4691 |
| 2026-04-12 | 121.3513 |
| 2026-04-19 | 121.9685 |
| 2026-04-26 | 119.7496 |
| 2026-05-03 | 119.3728 |
| 2026-05-10 | 121.5813 |
| 2026-05-18 | 118.8347 |
| 2026-05-26 | 119.0082 |
| 2026-06-02 | 118.5230 |
| 2026-06-11 | 118.7077 |
| 2026-06-18 | 118.5048 |
| 2026-06-25 | 116.6528 |
| 2026-07-02 | 115.7069 |
| 2026-07-09 | 116.8888 |
| 2026-07-16 | 117.5825 |
| 2026-07-23 | 117.2549 |
| 2026-07-30 | 116.9706 |
| 2026-08-06 | 116.8933 |
| 2026-08-13 | 117.3049 |
| 2026-08-21 | 118.0126 |
| 2026-08-28 | 117.1840 |
| 2026-09-04 | 116.7201 |
| 2026-09-11 | 116.5345 |
| 2026-09-18 | 115.7554 |
| 2026-09-25 | 114.3750 |
High
121.9685
Low
114.3750
Average
117.9605
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.