Skip to content

SZL to SCR exchange rate API

Lilangeni to Seychelles Rupee · quoted 2026-09-26

0.85056

▲ +0.25% over 1Y

1 SZL = 0.85056 SCR · 1 SCR = 1.1757 SZL · Get this rate via the API

1 SZL buys 0.85056 SCR as of 2026-09-26, so 1 SCR buys 1.1757 SZL. Over the last year, SZL/SCR traded between 0.77997 and 0.91939, averaged 0.86645 and rose 0.25%. The API holds daily SZL/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/SCR over 1Y

SZL/SCR over 1Y: show the values
PointSZL/SCR
2025-09-260.84843
2025-10-030.83691
2025-10-100.85164
2025-10-170.82590
2025-10-240.79964
2025-10-310.85896
2025-11-070.83616
2025-11-140.84469
2025-11-210.82712
2025-11-280.77997
2025-12-050.82186
2025-12-130.87138
2025-12-200.83194
2025-12-270.88353
2026-01-030.91538
2026-01-100.87774
2026-01-170.81730
2026-01-240.91779
2026-01-310.91798
2026-02-070.91253
2026-02-140.85312
2026-02-210.91283
2026-02-280.91939
2026-03-070.88878
2026-03-140.85278
2026-03-210.86576
2026-03-280.84085
2026-04-040.86573
2026-04-110.85385
2026-04-180.87028
2026-04-250.89174
2026-05-020.87935
2026-05-090.85267
2026-05-170.88797
2026-05-250.87762
2026-06-010.87812
2026-06-100.83726
2026-06-170.89284
2026-06-240.88324
2026-07-010.85544
2026-07-080.89897
2026-07-150.84330
2026-07-220.87598
2026-07-290.86748
2026-08-050.84769
2026-08-120.87680
2026-08-200.90093
2026-08-270.89080
2026-09-030.89451
2026-09-100.88812
2026-09-170.88332
2026-09-240.86676

High

0.91939

Low

0.77997

Average

0.86645

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=SCR").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/SCR API questions

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

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

How far back does SZL/SCR historical data go?

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