Skip to content

TRULIEVE CANNABIS CORP.: filings

Every TRULIEVE CANNABIS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-07fiscal Q2 2026421200001754195-26-000069
10-Q2026-05-07fiscal Q1 202642900001754195-26-000032
10-K2026-02-26fiscal FY 2025531400001754195-26-000019
10-Q2025-11-05fiscal Q3 2025431220001754195-25-000067
10-Q2025-08-06fiscal Q2 2025431220001754195-25-000053
10-Q2025-05-07fiscal Q1 202545960001754195-25-000037
10-K2025-02-27fiscal FY 2024531410001628280-25-008421
10-Q2024-11-05fiscal Q3 2024471360001628280-24-045099
10-Q2024-08-06fiscal Q2 2024461340001628280-24-034971
10-Q2024-05-09fiscal Q1 202446980001628280-24-021919
10-K2024-02-29fiscal FY 2023531400001628280-24-007779
10-Q2023-11-09fiscal Q3 2023541590001628280-23-038010
10-Q2023-08-09fiscal Q2 2023541550000950170-23-040145
10-Q2023-05-10fiscal Q1 2023541120000950170-23-020030
10-K/A2023-04-05fiscal FY 2021541370000950170-23-011917
10-K2023-03-08fiscal FY 2022551540000950170-23-006575
10-K/A2023-03-08fiscal FY 2021541370000950170-23-006548
10-Q2022-11-09fiscal Q3 2022541560000950170-22-023916
10-Q2022-08-10fiscal Q2 2022531480000950170-22-016239
10-Q2022-05-12fiscal Q1 2022531050000950170-22-009453
10-K2022-03-30fiscal FY 2021541370000950170-22-004989
10-Q2021-11-15fiscal Q3 2021501620000950170-21-004442
10-Q2021-08-12fiscal Q2 2021501380001564590-21-043732
10-Q2021-05-13fiscal Q1 2021501020001564590-21-027231

Inspect the source

Entity
TRULIEVE CANNABIS CORP. / CIK 0001754195
Captured
2026-09-21T17:29:13.651Z
SEC response SHA-256
332150d0e9c8b561e95aef1e37262c9a93e27597ca835482a5755b356ccb1c76

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