SCR to UZS exchange rate API
Seychelles Rupee to Uzbekistan Sum · quoted 2026-09-25
824.3634
▼ +10.68% over 5Y
1 SCR = 824.3634 UZS · 1 UZS = 0.001213 SCR · Get this rate via the API
1 SCR buys 824.3634 UZS as of 2026-09-25, so 1 UZS buys 0.001213 SCR. Over the last 5 years, SCR/UZS traded between 800.0249 and 937.9330, averaged 862.9581 and fell 10.68%. 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 5Y: show the values
| Point | SCR/UZS |
|---|---|
| 2024-08-24 | 922.8953 |
| 2024-10-07 | 887.8015 |
| 2024-11-06 | 931.2028 |
| 2024-12-06 | 937.9330 |
| 2025-01-05 | 866.3095 |
| 2025-02-04 | 898.0942 |
| 2025-03-06 | 898.1930 |
| 2025-04-06 | 873.2971 |
| 2025-05-06 | 901.5272 |
| 2025-06-07 | 883.5626 |
| 2025-07-07 | 890.9077 |
| 2025-08-06 | 874.6418 |
| 2025-09-05 | 861.6714 |
| 2025-10-06 | 833.6560 |
| 2025-11-05 | 800.0249 |
| 2025-12-05 | 855.5078 |
| 2026-01-05 | 807.7111 |
| 2026-02-04 | 820.0994 |
| 2026-03-06 | 814.2640 |
| 2026-04-05 | 820.2703 |
| 2026-05-05 | 866.3027 |
| 2026-06-06 | 890.2176 |
| 2026-07-08 | 824.4355 |
| 2026-08-07 | 822.9016 |
| 2026-09-07 | 829.1191 |
High
937.9330
Low
800.0249
Average
862.9581
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.