SCR to UZS exchange rate API
Seychelles Rupee to Uzbekistan Sum · quoted 2026-09-24
832.6143
▲ +0.97% over 30D
1 SCR = 832.6143 UZS · 1 UZS = 0.001201 SCR · Get this rate via the API
1 SCR buys 832.6143 UZS as of 2026-09-24, so 1 UZS buys 0.001201 SCR. Over the last 30 days, SCR/UZS traded between 796.1480 and 855.9641, averaged 826.1230 and rose 0.97%. The API holds daily SCR/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/UZS over 30D: show the values
| Point | SCR/UZS |
|---|---|
| 2026-08-25 | 824.6184 |
| 2026-08-26 | 829.7279 |
| 2026-08-27 | 831.4027 |
| 2026-08-28 | 842.3473 |
| 2026-08-29 | 840.2835 |
| 2026-08-30 | 805.4995 |
| 2026-08-31 | 824.3863 |
| 2026-09-01 | 832.8063 |
| 2026-09-02 | 817.1180 |
| 2026-09-03 | 821.6952 |
| 2026-09-04 | 823.3923 |
| 2026-09-05 | 855.6420 |
| 2026-09-06 | 804.3792 |
| 2026-09-07 | 829.1191 |
| 2026-09-08 | 826.6898 |
| 2026-09-09 | 826.5394 |
| 2026-09-10 | 828.9235 |
| 2026-09-11 | 822.4839 |
| 2026-09-12 | 855.9641 |
| 2026-09-13 | 796.1480 |
| 2026-09-14 | 827.9571 |
| 2026-09-15 | 829.4414 |
| 2026-09-16 | 822.6641 |
| 2026-09-17 | 816.3549 |
| 2026-09-18 | 852.4139 |
| 2026-09-19 | 830.9041 |
| 2026-09-20 | 802.7451 |
| 2026-09-21 | 819.3250 |
| 2026-09-22 | 818.9143 |
| 2026-09-23 | 810.8213 |
| 2026-09-24 | 832.6143 |
High
855.9641
Low
796.1480
Average
826.1230
Get this rate via the API
One GET request returns the SCR/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=SCR¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/UZS API questions
How do I get the SCR/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/UZS rate in rates.UZS.
How far back does SCR/UZS historical data go?
Daily SCR/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 SCR/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.