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: show the values
| Point | SCR/TZS |
|---|---|
| 2025-09-24 | 163.2275 |
| 2025-10-01 | 163.7399 |
| 2025-10-08 | 167.4603 |
| 2025-10-15 | 179.3346 |
| 2025-10-22 | 170.0538 |
| 2025-10-29 | 169.5781 |
| 2025-11-05 | 163.7797 |
| 2025-11-12 | 172.1307 |
| 2025-11-19 | 171.1195 |
| 2025-11-26 | 171.6958 |
| 2025-12-03 | 169.4182 |
| 2025-12-11 | 171.5523 |
| 2025-12-18 | 167.7267 |
| 2025-12-25 | 170.1346 |
| 2026-01-01 | 162.0717 |
| 2026-01-08 | 178.1147 |
| 2026-01-15 | 172.6141 |
| 2026-01-22 | 175.5508 |
| 2026-01-29 | 176.5740 |
| 2026-02-05 | 173.7415 |
| 2026-02-12 | 187.6538 |
| 2026-02-19 | 188.3516 |
| 2026-02-26 | 184.5613 |
| 2026-03-05 | 174.4263 |
| 2026-03-12 | 174.5861 |
| 2026-03-19 | 170.2570 |
| 2026-03-26 | 184.5227 |
| 2026-04-02 | 177.4044 |
| 2026-04-09 | 182.3929 |
| 2026-04-16 | 180.5081 |
| 2026-04-23 | 190.4335 |
| 2026-04-30 | 189.1198 |
| 2026-05-07 | 186.2728 |
| 2026-05-15 | 189.8659 |
| 2026-05-23 | 191.0615 |
| 2026-05-30 | 180.6426 |
| 2026-06-06 | 194.0065 |
| 2026-06-15 | 182.0283 |
| 2026-06-22 | 182.4716 |
| 2026-06-29 | 180.5802 |
| 2026-07-06 | 183.6075 |
| 2026-07-13 | 179.0494 |
| 2026-07-20 | 187.6403 |
| 2026-07-27 | 186.7720 |
| 2026-08-03 | 183.2226 |
| 2026-08-10 | 181.9142 |
| 2026-08-17 | 185.6188 |
| 2026-08-25 | 184.4062 |
| 2026-09-01 | 186.1785 |
| 2026-09-08 | 185.5202 |
| 2026-09-15 | 186.6401 |
| 2026-09-22 | 183.1643 |
High
194.0065
Low
162.0717
Average
178.8800
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.