Skip to content

THC THERAPEUTICS, INC.: filings

Every THC THERAPEUTICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-K2026-02-27fiscal FY 202433670001477932-26-001083
10-Q2024-11-13fiscal Q3 202430940001477932-24-007106
10-Q2024-09-05fiscal Q2 202429840001477932-24-005523
10-Q2024-08-09fiscal Q1 202429620001477932-24-004626
10-K2024-02-26fiscal FY 202334690001477932-24-000896
10-Q2024-01-09fiscal Q3 202331910001477932-24-000083
10-Q2024-01-08fiscal Q2 202331870001477932-24-000075
10-Q2022-12-22fiscal Q1 202334710001477932-22-009498
10-K2022-11-25fiscal FY 202239780001477932-22-008875
10-Q2022-06-16fiscal Q3 202232960001477932-22-004445
10-Q2022-05-16fiscal Q2 202233940001477932-22-003539
10-Q2022-05-16fiscal Q1 202231700001477932-22-003529
10-K2022-03-31fiscal FY 202133670001477932-22-001755
10-Q2021-06-22fiscal Q3 202131940001477932-21-004142
10-Q2021-03-29fiscal Q2 202132940001477932-21-001739
10-Q2020-12-17fiscal Q1 202129630001477932-20-007372
10-K2020-11-04fiscal FY 202029610001477932-20-006275
10-Q2020-06-22fiscal Q3 202029910001477932-20-003485
10-Q2020-03-23fiscal Q2 202026750001477932-20-001454
10-Q2019-12-23fiscal Q1 202026560001477932-19-007263
10-K/A2019-11-18fiscal FY 202031640001477932-19-006627
10-Q2019-06-14fiscal Q3 201926680001477932-19-003523
10-Q2019-03-15fiscal Q2 201926670001477932-19-001010
10-Q2018-12-19fiscal Q1 201925490001477932-18-006072
10-Q2014-06-12fiscal Q3 201320660001255294-14-000586
10-Q2014-06-12fiscal Q2 201320660001255294-14-000574
10-Q2014-06-11fiscal Q1 201320520001255294-14-000562
10-K2014-06-09fiscal FY 201321650001606808-14-000019
10-Q2013-06-11fiscal Q3 201317470001255294-13-000424
10-Q2013-03-21fiscal Q2 201318500001255294-13-000218
10-Q2012-12-14fiscal Q1 201320530001255294-12-000900
10-K2012-11-13fiscal FY 201219570001255294-12-000779
10-Q2012-06-14fiscal Q3 201215420001255294-12-000416
10-Q2012-03-21fiscal Q2 201213360001255294-12-000185
10-Q2011-12-20fiscal Q1 201213280001255294-11-000788

Inspect the source

Entity
THC THERAPEUTICS, INC. / CIK 0001404935
Captured
2026-09-21T17:18:57.388Z
SEC response SHA-256
f4626d642848143dc14fec3fdbe81fdaf088917037c5da7ecb43246b70ad052b

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