Skip to content

STEM HOLDINGS, INC.: filings

Every STEM HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2024-05-24

The latest filing in this captured record is a 10-K filed 2024-05-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. STEM HOLDINGS, INC. 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-K2024-05-24fiscal FY 202331600001493152-24-021397
10-Q2023-08-21fiscal Q3 2023501360001493152-23-029570
10-Q2023-05-22fiscal Q2 2023471240001493152-23-018493
10-Q2023-02-21fiscal Q1 202347910001493152-23-005609
10-K/A2023-01-23fiscal FY 202248950001493152-23-002113
10-Q2022-08-15fiscal Q3 2022491340001493152-22-022843
10-Q2022-05-16fiscal Q2 2022471240001493152-22-013915
10-Q2022-02-22fiscal Q1 202243870001493152-22-005114
10-K2022-01-13fiscal FY 202144860001493152-22-001152
10-Q2021-08-16fiscal Q3 2021471250001493152-21-020132
10-Q2021-05-17fiscal Q2 2021431040001493152-21-011976
10-Q2021-02-22fiscal Q1 202143820001493152-21-004489
10-K/A2020-12-28fiscal FY 202041780001493152-20-024369
10-K2020-12-28fiscal FY 202041780001493152-20-024305
10-Q2020-08-17fiscal Q3 2020381030001493152-20-016022
10-Q2020-05-15fiscal Q2 2020381010001493152-20-009213
10-Q2020-03-19fiscal Q1 202037730001493152-20-004360
10-K/A2020-03-19fiscal FY 201938720001493152-20-004359
10-K/A2020-03-05fiscal FY 201938720001493152-20-003419
10-K2020-03-02fiscal FY 201938720001493152-20-003181
10-Q2019-08-14fiscal Q3 201931790001493152-19-012643
10-Q2019-05-20fiscal Q2 201928750001493152-19-007842
10-Q2019-02-19fiscal Q1 201927530001493152-19-002281
10-K2019-01-14fiscal FY 201828570001493152-19-000622
10-Q2018-08-15fiscal Q3 201827680001493152-18-012087
10-Q2018-05-15fiscal Q2 201827670001493152-18-007065
10-Q2018-02-14fiscal Q1 201826500001493152-18-002098
10-K2018-01-16fiscal FY 201726430001493152-18-000546
10-Q2017-08-21fiscal Q3 201724410001493152-17-009642
10-Q2017-06-05fiscal Q2 201722340001493152-17-006197

Inspect the source

Entity
STEM HOLDINGS, INC. / CIK 0001697834
Captured
SEC response SHA-256
672c82f7aafb4478902870f6c972363d8728b2aa9b943946fbe715eddf44f342

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