Skip to content

WST to SCR exchange rate API

Tala to Seychelles Rupee · quoted 2026-09-27

5.2537

▲ +1.18% over 1Y

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 year, WST/SCR traded between 4.8176 and 5.5814, averaged 5.2602 and rose 1.18%. 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 1Y

WST/SCR over 1Y: show the values
PointWST/SCR
2025-09-275.1923
2025-10-045.2723
2025-10-115.1212
2025-10-184.9463
2025-10-254.9917
2025-11-015.2329
2025-11-084.8757
2025-11-154.9289
2025-11-224.8454
2025-11-294.9898
2025-12-064.8458
2025-12-145.3703
2025-12-215.3289
2025-12-285.4143
2026-01-045.4410
2026-01-115.3340
2026-01-185.3260
2026-01-255.3976
2026-02-015.5406
2026-02-085.4717
2026-02-155.4226
2026-02-225.4282
2026-03-015.4595
2026-03-085.4204
2026-03-155.5631
2026-03-225.5105
2026-03-295.4597
2026-04-055.4146
2026-04-125.5814
2026-04-195.5484
2026-04-265.4338
2026-05-035.1083
2026-05-105.5400
2026-05-185.0191
2026-05-265.2807
2026-06-025.1976
2026-06-115.1502
2026-06-185.3960
2026-06-255.3082
2026-07-024.8176
2026-07-095.3176
2026-07-165.1711
2026-07-235.1794
2026-07-305.2927
2026-08-065.2229
2026-08-135.2125
2026-08-215.1933
2026-08-285.1967
2026-09-045.2778
2026-09-115.2700
2026-09-185.0653
2026-09-255.2114

High

5.5814

Low

4.8176

Average

5.2602

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.