Skip to content

RSD to UYU exchange rate API

Serbian Dinar to Peso Uruguayo · quoted 2026-09-26

0.38886

▼ +2.76% over 1Y

1 RSD = 0.38886 UYU · 1 UYU = 2.5716 RSD · Get this rate via the API

1 RSD buys 0.38886 UYU as of 2026-09-26, so 1 UYU buys 2.5716 RSD. Over the last year, RSD/UYU traded between 0.38255 and 0.40279, averaged 0.39380 and fell 2.76%. The API holds daily RSD/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/UYU over 1Y

RSD/UYU over 1Y: show the values
PointRSD/UYU
2025-09-260.39989
2025-10-030.39926
2025-10-100.39616
2025-10-170.39924
2025-10-240.39343
2025-10-310.39384
2025-11-070.39190
2025-11-140.39464
2025-11-210.39116
2025-11-280.39231
2025-12-050.38835
2025-12-130.39261
2025-12-200.39152
2025-12-270.39231
2026-01-030.39075
2026-01-100.38624
2026-01-170.38255
2026-01-240.38607
2026-01-310.38338
2026-02-070.38766
2026-02-140.38904
2026-02-210.38956
2026-02-280.38621
2026-03-070.39851
2026-03-140.39260
2026-03-210.39697
2026-03-280.39758
2026-04-040.39648
2026-04-110.40279
2026-04-180.40029
2026-04-250.39538
2026-05-020.39883
2026-05-090.40091
2026-05-170.39831
2026-05-250.39574
2026-06-010.39838
2026-06-100.39818
2026-06-170.39964
2026-06-240.38911
2026-07-010.38982
2026-07-080.39245
2026-07-150.39078
2026-07-220.39106
2026-07-290.38993
2026-08-050.39550
2026-08-120.39568
2026-08-200.39828
2026-08-270.39915
2026-09-030.39755
2026-09-100.39906
2026-09-170.39549
2026-09-240.38974

High

0.40279

Low

0.38255

Average

0.39380

For developers

Get this rate via the API

One GET request returns the RSD/UYU 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=UYU"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=UYU");
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=UYU").json()

Replace YOUR_API_KEY with the key from your dashboard.

RSD/UYU API questions

How do I get the RSD/UYU exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/UYU rate in rates.UYU.

How far back does RSD/UYU historical data go?

Daily RSD/UYU 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/UYU 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.