Skip to content

SEYCHELLE ENVIRONMENTAL TECHNOLOGIES INC /CA: filings

Every SEYCHELLE ENVIRONMENTAL TECHNOLOGIES INC /CA annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-05-28

The latest filing in this captured record is a 10-K filed 2020-05-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. SEYCHELLE ENVIRONMENTAL TECHNOLOGIES INC /CA may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-K2020-05-28fiscal FY 202042860001079973-20-000446
10-Q2020-01-14fiscal Q3 2020381100001079974-20-000022
10-Q2019-10-11fiscal Q2 2020381100001079974-19-000529
10-Q2019-07-19fiscal Q1 201937590001079974-19-000368
10-K2019-05-29fiscal FY 201941840001079974-19-000303
10-Q2019-01-11fiscal Q3 2017361000001079974-19-000010
10-Q2018-10-12fiscal Q2 2018371030001079974-18-000554
10-Q2018-07-13fiscal Q1 201835680001079974-18-000378
10-K2018-06-08fiscal FY 201840800001079974-18-000342
10-Q2018-01-12fiscal Q3 201736960001079974-18-000014
10-Q2017-10-13fiscal Q2 2017371020001079974-17-000464
10-Q2017-07-17fiscal Q1 201735700001079974-17-000340
10-K2017-06-14fiscal FY 201641840001079974-17-000313
10-Q2017-01-17fiscal Q3 2016371040001079974-17-000015
10-Q2016-10-14fiscal Q2 2016371040001079974-16-001624
10-Q2016-07-15fiscal Q1 201636730001079974-16-001413
10-K/A2016-06-16fiscal FY 201541830001079974-16-001364
10-K2016-06-15fiscal FY 201541830001079974-16-001359
10-Q2016-01-12fiscal Q3 201534960001079974-16-000919
10-Q2015-10-09fiscal Q2 201534940001079974-15-000673
10-Q2015-07-10fiscal Q1 201637740001079974-15-000478
10-K2015-05-29fiscal FY 201440800001079974-15-000402
10-Q2015-01-14fiscal Q3 2014361030001079974-15-000036
10-Q2014-10-10fiscal Q2 2014351000001079974-14-000716
10-Q2014-07-11fiscal Q1 201537750001079974-14-000548
10-K2014-05-23fiscal FY 201340840001079974-14-000445
10-Q2014-01-14fiscal Q3 201334960001079974-14-000031
10-Q2013-10-11fiscal Q2 201334950001079974-13-000628
10-Q2013-07-12fiscal Q1 201334700001079974-13-000390
10-K2013-05-21fiscal FY 201242880001079974-13-000292
10-Q2013-01-14fiscal Q3 201237990001079974-13-000013
10-Q2012-10-12fiscal Q2 201236970001079974-12-000511
10-Q2012-07-13fiscal Q1 201235720001079974-12-000320
10-K2012-05-29fiscal FY 201135720001079974-12-000239
10-Q/A2012-02-17fiscal Q3 201135980001354488-12-000746
10-Q2012-01-13fiscal Q3 201135980001354488-12-000166
10-Q2011-10-14fiscal Q2 201135980001354488-11-003820
10-Q2011-07-15fiscal Q1 201135720001354488-11-002189

Inspect the source

Entity
SEYCHELLE ENVIRONMENTAL TECHNOLOGIES INC /CA / CIK 0001056757
Captured
SEC response SHA-256
ae055f6fbb853586b5c4090a1e3adcada3ce9ab5f87507243f2cf519d58fb83a

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001056757.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))