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: show the values
| Point | SZL/SCR |
|---|---|
| 2025-09-26 | 0.84843 |
| 2025-10-03 | 0.83691 |
| 2025-10-10 | 0.85164 |
| 2025-10-17 | 0.82590 |
| 2025-10-24 | 0.79964 |
| 2025-10-31 | 0.85896 |
| 2025-11-07 | 0.83616 |
| 2025-11-14 | 0.84469 |
| 2025-11-21 | 0.82712 |
| 2025-11-28 | 0.77997 |
| 2025-12-05 | 0.82186 |
| 2025-12-13 | 0.87138 |
| 2025-12-20 | 0.83194 |
| 2025-12-27 | 0.88353 |
| 2026-01-03 | 0.91538 |
| 2026-01-10 | 0.87774 |
| 2026-01-17 | 0.81730 |
| 2026-01-24 | 0.91779 |
| 2026-01-31 | 0.91798 |
| 2026-02-07 | 0.91253 |
| 2026-02-14 | 0.85312 |
| 2026-02-21 | 0.91283 |
| 2026-02-28 | 0.91939 |
| 2026-03-07 | 0.88878 |
| 2026-03-14 | 0.85278 |
| 2026-03-21 | 0.86576 |
| 2026-03-28 | 0.84085 |
| 2026-04-04 | 0.86573 |
| 2026-04-11 | 0.85385 |
| 2026-04-18 | 0.87028 |
| 2026-04-25 | 0.89174 |
| 2026-05-02 | 0.87935 |
| 2026-05-09 | 0.85267 |
| 2026-05-17 | 0.88797 |
| 2026-05-25 | 0.87762 |
| 2026-06-01 | 0.87812 |
| 2026-06-10 | 0.83726 |
| 2026-06-17 | 0.89284 |
| 2026-06-24 | 0.88324 |
| 2026-07-01 | 0.85544 |
| 2026-07-08 | 0.89897 |
| 2026-07-15 | 0.84330 |
| 2026-07-22 | 0.87598 |
| 2026-07-29 | 0.86748 |
| 2026-08-05 | 0.84769 |
| 2026-08-12 | 0.87680 |
| 2026-08-20 | 0.90093 |
| 2026-08-27 | 0.89080 |
| 2026-09-03 | 0.89451 |
| 2026-09-10 | 0.88812 |
| 2026-09-17 | 0.88332 |
| 2026-09-24 | 0.86676 |
High
0.91939
Low
0.77997
Average
0.86645
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.