Skip to content

SCR to TZS exchange rate API

Seychelles Rupee to Tanzanian Shilling · quoted 2026-09-24

186.1402

▲ +14.04% over 1Y

1 SCR = 186.1402 TZS · 1 TZS = 0.005372 SCR · Get this rate via the API

1 SCR buys 186.1402 TZS as of 2026-09-24, so 1 TZS buys 0.005372 SCR. Over the last year, SCR/TZS traded between 162.0717 and 194.0065, averaged 178.8800 and rose 14.04%. The API holds daily SCR/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/TZS over 1Y

SCR/TZS over 1Y: show the values
PointSCR/TZS
2025-09-24163.2275
2025-10-01163.7399
2025-10-08167.4603
2025-10-15179.3346
2025-10-22170.0538
2025-10-29169.5781
2025-11-05163.7797
2025-11-12172.1307
2025-11-19171.1195
2025-11-26171.6958
2025-12-03169.4182
2025-12-11171.5523
2025-12-18167.7267
2025-12-25170.1346
2026-01-01162.0717
2026-01-08178.1147
2026-01-15172.6141
2026-01-22175.5508
2026-01-29176.5740
2026-02-05173.7415
2026-02-12187.6538
2026-02-19188.3516
2026-02-26184.5613
2026-03-05174.4263
2026-03-12174.5861
2026-03-19170.2570
2026-03-26184.5227
2026-04-02177.4044
2026-04-09182.3929
2026-04-16180.5081
2026-04-23190.4335
2026-04-30189.1198
2026-05-07186.2728
2026-05-15189.8659
2026-05-23191.0615
2026-05-30180.6426
2026-06-06194.0065
2026-06-15182.0283
2026-06-22182.4716
2026-06-29180.5802
2026-07-06183.6075
2026-07-13179.0494
2026-07-20187.6403
2026-07-27186.7720
2026-08-03183.2226
2026-08-10181.9142
2026-08-17185.6188
2026-08-25184.4062
2026-09-01186.1785
2026-09-08185.5202
2026-09-15186.6401
2026-09-22183.1643

High

194.0065

Low

162.0717

Average

178.8800

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/TZS API questions

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

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

How far back does SCR/TZS historical data go?

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