Skip to content

SCR to UZS exchange rate API

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

832.6143

▲ +0.49% over 1Y

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 year, SCR/UZS traded between 794.2739 and 899.3823, averaged 843.6267 and rose 0.49%. 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 1Y

SCR/UZS over 1Y: show the values
PointSCR/UZS
2025-09-24828.5690
2025-10-01826.6128
2025-10-08827.2329
2025-10-15892.4678
2025-10-22835.6464
2025-10-29836.2727
2025-11-05800.0249
2025-11-12845.7070
2025-11-19845.4805
2025-11-26838.7918
2025-12-03828.4052
2025-12-11841.9929
2025-12-18824.2931
2025-12-25835.2182
2026-01-01794.2739
2026-01-08864.7579
2026-01-15840.4326
2026-01-22843.1883
2026-01-29851.2283
2026-02-05837.6330
2026-02-12899.3823
2026-02-19887.7560
2026-02-26879.5725
2026-03-05829.3161
2026-03-12823.7470
2026-03-19805.5351
2026-03-26877.3989
2026-04-02835.2502
2026-04-09860.8129
2026-04-16845.5821
2026-04-23888.6672
2026-04-30874.9060
2026-05-07866.0422
2026-05-15880.6760
2026-05-23872.1194
2026-05-30827.6820
2026-06-06890.2176
2026-06-15835.7678
2026-06-22838.5701
2026-06-29827.8682
2026-07-06837.5066
2026-07-13826.0949
2026-07-20858.2006
2026-07-27854.5313
2026-08-03827.9145
2026-08-10820.5952
2026-08-17837.1876
2026-08-25824.6184
2026-09-01832.8063
2026-09-08826.6898
2026-09-15829.4414
2026-09-22818.9143

High

899.3823

Low

794.2739

Average

843.6267

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.