Skip to content

GrowLife, Inc.: filings

Every GrowLife, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2024-08-23

The latest filing in this captured record is a 10-Q filed 2024-08-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. GrowLife, 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-Q2024-08-23fiscal Q2 202334780001161697-24-000373
10-Q/A2023-07-19fiscal Q1 202334650001654954-23-009418
10-K2023-06-13fiscal FY 202224500001654954-23-007959
10-Q2022-11-21fiscal Q3 2022401100001654954-22-015605
10-Q2022-08-22fiscal Q2 2022391050001654954-22-011651
10-Q/A2022-06-03fiscal Q1 202237770001654954-22-007913
10-Q2022-05-23fiscal Q1 202237770001654954-22-007371
10-K2022-05-16fiscal FY 202142850001654954-22-006990
10-Q2021-11-23fiscal Q3 2021401100001654954-21-012538
10-Q2021-08-23fiscal Q2 2021401070001654954-21-009353
10-Q2021-05-24fiscal Q1 202138820001654954-21-006221
10-K2021-04-15fiscal FY 202041810001654954-21-004248
10-Q2020-11-13fiscal Q3 2020391070001654954-20-012358
10-Q2020-08-14fiscal Q2 2020391030001654954-20-009175
10-Q2020-05-29fiscal Q1 202039810001654954-20-006074
10-K2020-04-01fiscal FY 201938760001654954-20-003682
10-Q2019-11-12fiscal Q3 201937940001654954-19-012739
10-Q2019-08-09fiscal Q2 201938960001654954-19-009170
10-Q2019-05-14fiscal Q1 201936720001654954-19-005806
10-K2019-03-08fiscal FY 201835710001654954-19-002449
10-Q2018-11-14fiscal Q3 201830800001654954-18-012728
10-Q2018-08-02fiscal Q2 201830800001654954-18-008332
10-Q2018-05-01fiscal Q1 201829620001654954-18-004609
10-K2018-03-28fiscal FY 201728570001654954-18-003286
10-Q2017-11-02fiscal Q3 201725680001654954-17-009948
10-Q2017-08-11fiscal Q2 201725680001654954-17-007268
10-Q2017-05-08fiscal Q1 201725540001654954-17-004183
10-K2017-03-31fiscal FY 201628590001654954-17-002831
10-Q2016-11-15fiscal Q3 201629750001654954-16-004045
10-Q2016-08-12fiscal Q2 201629750001654954-16-001492
10-Q2016-05-16fiscal Q1 201628590001354488-16-007491
10-K2016-04-14fiscal FY 201532650001354488-16-007001
10-Q2015-12-01fiscal Q3 201532790001354488-15-005351
10-Q2015-11-13fiscal Q2 201531750001354488-15-005010
10-Q2015-10-14fiscal Q1 201531650001354488-15-004637
10-K2015-09-30fiscal FY 201436720001354488-15-004451
10-Q2014-11-19fiscal Q3 201431740001354488-14-005931
10-Q2014-08-22fiscal Q2 201431740001354488-14-004394
10-Q2014-06-27fiscal Q1 201431600001079974-14-000520
10-Q2014-05-15fiscal Q1 201431600001079974-14-000413
10-K2014-03-31fiscal FY 201332640001079974-14-000198
10-Q2013-11-14fiscal Q3 201331770001079974-13-000726
10-Q2013-08-13fiscal Q2 201330710001079974-13-000485
10-Q2013-05-14fiscal Q1 201330620001308411-13-000152
10-K2013-04-01fiscal FY 201231640001308411-13-000055
10-Q2012-11-15fiscal Q3 201231730001308411-12-000165
10-Q/A2012-09-19fiscal Q2 201229700001308411-12-000119
10-Q2012-05-15fiscal Q1 201223480001308411-12-000065
10-K2012-04-04fiscal FY 201125510001308411-12-000041
10-Q2011-11-21fiscal Q3 201129650001437749-11-008845
10-Q2011-08-15fiscal Q2 201127630001437749-11-006003

Inspect the source

Entity
GrowLife, Inc. / CIK 0001161582
Captured
SEC response SHA-256
86c1783c6e4ea5c4e3d5426a1aaac52aee7f955345759d14fe28af758b41bc65

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