Skip to content

ENERTECK CORPORATION: filings

Every ENERTECK CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-11-17

The latest filing in this captured record is a 10-Q filed 2023-11-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. ENERTECK CORPORATION 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-Q2023-11-17fiscal Q3 202331840001477932-23-008588
10-Q2023-08-14fiscal Q2 202331840001477932-23-006029
10-Q2023-05-15fiscal Q1 202332690001477932-23-003534
10-K2023-04-17fiscal FY 202237760001477932-23-002620
10-Q2022-11-14fiscal Q3 202235980001477932-22-008474
10-Q2022-08-12fiscal Q2 202232920001477932-22-005880
10-Q2022-05-23fiscal Q1 202231670001477932-22-003797
10-K2022-03-31fiscal FY 202237760001477932-22-001829
10-Q2021-11-15fiscal Q3 202132880001477932-21-008361
10-Q2021-08-16fiscal Q2 202131860001477932-21-005561
10-Q2021-05-24fiscal Q1 202130640001477932-21-003567
10-K2021-03-31fiscal FY 202033680001477932-21-001865
10-Q2020-11-13fiscal Q3 202029800001477932-20-006484
10-Q2020-08-14fiscal Q2 202028760001477932-20-004885
10-Q2020-06-29fiscal Q1 202029620001477932-20-003634
10-K2020-05-14fiscal FY 201931630001477932-20-002669
10-Q2019-11-14fiscal Q3 201930820001477932-19-006451
10-Q2019-08-14fiscal Q2 201930820001477932-19-004776
10-Q2019-05-15fiscal Q1 201931620001477932-19-002789
10-K2019-03-29fiscal FY 201835680001477932-19-001260
10-Q2018-11-14fiscal Q3 201831810001477932-18-005497
10-Q2018-08-16fiscal Q2 201829720001477932-18-004116
10-Q2018-05-25fiscal Q1 201828530001477932-18-002748
10-K2018-04-17fiscal FY 201730610001477932-18-001869
10-Q2017-11-20fiscal Q3 201729740001477932-17-005733
10-Q2017-08-21fiscal Q2 201729730001477932-17-004087
10-Q2017-05-15fiscal Q1 201729530001477932-17-002275
10-K2017-04-17fiscal FY 201630600001477932-17-001754
10-Q2016-11-21fiscal Q3 201628730001477932-16-013699
10-Q2016-08-16fiscal Q2 201627690001477932-16-011997
10-Q2016-05-19fiscal Q1 201626530001477932-16-010483
10-K2016-05-09fiscal FY 201527550001477932-16-010121
10-Q2015-11-16fiscal Q3 201526670001477932-15-006994
10-Q2015-08-18fiscal Q2 201525630001477932-15-005353
10-Q2015-05-20fiscal Q1 201525500001477932-15-003400
10-K2015-04-15fiscal FY 201426530001477932-15-002473
10-Q2014-11-14fiscal Q3 201425640001477932-14-006095
10-Q2014-08-13fiscal Q2 201425640001477932-14-004246
10-Q2014-05-19fiscal Q1 201426510001477932-14-002719
10-K2014-04-15fiscal FY 201326530001477932-14-001784
10-Q2013-11-14fiscal Q3 201327660001477932-13-005514
10-Q2013-08-14fiscal Q2 201327660001477932-13-003651
10-Q2013-05-15fiscal Q1 201325490001477932-13-002425
10-K2013-04-16fiscal FY 201227540001477932-13-001854
10-Q2012-11-14fiscal Q3 201227670001477932-12-004322
10-Q2012-08-14fiscal Q2 201228690001477932-12-003041
10-Q2012-05-15fiscal Q1 201225500001477932-12-001556
10-K2012-04-16fiscal FY 201127550001477932-12-001189
10-Q2011-11-14fiscal Q3 201127680001477932-11-002420
10-Q2011-08-12fiscal Q2 201126660001477932-11-001418

Inspect the source

Entity
ENERTECK CORPORATION / CIK 0001128353
Captured
SEC response SHA-256
8db6c493da82880f3a040cbb2b6438f682da32c37e21379fd196291d0c596fa5

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/0001128353.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"])))