Skip to content

SCR to UZS exchange rate API

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

824.3634

▼ +10.68% over 5Y

1 SCR = 824.3634 UZS · 1 UZS = 0.001213 SCR · Get this rate via the API

1 SCR buys 824.3634 UZS as of 2026-09-25, so 1 UZS buys 0.001213 SCR. Over the last 5 years, SCR/UZS traded between 800.0249 and 937.9330, averaged 862.9581 and fell 10.68%. 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 5Y

SCR/UZS over 5Y: show the values
PointSCR/UZS
2024-08-24922.8953
2024-10-07887.8015
2024-11-06931.2028
2024-12-06937.9330
2025-01-05866.3095
2025-02-04898.0942
2025-03-06898.1930
2025-04-06873.2971
2025-05-06901.5272
2025-06-07883.5626
2025-07-07890.9077
2025-08-06874.6418
2025-09-05861.6714
2025-10-06833.6560
2025-11-05800.0249
2025-12-05855.5078
2026-01-05807.7111
2026-02-04820.0994
2026-03-06814.2640
2026-04-05820.2703
2026-05-05866.3027
2026-06-06890.2176
2026-07-08824.4355
2026-08-07822.9016
2026-09-07829.1191

High

937.9330

Low

800.0249

Average

862.9581

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.