SCR to THB exchange rate API
Seychelles Rupee to Baht · quoted 2026-09-24
2.3581
▲ +8.53% over 1Y
1 SCR = 2.3581 THB · 1 THB = 0.42408 SCR · Get this rate via the API
1 SCR buys 2.3581 THB as of 2026-09-24, so 1 THB buys 0.42408 SCR. Over the last year, SCR/THB traded between 2.0819 and 2.4252, averaged 2.2705 and rose 8.53%. The API holds daily SCR/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/THB over 1Y: show the values
| Point | SCR/THB |
|---|---|
| 2025-09-24 | 2.1727 |
| 2025-10-01 | 2.2128 |
| 2025-10-08 | 2.2357 |
| 2025-10-15 | 2.3915 |
| 2025-10-22 | 2.2778 |
| 2025-10-29 | 2.2419 |
| 2025-11-05 | 2.1724 |
| 2025-11-12 | 2.2900 |
| 2025-11-19 | 2.2945 |
| 2025-11-26 | 2.2660 |
| 2025-12-03 | 2.2189 |
| 2025-12-11 | 2.2332 |
| 2025-12-18 | 2.1492 |
| 2025-12-25 | 2.1505 |
| 2026-01-01 | 2.0819 |
| 2026-01-08 | 2.2679 |
| 2026-01-15 | 2.1941 |
| 2026-01-22 | 2.1859 |
| 2026-01-29 | 2.1898 |
| 2026-02-05 | 2.1676 |
| 2026-02-12 | 2.2578 |
| 2026-02-19 | 2.2862 |
| 2026-02-26 | 2.2506 |
| 2026-03-05 | 2.1549 |
| 2026-03-12 | 2.1571 |
| 2026-03-19 | 2.1672 |
| 2026-03-26 | 2.3648 |
| 2026-04-02 | 2.2525 |
| 2026-04-09 | 2.2590 |
| 2026-04-16 | 2.2244 |
| 2026-04-23 | 2.3625 |
| 2026-04-30 | 2.3630 |
| 2026-05-07 | 2.3055 |
| 2026-05-15 | 2.3887 |
| 2026-05-23 | 2.3753 |
| 2026-05-30 | 2.2416 |
| 2026-06-06 | 2.4252 |
| 2026-06-15 | 2.2685 |
| 2026-06-22 | 2.2895 |
| 2026-06-29 | 2.2892 |
| 2026-07-06 | 2.3321 |
| 2026-07-13 | 2.2809 |
| 2026-07-20 | 2.4004 |
| 2026-07-27 | 2.3809 |
| 2026-08-03 | 2.3150 |
| 2026-08-10 | 2.2729 |
| 2026-08-17 | 2.3225 |
| 2026-08-25 | 2.2866 |
| 2026-09-01 | 2.3454 |
| 2026-09-08 | 2.3115 |
| 2026-09-15 | 2.3539 |
| 2026-09-22 | 2.3004 |
High
2.4252
Low
2.0819
Average
2.2705
Get this rate via the API
One GET request returns the SCR/THB 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=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/THB API questions
How do I get the SCR/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/THB rate in rates.THB.
How far back does SCR/THB historical data go?
Daily SCR/THB 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/THB 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.