Skip to content

SCR to CZK exchange rate API

Seychelles Rupee to Czech Koruna · quoted 2026-09-24

1.5110

▲ +7.79% over 1Y

1 SCR = 1.5110 CZK · 1 CZK = 0.66179 SCR · Get this rate via the API

1 SCR buys 1.5110 CZK as of 2026-09-24, so 1 CZK buys 0.66179 SCR. Over the last year, SCR/CZK traded between 1.3625 and 1.5522, averaged 1.4644 and rose 7.79%. The API holds daily SCR/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/CZK over 1Y

SCR/CZK over 1Y: show the values
PointSCR/CZK
2025-09-241.4018
2025-10-011.4148
2025-10-081.4404
2025-10-151.5342
2025-10-221.4530
2025-10-291.4520
2025-11-051.4163
2025-11-121.4769
2025-11-191.4755
2025-11-261.4684
2025-12-031.4387
2025-12-111.4545
2025-12-181.4221
2025-12-251.4257
2026-01-011.3625
2026-01-081.4943
2026-01-151.4596
2026-01-221.4489
2026-01-291.4271
2026-02-051.4056
2026-02-121.4871
2026-02-191.5094
2026-02-261.4871
2026-03-051.4290
2026-03-121.4277
2026-03-191.4055
2026-03-261.5248
2026-04-021.4638
2026-04-091.4698
2026-04-161.4372
2026-04-231.5206
2026-04-301.5118
2026-05-071.4811
2026-05-151.5300
2026-05-231.5211
2026-05-301.4339
2026-06-061.5522
2026-06-151.4498
2026-06-221.4691
2026-06-291.4647
2026-07-061.4810
2026-07-131.4510
2026-07-201.5113
2026-07-271.5038
2026-08-031.4574
2026-08-101.4450
2026-08-171.4681
2026-08-251.4434
2026-09-011.4697
2026-09-081.4625
2026-09-151.4883
2026-09-221.4742

High

1.5522

Low

1.3625

Average

1.4644

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/CZK API questions

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

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

How far back does SCR/CZK historical data go?

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