Skip to content

SCR to TJS exchange rate API

Seychelles Rupee to Somoni · quoted 2026-09-24

0.65209

▲ +2.88% over 1Y

1 SCR = 0.65209 TJS · 1 TJS = 1.5335 SCR · Get this rate via the API

1 SCR buys 0.65209 TJS as of 2026-09-24, so 1 TJS buys 1.5335 SCR. Over the last year, SCR/TJS traded between 0.61052 and 0.69160, averaged 0.65297 and rose 2.88%. The API holds daily SCR/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/TJS over 1Y

SCR/TJS over 1Y: show the values
PointSCR/TJS
2025-09-240.63386
2025-10-010.64067
2025-10-080.63781
2025-10-150.67495
2025-10-220.63540
2025-10-290.64149
2025-11-050.61654
2025-11-120.65361
2025-11-190.65507
2025-11-260.64971
2025-12-030.64466
2025-12-110.64810
2025-12-180.62792
2025-12-250.64014
2026-01-010.61052
2026-01-080.66857
2026-01-150.65032
2026-01-220.65192
2026-01-290.65626
2026-02-050.63786
2026-02-120.68543
2026-02-190.69160
2026-02-260.68430
2026-03-050.65187
2026-03-120.64939
2026-03-190.63319
2026-03-260.69039
2026-04-020.65764
2026-04-090.66857
2026-04-160.65553
2026-04-230.68983
2026-04-300.68090
2026-05-070.67043
2026-05-150.68338
2026-05-230.67405
2026-05-300.63603
2026-06-060.68979
2026-06-150.64818
2026-06-220.64660
2026-06-290.63862
2026-07-060.64866
2026-07-130.63330
2026-07-200.65802
2026-07-270.65415
2026-08-030.64052
2026-08-100.63349
2026-08-170.64813
2026-08-250.64518
2026-09-010.65050
2026-09-080.64822
2026-09-150.65295
2026-09-220.64119

High

0.69160

Low

0.61052

Average

0.65297

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/TJS API questions

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

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

How far back does SCR/TJS historical data go?

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