Skip to content

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

RSD/UZS over 1Y: show the values
PointRSD/UZS
2025-09-25122.2472
2025-10-02121.1406
2025-10-09119.7877
2025-10-16121.5086
2025-10-23119.2580
2025-10-30118.9407
2025-11-06117.6307
2025-11-13118.6279
2025-11-20117.0944
2025-11-27117.4952
2025-12-04119.1014
2025-12-12120.2358
2025-12-19120.3459
2025-12-26121.3742
2026-01-02120.5072
2026-01-09119.8515
2026-01-16118.5277
2026-01-23121.5111
2026-01-30123.1160
2026-02-06123.4466
2026-02-13124.0774
2026-02-20121.6916
2026-02-27121.9330
2026-03-06120.5347
2026-03-13118.9272
2026-03-20119.8556
2026-03-27119.7362
2026-04-03119.2038
2026-04-10121.7229
2026-04-17122.0589
2026-04-24119.8518
2026-05-01119.2831
2026-05-08121.4530
2026-05-16118.6973
2026-05-24118.3471
2026-05-31119.1426
2026-06-09118.2074
2026-06-16118.4774
2026-06-23116.9761
2026-06-30117.0903
2026-07-07117.2530
2026-07-14117.7171
2026-07-21116.3829
2026-07-28116.4843
2026-08-04117.6317
2026-08-11117.3233
2026-08-18117.2271
2026-08-26117.0977
2026-09-02116.6220
2026-09-09117.0576
2026-09-16115.7704
2026-09-23114.7608

High

124.0774

Low

114.3750

Average

119.1456

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=UZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=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&currencies=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.