Skip to content

SCR to UZS exchange rate API

Seychelles Rupee to Uzbekistan Sum · quoted 2026-09-24

832.6143

▲ +1.99% over 7D

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 7 days, SCR/UZS traded between 802.7451 and 852.4139, averaged 824.0786 and rose 1.99%. 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 7D

SCR/UZS over 7D: show the values
PointSCR/UZS
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

852.4139

Low

802.7451

Average

824.0786

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.