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: show the values
| Point | SCR/TJS |
|---|---|
| 2025-09-24 | 0.63386 |
| 2025-10-01 | 0.64067 |
| 2025-10-08 | 0.63781 |
| 2025-10-15 | 0.67495 |
| 2025-10-22 | 0.63540 |
| 2025-10-29 | 0.64149 |
| 2025-11-05 | 0.61654 |
| 2025-11-12 | 0.65361 |
| 2025-11-19 | 0.65507 |
| 2025-11-26 | 0.64971 |
| 2025-12-03 | 0.64466 |
| 2025-12-11 | 0.64810 |
| 2025-12-18 | 0.62792 |
| 2025-12-25 | 0.64014 |
| 2026-01-01 | 0.61052 |
| 2026-01-08 | 0.66857 |
| 2026-01-15 | 0.65032 |
| 2026-01-22 | 0.65192 |
| 2026-01-29 | 0.65626 |
| 2026-02-05 | 0.63786 |
| 2026-02-12 | 0.68543 |
| 2026-02-19 | 0.69160 |
| 2026-02-26 | 0.68430 |
| 2026-03-05 | 0.65187 |
| 2026-03-12 | 0.64939 |
| 2026-03-19 | 0.63319 |
| 2026-03-26 | 0.69039 |
| 2026-04-02 | 0.65764 |
| 2026-04-09 | 0.66857 |
| 2026-04-16 | 0.65553 |
| 2026-04-23 | 0.68983 |
| 2026-04-30 | 0.68090 |
| 2026-05-07 | 0.67043 |
| 2026-05-15 | 0.68338 |
| 2026-05-23 | 0.67405 |
| 2026-05-30 | 0.63603 |
| 2026-06-06 | 0.68979 |
| 2026-06-15 | 0.64818 |
| 2026-06-22 | 0.64660 |
| 2026-06-29 | 0.63862 |
| 2026-07-06 | 0.64866 |
| 2026-07-13 | 0.63330 |
| 2026-07-20 | 0.65802 |
| 2026-07-27 | 0.65415 |
| 2026-08-03 | 0.64052 |
| 2026-08-10 | 0.63349 |
| 2026-08-17 | 0.64813 |
| 2026-08-25 | 0.64518 |
| 2026-09-01 | 0.65050 |
| 2026-09-08 | 0.64822 |
| 2026-09-15 | 0.65295 |
| 2026-09-22 | 0.64119 |
High
0.69160
Low
0.61052
Average
0.65297
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.