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: show the values
| Point | RSD/UYU |
|---|---|
| 2025-09-26 | 0.39989 |
| 2025-10-03 | 0.39926 |
| 2025-10-10 | 0.39616 |
| 2025-10-17 | 0.39924 |
| 2025-10-24 | 0.39343 |
| 2025-10-31 | 0.39384 |
| 2025-11-07 | 0.39190 |
| 2025-11-14 | 0.39464 |
| 2025-11-21 | 0.39116 |
| 2025-11-28 | 0.39231 |
| 2025-12-05 | 0.38835 |
| 2025-12-13 | 0.39261 |
| 2025-12-20 | 0.39152 |
| 2025-12-27 | 0.39231 |
| 2026-01-03 | 0.39075 |
| 2026-01-10 | 0.38624 |
| 2026-01-17 | 0.38255 |
| 2026-01-24 | 0.38607 |
| 2026-01-31 | 0.38338 |
| 2026-02-07 | 0.38766 |
| 2026-02-14 | 0.38904 |
| 2026-02-21 | 0.38956 |
| 2026-02-28 | 0.38621 |
| 2026-03-07 | 0.39851 |
| 2026-03-14 | 0.39260 |
| 2026-03-21 | 0.39697 |
| 2026-03-28 | 0.39758 |
| 2026-04-04 | 0.39648 |
| 2026-04-11 | 0.40279 |
| 2026-04-18 | 0.40029 |
| 2026-04-25 | 0.39538 |
| 2026-05-02 | 0.39883 |
| 2026-05-09 | 0.40091 |
| 2026-05-17 | 0.39831 |
| 2026-05-25 | 0.39574 |
| 2026-06-01 | 0.39838 |
| 2026-06-10 | 0.39818 |
| 2026-06-17 | 0.39964 |
| 2026-06-24 | 0.38911 |
| 2026-07-01 | 0.38982 |
| 2026-07-08 | 0.39245 |
| 2026-07-15 | 0.39078 |
| 2026-07-22 | 0.39106 |
| 2026-07-29 | 0.38993 |
| 2026-08-05 | 0.39550 |
| 2026-08-12 | 0.39568 |
| 2026-08-20 | 0.39828 |
| 2026-08-27 | 0.39915 |
| 2026-09-03 | 0.39755 |
| 2026-09-10 | 0.39906 |
| 2026-09-17 | 0.39549 |
| 2026-09-24 | 0.38974 |
High
0.40279
Low
0.38255
Average
0.39380
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.