Skip to content

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

SCR/UZS over 30D: show the values
PointSCR/UZS
2026-08-25824.6184
2026-08-26829.7279
2026-08-27831.4027
2026-08-28842.3473
2026-08-29840.2835
2026-08-30805.4995
2026-08-31824.3863
2026-09-01832.8063
2026-09-02817.1180
2026-09-03821.6952
2026-09-04823.3923
2026-09-05855.6420
2026-09-06804.3792
2026-09-07829.1191
2026-09-08826.6898
2026-09-09826.5394
2026-09-10828.9235
2026-09-11822.4839
2026-09-12855.9641
2026-09-13796.1480
2026-09-14827.9571
2026-09-15829.4414
2026-09-16822.6641
2026-09-17816.3549
2026-09-18852.4139
2026-09-19830.9041
2026-09-20802.7451
2026-09-21819.3250
2026-09-22818.9143
2026-09-23810.8213
2026-09-24832.6143

High

855.9641

Low

796.1480

Average

826.1230

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.