Skip to content

GREEN THUMB INDUSTRIES INC.: filings

Every GREEN THUMB INDUSTRIES INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-04fiscal Q2 2026471310001193125-26-332841
10-Q2026-05-06fiscal Q1 202647950001193125-26-209127
10-K2026-02-25fiscal FY 2025521900001193125-26-071672
10-Q2025-11-05fiscal Q3 2025471310001193125-25-266987
10-Q2025-08-07fiscal Q2 2025451270000950170-25-104519
10-Q2025-05-08fiscal Q1 202545920000950170-25-066295
10-K2025-02-27fiscal FY 2024501840000950170-25-028273
10-Q2024-11-08fiscal Q3 2024451270000950170-24-123669
10-Q2024-08-06fiscal Q2 2024451270000950170-24-091168
10-Q2024-05-09fiscal Q1 202445910000950170-24-056173
10-K2024-02-29fiscal FY 2023501870000950170-24-022653
10-Q2023-11-09fiscal Q3 2023451270000950170-23-061475
10-Q2023-08-09fiscal Q2 2023451270000950170-23-040096
10-Q2023-05-04fiscal Q1 202345910000950170-23-017437
10-K2023-03-01fiscal FY 2022501880000950170-23-005368
10-Q2022-11-03fiscal Q3 2022461290000950170-22-021500
10-Q2022-08-04fiscal Q2 2022461290000950170-22-014444
10-Q2022-05-05fiscal Q1 202247960000950170-22-007535
10-K2022-03-01fiscal FY 2021511900000950170-22-002469
10-Q2021-11-12fiscal Q3 2021471330000950170-21-004204
10-Q2021-08-12fiscal Q2 2021471340001564590-21-043661
10-Q2021-05-13fiscal Q1 202147970001193125-21-159755
10-K/A2021-04-30fiscal FY 2020501940001193125-21-145118
10-K/A2021-03-19fiscal FY 2020501940001193125-21-086707
10-K2021-03-18fiscal FY 2020501940001193125-21-084882
10-Q2020-11-12fiscal Q3 2020461390001193125-20-290935
10-Q2020-08-13fiscal Q2 2020421200001193125-20-218245
10-Q2020-05-15fiscal Q1 202041940001193125-20-143221

Inspect the source

Entity
GREEN THUMB INDUSTRIES INC. / CIK 0001795139
Captured
2026-09-21T17:32:10.953Z
SEC response SHA-256
dc36a5eda88a4b57c488529c8cf6809f34dde36210f4fe0f1fec9e595c188b19

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