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: show the values
| Point | SCR/TRY |
|---|---|
| 2025-09-24 | 2.8122 |
| 2025-10-01 | 2.8420 |
| 2025-10-08 | 2.8668 |
| 2025-10-15 | 3.0727 |
| 2025-10-22 | 2.9096 |
| 2025-10-29 | 2.9119 |
| 2025-11-05 | 2.8119 |
| 2025-11-12 | 2.9808 |
| 2025-11-19 | 2.9964 |
| 2025-11-26 | 2.9860 |
| 2025-12-03 | 2.9534 |
| 2025-12-11 | 2.9980 |
| 2025-12-18 | 2.9198 |
| 2025-12-25 | 2.9632 |
| 2026-01-01 | 2.8402 |
| 2026-01-08 | 3.0954 |
| 2026-01-15 | 3.0183 |
| 2026-01-22 | 3.0199 |
| 2026-01-29 | 3.0479 |
| 2026-02-05 | 2.9702 |
| 2026-02-12 | 3.1791 |
| 2026-02-19 | 3.2026 |
| 2026-02-26 | 3.1796 |
| 2026-03-05 | 2.9940 |
| 2026-03-12 | 2.9795 |
| 2026-03-19 | 2.9191 |
| 2026-03-26 | 3.1890 |
| 2026-04-02 | 3.0588 |
| 2026-04-09 | 3.1386 |
| 2026-04-16 | 3.1131 |
| 2026-04-23 | 3.2804 |
| 2026-04-30 | 3.2807 |
| 2026-05-07 | 3.2442 |
| 2026-05-15 | 3.3300 |
| 2026-05-23 | 3.3213 |
| 2026-05-30 | 3.1568 |
| 2026-06-06 | 3.4039 |
| 2026-06-15 | 3.2253 |
| 2026-06-22 | 3.2323 |
| 2026-06-29 | 3.2117 |
| 2026-07-06 | 3.2751 |
| 2026-07-13 | 3.2106 |
| 2026-07-20 | 3.3681 |
| 2026-07-27 | 3.3576 |
| 2026-08-03 | 3.3013 |
| 2026-08-10 | 3.2837 |
| 2026-08-17 | 3.3688 |
| 2026-08-25 | 3.3598 |
| 2026-09-01 | 3.4037 |
| 2026-09-08 | 3.4032 |
| 2026-09-15 | 3.4387 |
| 2026-09-22 | 3.3881 |
High
3.4410
Low
2.8119
Average
3.1369
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.