Skip to content

SCR to TRY exchange rate API

Seychelles Rupee to Turkish Lira · quoted 2026-09-24

3.4410

▲ +22.36% over 1Y

1 SCR = 3.4410 TRY · 1 TRY = 0.29061 SCR · Get this rate via the API

1 SCR buys 3.4410 TRY as of 2026-09-24, so 1 TRY buys 0.29061 SCR. Over the last year, SCR/TRY traded between 2.8119 and 3.4410, averaged 3.1369 and rose 22.36%. The API holds daily SCR/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/TRY over 1Y

SCR/TRY over 1Y: show the values
PointSCR/TRY
2025-09-242.8122
2025-10-012.8420
2025-10-082.8668
2025-10-153.0727
2025-10-222.9096
2025-10-292.9119
2025-11-052.8119
2025-11-122.9808
2025-11-192.9964
2025-11-262.9860
2025-12-032.9534
2025-12-112.9980
2025-12-182.9198
2025-12-252.9632
2026-01-012.8402
2026-01-083.0954
2026-01-153.0183
2026-01-223.0199
2026-01-293.0479
2026-02-052.9702
2026-02-123.1791
2026-02-193.2026
2026-02-263.1796
2026-03-052.9940
2026-03-122.9795
2026-03-192.9191
2026-03-263.1890
2026-04-023.0588
2026-04-093.1386
2026-04-163.1131
2026-04-233.2804
2026-04-303.2807
2026-05-073.2442
2026-05-153.3300
2026-05-233.3213
2026-05-303.1568
2026-06-063.4039
2026-06-153.2253
2026-06-223.2323
2026-06-293.2117
2026-07-063.2751
2026-07-133.2106
2026-07-203.3681
2026-07-273.3576
2026-08-033.3013
2026-08-103.2837
2026-08-173.3688
2026-08-253.3598
2026-09-013.4037
2026-09-083.4032
2026-09-153.4387
2026-09-223.3881

High

3.4410

Low

2.8119

Average

3.1369

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/TRY API questions

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

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

How far back does SCR/TRY historical data go?

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