Skip to content

SCR to KZT exchange rate API

Seychelles Rupee to Tenge · quoted 2026-09-24

31.3854

▼ +8.76% over YTD

1 SCR = 31.3854 KZT · 1 KZT = 0.03186 SCR · Get this rate via the API

1 SCR buys 31.3854 KZT as of 2026-09-24, so 1 KZT buys 0.03186 SCR. Over the year to date, SCR/KZT traded between 30.9304 and 36.4561, averaged 33.2268 and fell 8.76%. The API holds daily SCR/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/KZT over YTD

SCR/KZT over YTD: show the values
PointSCR/KZT
2025-12-3134.4006
2026-01-0736.3421
2026-01-1435.1013
2026-01-2135.8604
2026-01-2834.2380
2026-02-0433.6303
2026-02-1132.8638
2026-02-1834.0169
2026-02-2533.2077
2026-03-0436.4561
2026-03-1136.0102
2026-03-1833.7180
2026-03-2533.1381
2026-04-0132.1885
2026-04-0833.0931
2026-04-1533.6846
2026-04-2231.5847
2026-04-2933.5361
2026-05-0633.5482
2026-05-1432.8551
2026-05-2132.8087
2026-05-2933.9264
2026-06-0534.7091
2026-06-1433.6141
2026-06-2133.2549
2026-06-2832.6346
2026-07-0532.6980
2026-07-1231.8626
2026-07-1932.2324
2026-07-2632.7320
2026-08-0232.1699
2026-08-0931.8760
2026-08-1631.6029
2026-08-2431.6022
2026-08-3132.3526
2026-09-0732.0883
2026-09-1431.8922
2026-09-2130.9304

High

36.4561

Low

30.9304

Average

33.2268

For developers

Get this rate via the API

One GET request returns the SCR/KZT 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=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=KZT");
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=KZT").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/KZT API questions

How do I get the SCR/KZT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/KZT rate in rates.KZT.

How far back does SCR/KZT historical data go?

Daily SCR/KZT 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/KZT 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.