Skip to content

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

WST/SCR over 5Y: show the values
PointWST/SCR
2024-08-245.1312
2024-10-075.1142
2024-11-064.9919
2024-12-064.9287
2025-01-055.0544
2025-02-044.9286
2025-03-065.1026
2025-04-065.2854
2025-05-065.0046
2025-06-054.8532
2025-07-055.5994
2025-08-045.2419
2025-09-035.5232
2025-10-035.2827
2025-11-025.2897
2025-12-025.1430
2026-01-025.4757
2026-02-015.5406
2026-03-035.1778
2026-04-025.3177
2026-05-025.3547
2026-06-035.4528
2026-07-055.2494
2026-08-045.3485
2026-09-045.2778

High

5.5994

Low

4.8532

Average

5.2278

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=SCR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&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=WST&currencies=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&currencies=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.