Skip to content

TJS to SCR exchange rate API

Somoni to Seychelles Rupee · quoted 2026-09-27

1.5612

▲ +0.06% over 6M

1 TJS = 1.5612 SCR · 1 SCR = 0.64052 TJS · Get this rate via the API

1 TJS buys 1.5612 SCR as of 2026-09-27, so 1 SCR buys 0.64052 TJS. Over the last 6 months, TJS/SCR traded between 1.4191 and 1.6038, averaged 1.5370 and rose 0.06%. The API holds daily TJS/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/SCR over 6M

TJS/SCR over 6M: show the values
PointTJS/SCR
2026-03-311.5602
2026-04-071.5493
2026-04-141.4558
2026-04-211.5854
2026-04-281.5054
2026-05-051.4792
2026-05-121.5659
2026-05-201.5805
2026-05-281.5570
2026-06-041.5377
2026-06-131.4831
2026-06-201.5091
2026-06-271.6038
2026-07-041.4191
2026-07-111.5379
2026-07-181.4557
2026-07-251.5772
2026-08-011.4649
2026-08-081.5690
2026-08-151.4836
2026-08-231.5338
2026-08-301.5858
2026-09-061.5831
2026-09-131.5975
2026-09-201.5961
2026-09-271.5612

High

1.6038

Low

1.4191

Average

1.5370

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/SCR API questions

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

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

How far back does TJS/SCR historical data go?

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