SCR to TWD exchange rate API
Seychelles Rupee to New Taiwan Dollar · quoted 2026-09-25
2.2416
▲ +8.76% over 1Y
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 year, SCR/TWD traded between 2.0317 and 2.5002, averaged 2.1905 and rose 8.76%. 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 1Y: show the values
| Point | SCR/TWD |
|---|---|
| 2025-09-25 | 2.0610 |
| 2025-10-02 | 2.0317 |
| 2025-10-09 | 2.0406 |
| 2025-10-16 | 2.0920 |
| 2025-10-23 | 2.2268 |
| 2025-10-30 | 2.1625 |
| 2025-11-06 | 2.1702 |
| 2025-11-13 | 2.1044 |
| 2025-11-20 | 2.1929 |
| 2025-11-27 | 2.1236 |
| 2025-12-04 | 2.1789 |
| 2025-12-12 | 2.0757 |
| 2025-12-19 | 2.2946 |
| 2025-12-26 | 2.1167 |
| 2026-01-02 | 2.0715 |
| 2026-01-09 | 2.5002 |
| 2026-01-16 | 2.0906 |
| 2026-01-23 | 2.1713 |
| 2026-01-30 | 2.1929 |
| 2026-02-06 | 2.2064 |
| 2026-02-13 | 2.1874 |
| 2026-02-20 | 2.0842 |
| 2026-02-27 | 2.2948 |
| 2026-03-06 | 2.1221 |
| 2026-03-13 | 2.1402 |
| 2026-03-20 | 2.1235 |
| 2026-03-27 | 2.2126 |
| 2026-04-03 | 2.2282 |
| 2026-04-10 | 2.0924 |
| 2026-04-17 | 2.2934 |
| 2026-04-24 | 2.2922 |
| 2026-05-01 | 2.1571 |
| 2026-05-08 | 2.2672 |
| 2026-05-16 | 2.3214 |
| 2026-05-24 | 2.1123 |
| 2026-05-31 | 2.1280 |
| 2026-06-09 | 2.2767 |
| 2026-06-16 | 2.2084 |
| 2026-06-23 | 2.2237 |
| 2026-06-30 | 2.2036 |
| 2026-07-07 | 2.1967 |
| 2026-07-14 | 2.2501 |
| 2026-07-21 | 2.2752 |
| 2026-07-28 | 2.3111 |
| 2026-08-04 | 2.2332 |
| 2026-08-11 | 2.2786 |
| 2026-08-18 | 2.1887 |
| 2026-08-26 | 2.2447 |
| 2026-09-02 | 2.1971 |
| 2026-09-09 | 2.2022 |
| 2026-09-16 | 2.2207 |
| 2026-09-23 | 2.1808 |
High
2.5002
Low
2.0317
Average
2.1905
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.