Skip to content

SCR to KZT exchange rate API

Seychelles Rupee to Tenge · quoted 2026-09-24

31.3854

▼ +10.69% over 5Y

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 last 5 years, SCR/KZT traded between 31.3854 and 38.0807, averaged 34.7709 and fell 10.69%. 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 5Y

SCR/KZT over 5Y: show the values
PointSCR/KZT
2024-08-2435.1424
2024-10-0733.4230
2024-11-0635.5622
2024-12-0638.0807
2025-01-0535.2081
2025-02-0435.9406
2025-03-0634.5584
2025-04-0634.2841
2025-05-0636.0628
2025-06-0735.2189
2025-07-0736.7891
2025-08-0637.3206
2025-09-0537.5016
2025-10-0637.8002
2025-11-0535.0361
2025-12-0536.2160
2026-01-0534.1422
2026-02-0433.6303
2026-03-0632.9971
2026-04-0531.6826
2026-05-0533.5012
2026-06-0635.9121
2026-07-0832.1906
2026-08-0732.3693
2026-09-0732.0883

High

38.0807

Low

31.3854

Average

34.7709

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.