Skip to content

GROWGENERATION CORP.: filings

Every GROWGENERATION CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-08-11fiscal Q2 2026491370001604868-26-000020
10-Q2026-05-12fiscal Q1 202648990001604868-26-000012
10-K2026-03-20fiscal FY 2025551430001604868-26-000004
10-Q2025-11-06fiscal Q3 2025531530001604868-25-000032
10-Q2025-08-11fiscal Q2 2025531490001604868-25-000027
10-Q2025-05-08fiscal Q1 2025521070001604868-25-000016
10-K2025-03-13fiscal FY 2024561460001628280-25-012661
10-Q2024-11-12fiscal Q3 2024521510001628280-24-047297
10-Q2024-08-08fiscal Q2 2024521470001628280-24-036179
10-Q2024-05-08fiscal Q1 2024511050001628280-24-021773
10-K2024-03-13fiscal FY 2023531380001628280-24-010996
10-Q2023-11-08fiscal Q3 2023481400001628280-23-037938
10-Q2023-08-08fiscal Q2 2023471380001628280-23-028228
10-Q2023-05-09fiscal Q1 2023471000001628280-23-016884
10-K2023-03-16fiscal FY 2022521350001628280-23-008178
10-Q2022-11-07fiscal Q3 2022471380001628280-22-028688
10-Q2022-08-09fiscal Q2 2022461340001628280-22-021945
10-Q2022-05-16fiscal Q1 202246960001628280-22-014486
10-K2022-03-10fiscal FY 2021511320001628280-22-005596
10-Q2021-11-12fiscal Q3 2021471400001628280-21-022997
10-Q2021-08-12fiscal Q2 2021471340001628280-21-016698
10-Q2021-05-13fiscal Q1 202146920001213900-21-025962
10-K2021-03-29fiscal FY 2020521030001213900-21-018097
10-Q2020-11-12fiscal Q3 2020461420001213900-20-036397
10-Q2020-08-13fiscal Q2 2020461370001213900-20-021790
10-Q2020-05-14fiscal Q1 202044930001213900-20-012348
10-K2020-03-27fiscal FY 201947940001213900-20-007584
10-Q2019-11-12fiscal Q3 2019441200001213900-19-022669
10-Q2019-08-08fiscal Q2 2019441200001213900-19-014943
10-Q2019-05-07fiscal Q1 201943870001213900-19-007947
10-K2019-04-01fiscal FY 201842860001213900-19-005471
10-Q2018-11-09fiscal Q3 2018391020001213900-18-015312
10-Q2018-08-14fiscal Q2 2018391020001213900-18-010972
10-Q2018-05-15fiscal Q1 201839800001213900-18-006304
10-K2018-03-27fiscal FY 201739810001213900-18-003536
10-Q2017-11-08fiscal Q3 201735910001213900-17-011602
10-Q2017-08-02fiscal Q2 201738990001213900-17-008136
10-Q2017-05-15fiscal Q1 201736710001213900-17-005277
10-K2017-03-31fiscal FY 201640820001213900-17-003102
10-Q2016-11-14fiscal Q3 201636930001213900-16-018344
10-Q2016-08-19fiscal Q2 2016361040001213900-16-016228

Inspect the source

Entity
GROWGENERATION CORP. / CIK 0001604868
Captured
2026-09-20T09:25:57.865Z
SEC response SHA-256
e80e1a98e8ebedd417252aeba8ff317d129cc9cd67303d9b34ca7bf0ab559a02

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