SCR to UZS exchange rate API
Seychelles Rupee to Uzbekistan Sum · quoted 2026-09-24
832.6143
▲ +1.15% over YTD
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 year to date, SCR/UZS traded between 806.3982 and 896.5374, averaged 836.1154 and rose 1.15%. 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 YTD: show the values
| Point | SCR/UZS |
|---|---|
| 2025-12-31 | 823.1407 |
| 2026-01-07 | 854.2725 |
| 2026-01-14 | 832.4311 |
| 2026-01-21 | 851.1749 |
| 2026-01-28 | 827.6582 |
| 2026-02-04 | 820.0994 |
| 2026-02-11 | 823.5372 |
| 2026-02-18 | 843.3030 |
| 2026-02-25 | 811.7562 |
| 2026-03-04 | 890.0154 |
| 2026-03-11 | 896.5374 |
| 2026-03-18 | 849.2148 |
| 2026-03-25 | 838.0229 |
| 2026-04-01 | 822.0421 |
| 2026-04-08 | 872.5205 |
| 2026-04-15 | 861.0318 |
| 2026-04-22 | 820.3586 |
| 2026-04-29 | 883.2737 |
| 2026-05-06 | 869.9903 |
| 2026-05-14 | 845.2898 |
| 2026-05-21 | 840.8785 |
| 2026-05-29 | 843.1519 |
| 2026-06-05 | 856.2098 |
| 2026-06-14 | 823.0157 |
| 2026-06-21 | 821.5824 |
| 2026-06-28 | 806.3982 |
| 2026-07-05 | 828.5252 |
| 2026-07-12 | 816.3936 |
| 2026-07-19 | 824.1941 |
| 2026-07-26 | 828.9982 |
| 2026-08-02 | 811.4414 |
| 2026-08-09 | 812.4107 |
| 2026-08-16 | 810.8913 |
| 2026-08-24 | 815.3365 |
| 2026-08-31 | 824.3863 |
| 2026-09-07 | 829.1191 |
| 2026-09-14 | 827.9571 |
| 2026-09-21 | 819.3250 |
High
896.5374
Low
806.3982
Average
836.1154
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.