Skip to content

SCR to THB exchange rate API

Seychelles Rupee to Baht · quoted 2026-09-24

2.3563

▲ +8.45% over 1Y

1 SCR = 2.3563 THB · 1 THB = 0.42439 SCR · Get this rate via the API

1 SCR buys 2.3563 THB as of 2026-09-24, so 1 THB buys 0.42439 SCR. Over the last year, SCR/THB traded between 2.0819 and 2.4252, averaged 2.2705 and rose 8.45%. 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

SCR/THB over 1Y: show the values
PointSCR/THB
2025-09-242.1727
2025-10-012.2128
2025-10-082.2357
2025-10-152.3915
2025-10-222.2778
2025-10-292.2419
2025-11-052.1724
2025-11-122.2900
2025-11-192.2945
2025-11-262.2660
2025-12-032.2189
2025-12-112.2332
2025-12-182.1492
2025-12-252.1505
2026-01-012.0819
2026-01-082.2679
2026-01-152.1941
2026-01-222.1859
2026-01-292.1898
2026-02-052.1676
2026-02-122.2578
2026-02-192.2862
2026-02-262.2506
2026-03-052.1549
2026-03-122.1571
2026-03-192.1672
2026-03-262.3648
2026-04-022.2525
2026-04-092.2590
2026-04-162.2244
2026-04-232.3625
2026-04-302.3630
2026-05-072.3055
2026-05-152.3887
2026-05-232.3753
2026-05-302.2416
2026-06-062.4252
2026-06-152.2685
2026-06-222.2895
2026-06-292.2892
2026-07-062.3321
2026-07-132.2809
2026-07-202.4004
2026-07-272.3809
2026-08-032.3150
2026-08-102.2729
2026-08-172.3225
2026-08-252.2866
2026-09-012.3454
2026-09-082.3115
2026-09-152.3539
2026-09-222.3004

High

2.4252

Low

2.0819

Average

2.2705

For developers

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