SCR to UZS exchange rate API
Seychelles Rupee to Uzbekistan Sum · quoted 2026-09-24
832.6143
▲ +0.49% over 1Y
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 year, SCR/UZS traded between 794.2739 and 899.3823, averaged 843.6267 and rose 0.49%. 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 1Y: show the values
| Point | SCR/UZS |
|---|---|
| 2025-09-24 | 828.5690 |
| 2025-10-01 | 826.6128 |
| 2025-10-08 | 827.2329 |
| 2025-10-15 | 892.4678 |
| 2025-10-22 | 835.6464 |
| 2025-10-29 | 836.2727 |
| 2025-11-05 | 800.0249 |
| 2025-11-12 | 845.7070 |
| 2025-11-19 | 845.4805 |
| 2025-11-26 | 838.7918 |
| 2025-12-03 | 828.4052 |
| 2025-12-11 | 841.9929 |
| 2025-12-18 | 824.2931 |
| 2025-12-25 | 835.2182 |
| 2026-01-01 | 794.2739 |
| 2026-01-08 | 864.7579 |
| 2026-01-15 | 840.4326 |
| 2026-01-22 | 843.1883 |
| 2026-01-29 | 851.2283 |
| 2026-02-05 | 837.6330 |
| 2026-02-12 | 899.3823 |
| 2026-02-19 | 887.7560 |
| 2026-02-26 | 879.5725 |
| 2026-03-05 | 829.3161 |
| 2026-03-12 | 823.7470 |
| 2026-03-19 | 805.5351 |
| 2026-03-26 | 877.3989 |
| 2026-04-02 | 835.2502 |
| 2026-04-09 | 860.8129 |
| 2026-04-16 | 845.5821 |
| 2026-04-23 | 888.6672 |
| 2026-04-30 | 874.9060 |
| 2026-05-07 | 866.0422 |
| 2026-05-15 | 880.6760 |
| 2026-05-23 | 872.1194 |
| 2026-05-30 | 827.6820 |
| 2026-06-06 | 890.2176 |
| 2026-06-15 | 835.7678 |
| 2026-06-22 | 838.5701 |
| 2026-06-29 | 827.8682 |
| 2026-07-06 | 837.5066 |
| 2026-07-13 | 826.0949 |
| 2026-07-20 | 858.2006 |
| 2026-07-27 | 854.5313 |
| 2026-08-03 | 827.9145 |
| 2026-08-10 | 820.5952 |
| 2026-08-17 | 837.1876 |
| 2026-08-25 | 824.6184 |
| 2026-09-01 | 832.8063 |
| 2026-09-08 | 826.6898 |
| 2026-09-15 | 829.4414 |
| 2026-09-22 | 818.9143 |
High
899.3823
Low
794.2739
Average
843.6267
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.