WST to SCR exchange rate API
Tala to Seychelles Rupee · quoted 2026-09-27
5.2537
▲ +2.39% over 5Y
1 WST = 5.2537 SCR · 1 SCR = 0.19034 WST · Get this rate via the API
1 WST buys 5.2537 SCR as of 2026-09-27, so 1 SCR buys 0.19034 WST. Over the last 5 years, WST/SCR traded between 4.8532 and 5.5994, averaged 5.2278 and rose 2.39%. The API holds daily WST/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
WST/SCR over 5Y: show the values
| Point | WST/SCR |
|---|---|
| 2024-08-24 | 5.1312 |
| 2024-10-07 | 5.1142 |
| 2024-11-06 | 4.9919 |
| 2024-12-06 | 4.9287 |
| 2025-01-05 | 5.0544 |
| 2025-02-04 | 4.9286 |
| 2025-03-06 | 5.1026 |
| 2025-04-06 | 5.2854 |
| 2025-05-06 | 5.0046 |
| 2025-06-05 | 4.8532 |
| 2025-07-05 | 5.5994 |
| 2025-08-04 | 5.2419 |
| 2025-09-03 | 5.5232 |
| 2025-10-03 | 5.2827 |
| 2025-11-02 | 5.2897 |
| 2025-12-02 | 5.1430 |
| 2026-01-02 | 5.4757 |
| 2026-02-01 | 5.5406 |
| 2026-03-03 | 5.1778 |
| 2026-04-02 | 5.3177 |
| 2026-05-02 | 5.3547 |
| 2026-06-03 | 5.4528 |
| 2026-07-05 | 5.2494 |
| 2026-08-04 | 5.3485 |
| 2026-09-04 | 5.2778 |
High
5.5994
Low
4.8532
Average
5.2278
Get this rate via the API
One GET request returns the WST/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=WST¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=SCR").json()Replace YOUR_API_KEY with the key from your dashboard.
WST/SCR API questions
How do I get the WST/SCR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=SCR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/SCR rate in rates.SCR.
How far back does WST/SCR historical data go?
Daily WST/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 WST/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.