Skip to content

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

SCR/UZS over YTD: show the values
PointSCR/UZS
2025-12-31823.1407
2026-01-07854.2725
2026-01-14832.4311
2026-01-21851.1749
2026-01-28827.6582
2026-02-04820.0994
2026-02-11823.5372
2026-02-18843.3030
2026-02-25811.7562
2026-03-04890.0154
2026-03-11896.5374
2026-03-18849.2148
2026-03-25838.0229
2026-04-01822.0421
2026-04-08872.5205
2026-04-15861.0318
2026-04-22820.3586
2026-04-29883.2737
2026-05-06869.9903
2026-05-14845.2898
2026-05-21840.8785
2026-05-29843.1519
2026-06-05856.2098
2026-06-14823.0157
2026-06-21821.5824
2026-06-28806.3982
2026-07-05828.5252
2026-07-12816.3936
2026-07-19824.1941
2026-07-26828.9982
2026-08-02811.4414
2026-08-09812.4107
2026-08-16810.8913
2026-08-24815.3365
2026-08-31824.3863
2026-09-07829.1191
2026-09-14827.9571
2026-09-21819.3250

High

896.5374

Low

806.3982

Average

836.1154

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=UZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=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&currencies=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.