Skip to content

SCR to UZS exchange rate API

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

832.6143

▼ +1.56% over 6M

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 6 months, SCR/UZS traded between 808.9355 and 875.4621, averaged 836.8178 and fell 1.56%. 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 6M

SCR/UZS over 6M: show the values
PointSCR/UZS
2026-03-28845.8516
2026-04-04829.1208
2026-04-11866.5284
2026-04-18853.6073
2026-04-25814.4663
2026-05-02815.6790
2026-05-09869.3664
2026-05-17808.9355
2026-05-25835.1422
2026-06-01843.0502
2026-06-10869.9777
2026-06-17831.0793
2026-06-24820.7969
2026-07-01856.5960
2026-07-08824.4355
2026-07-15875.4621
2026-07-22831.9266
2026-07-29829.8777
2026-08-05859.1841
2026-08-12839.6853
2026-08-20809.7066
2026-08-27831.4027
2026-09-03821.6952
2026-09-10828.9235
2026-09-17816.3549
2026-09-24832.6143

High

875.4621

Low

808.9355

Average

836.8178

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.