Skip to content

Strategic Environmental & Energy Resources, Inc.: filings

Every Strategic Environmental & Energy Resources, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

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-Q2026-01-14fiscal Q3 2025501400001493152-26-002109
10-Q2025-10-02fiscal Q2 2025491330001493152-25-016641
10-Q2025-06-17fiscal Q1 202548960001641172-25-015363
10-K2025-06-06fiscal FY 2024511000001641172-25-014117
10-Q2024-11-19fiscal Q3 2024481350001493152-24-046698
10-Q2024-08-19fiscal Q2 2024481330001493152-24-033131
10-Q2024-05-20fiscal Q1 202448960001493152-24-020683
10-K2024-04-16fiscal FY 2023511020001493152-24-014808
10-Q2023-11-13fiscal Q3 2023471310001493152-23-040257
10-Q2023-08-21fiscal Q2 2023451230001493152-23-029564
10-Q2023-05-22fiscal Q1 202347950001493152-23-018521
10-K2023-04-14fiscal FY 2022511000001493152-23-012208
10-Q2022-11-21fiscal Q3 2022491410001493152-22-033165
10-Q2022-08-15fiscal Q2 2022491380001493152-22-023025
10-Q2022-05-16fiscal Q1 202246940001493152-22-013712
10-K2022-04-15fiscal FY 202150990001493152-22-009983
10-Q2021-11-15fiscal Q3 2021511510001493152-21-028543
10-Q2021-08-16fiscal Q2 2021441200001493152-21-020072
10-Q2021-05-14fiscal Q1 202144910001493152-21-011391
10-K2021-04-15fiscal FY 202046930001493152-21-008904
10-Q2020-11-23fiscal Q3 2020441230001493152-20-022268
10-Q2020-08-13fiscal Q2 2020441200001493152-20-015559
10-Q2020-06-25fiscal Q1 202045940001493152-20-011828
10-K2020-05-15fiscal FY 201948920001493152-20-008886
10-Q2019-11-14fiscal Q3 2019441250001493152-19-017314
10-Q2019-08-14fiscal Q2 2019431140001387131-19-006133
10-Q/A2019-05-24fiscal Q1 201942810001387131-19-003917
10-Q2019-05-15fiscal Q1 201941780001387131-19-003721
10-K2019-04-16fiscal FY 201842850001387131-19-002684
10-Q2018-11-14fiscal Q3 201837970001387131-18-006185
10-Q2018-08-14fiscal Q2 201837960001387131-18-003988
10-Q2018-05-15fiscal Q1 201837730001387131-18-002191
10-K2018-04-18fiscal FY 201740800001387131-18-001627
10-Q2017-11-14fiscal Q3 201735960001387131-17-005443
10-Q2017-08-14fiscal Q2 201735960001387131-17-004189
10-Q2017-05-12fiscal Q1 201735710001387131-17-002696
10-K2017-04-14fiscal FY 201636720001387131-17-002083
10-Q2016-11-14fiscal Q3 201633900001387131-16-007936
10-Q2016-08-12fiscal Q2 201633900001387131-16-006518
10-Q2016-05-13fiscal Q1 201633650001387131-16-005516
10-K2016-04-14fiscal FY 201537730001387131-16-004975
10-Q2015-11-13fiscal Q3 201533950001387131-15-003361
10-Q2015-08-14fiscal Q2 201531870001387131-15-002499
10-Q2015-05-14fiscal Q1 201534690001387131-15-001681
10-K2015-04-14fiscal FY 201435710001387131-15-001271
10-Q2014-11-13fiscal Q3 2014401130001576197-14-000010
10-Q2014-08-12fiscal Q2 201436990001387131-14-002838
10-Q2014-05-15fiscal Q1 201436720001387131-14-001962
10-K2014-03-27fiscal FY 201336730001387131-14-001080
10-Q2013-11-14fiscal Q3 201335950001387131-13-004340

Inspect the source

Entity
Strategic Environmental & Energy Resources, Inc. / CIK 0001576197
Captured
2026-09-21T17:20:52.646Z
SEC response SHA-256
fab61babe837b9e6147e14d0c32aa1fa79e0ddcb767cb5c15ff7d881c1b10320

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