Skip to content

SCR to KZT exchange rate API

Seychelles Rupee to Tenge · quoted 2026-09-24

31.3854

▼ +15.01% over 1Y

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 year, SCR/KZT traded between 31.1261 and 39.4761, averaged 34.4706 and fell 15.01%. 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 1Y

SCR/KZT over 1Y: show the values
PointSCR/KZT
2025-09-2436.9262
2025-10-0137.5047
2025-10-0837.2027
2025-10-1539.4761
2025-10-2237.3291
2025-10-2937.0343
2025-11-0535.0361
2025-11-1237.0489
2025-11-1936.7670
2025-11-2636.3587
2025-12-0335.3038
2025-12-1136.5887
2025-12-1835.1526
2025-12-2535.5356
2026-01-0133.5354
2026-01-0836.6976
2026-01-1535.6975
2026-01-2235.4181
2026-01-2935.4124
2026-02-0534.0085
2026-02-1236.0162
2026-02-1935.8836
2026-02-2636.3678
2026-03-0533.8009
2026-03-1233.1850
2026-03-1931.7875
2026-03-2634.6846
2026-04-0232.6684
2026-04-0933.6299
2026-04-1632.9091
2026-04-2333.9513
2026-04-3033.6403
2026-05-0733.2217
2026-05-1534.6164
2026-05-2334.2625
2026-05-3033.6196
2026-06-0635.9121
2026-06-1534.1037
2026-06-2233.9411
2026-06-2933.4701
2026-07-0633.0826
2026-07-1332.4288
2026-07-2033.6383
2026-07-2733.6508
2026-08-0332.8968
2026-08-1032.2548
2026-08-1732.5848
2026-08-2531.9408
2026-09-0132.5468
2026-09-0831.8831
2026-09-1531.8165
2026-09-2231.1261

High

39.4761

Low

31.1261

Average

34.4706

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.