Skip to content

SCR to TWD exchange rate API

Seychelles Rupee to New Taiwan Dollar · quoted 2026-09-25

2.2416

▲ +4.84% over 6M

1 SCR = 2.2416 TWD · 1 TWD = 0.44611 SCR · Get this rate via the API

1 SCR buys 2.2416 TWD as of 2026-09-25, so 1 TWD buys 0.44611 SCR. Over the last 6 months, SCR/TWD traded between 2.0903 and 2.4072, averaged 2.2243 and rose 4.84%. The API holds daily SCR/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/TWD over 6M

SCR/TWD over 6M: show the values
PointSCR/TWD
2026-03-292.1382
2026-04-052.1568
2026-04-122.0903
2026-04-192.0905
2026-04-262.1275
2026-05-032.3009
2026-05-102.1054
2026-05-182.3265
2026-05-262.2080
2026-06-022.2465
2026-06-112.2503
2026-06-182.1587
2026-06-252.1789
2026-07-022.4072
2026-07-092.2038
2026-07-162.2903
2026-07-232.2852
2026-07-302.2488
2026-08-062.2692
2026-08-132.2662
2026-08-212.2668
2026-08-282.2561
2026-09-042.2154
2026-09-112.2085
2026-09-182.2936

High

2.4072

Low

2.0903

Average

2.2243

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/TWD API questions

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

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

How far back does SCR/TWD historical data go?

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