SCR to UYU exchange rate API
Seychelles Rupee to Peso Uruguayo · quoted 2026-09-24
2.8331
▲ +4.70% over 1Y
1 SCR = 2.8331 UYU · 1 UYU = 0.35297 SCR · Get this rate via the API
1 SCR buys 2.8331 UYU as of 2026-09-24, so 1 UYU buys 0.35297 SCR. Over the last year, SCR/UYU traded between 2.5835 and 2.9804, averaged 2.7867 and rose 4.70%. The API holds daily SCR/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/UYU over 1Y: show the values
| Point | SCR/UYU |
|---|---|
| 2025-09-24 | 2.7060 |
| 2025-10-01 | 2.7240 |
| 2025-10-08 | 2.7467 |
| 2025-10-15 | 2.9368 |
| 2025-10-22 | 2.7646 |
| 2025-10-29 | 2.7667 |
| 2025-11-05 | 2.6571 |
| 2025-11-12 | 2.8059 |
| 2025-11-19 | 2.8176 |
| 2025-11-26 | 2.7855 |
| 2025-12-03 | 2.7373 |
| 2025-12-11 | 2.7413 |
| 2025-12-18 | 2.6773 |
| 2025-12-25 | 2.7108 |
| 2026-01-01 | 2.5835 |
| 2026-01-08 | 2.8035 |
| 2026-01-15 | 2.7082 |
| 2026-01-22 | 2.6819 |
| 2026-01-29 | 2.6577 |
| 2026-02-05 | 2.6306 |
| 2026-02-12 | 2.7989 |
| 2026-02-19 | 2.8524 |
| 2026-02-26 | 2.7708 |
| 2026-03-05 | 2.6413 |
| 2026-03-12 | 2.7254 |
| 2026-03-19 | 2.6835 |
| 2026-03-26 | 2.9200 |
| 2026-04-02 | 2.7946 |
| 2026-04-09 | 2.8575 |
| 2026-04-16 | 2.7901 |
| 2026-04-23 | 2.9130 |
| 2026-04-30 | 2.8905 |
| 2026-05-07 | 2.8827 |
| 2026-05-15 | 2.9123 |
| 2026-05-23 | 2.9292 |
| 2026-05-30 | 2.7625 |
| 2026-06-06 | 2.9804 |
| 2026-06-15 | 2.8148 |
| 2026-06-22 | 2.7806 |
| 2026-06-29 | 2.7680 |
| 2026-07-06 | 2.8166 |
| 2026-07-13 | 2.7632 |
| 2026-07-20 | 2.8687 |
| 2026-07-27 | 2.8423 |
| 2026-08-03 | 2.7849 |
| 2026-08-10 | 2.7641 |
| 2026-08-17 | 2.8163 |
| 2026-08-25 | 2.7989 |
| 2026-09-01 | 2.8375 |
| 2026-09-08 | 2.8261 |
| 2026-09-15 | 2.8406 |
| 2026-09-22 | 2.7918 |
High
2.9804
Low
2.5835
Average
2.7867
Get this rate via the API
One GET request returns the SCR/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=SCR¤cies=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=UYU").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/UYU API questions
How do I get the SCR/UYU exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/UYU rate in rates.UYU.
How far back does SCR/UYU historical data go?
Daily SCR/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 SCR/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.