Skip to content

SCR to LTL exchange rate API

Seychelles Rupee to Lithuanian Litas · quoted 2026-09-25

0.21376

▲ +5.75% over 1Y

1 SCR = 0.21376 LTL · 1 LTL = 4.6781 SCR · Get this rate via the API

1 SCR buys 0.21376 LTL as of 2026-09-25, so 1 LTL buys 4.6781 SCR. Over the last year, SCR/LTL traded between 0.19355 and 0.23438, averaged 0.20666 and rose 5.75%. The API holds daily SCR/LTL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/LTL over 1Y

SCR/LTL over 1Y: show the values
PointSCR/LTL
2025-09-250.20214
2025-10-020.19990
2025-10-090.20173
2025-10-160.20208
2025-10-230.21500
2025-10-300.20922
2025-11-060.21071
2025-11-130.20164
2025-11-200.21024
2025-11-270.20160
2025-12-040.20600
2025-12-120.19564
2025-12-190.21429
2025-12-260.19721
2026-01-020.19355
2026-01-090.23438
2026-01-160.19681
2026-01-230.20199
2026-01-300.20217
2026-02-060.20403
2026-02-130.20231
2026-02-200.19411
2026-02-270.21427
2026-03-060.19865
2026-03-130.20069
2026-03-200.19833
2026-03-270.20700
2026-04-030.20861
2026-04-100.19454
2026-04-170.21462
2026-04-240.21487
2026-05-010.20190
2026-05-080.21319
2026-05-160.21835
2026-05-240.19972
2026-05-310.20044
2026-06-090.21585
2026-06-160.20869
2026-06-230.21227
2026-06-300.20960
2026-07-070.20666
2026-07-140.21191
2026-07-210.21307
2026-07-280.21638
2026-08-040.20682
2026-08-110.21142
2026-08-180.20493
2026-08-260.20854
2026-09-020.20623
2026-09-090.20777
2026-09-160.20906
2026-09-230.20786

High

0.23438

Low

0.19355

Average

0.20666

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/LTL API questions

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

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

How far back does SCR/LTL historical data go?

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