Skip to content

Ethema Health Corporation: filings

Every Ethema Health Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-07-01fiscal FY 202540760001903596-26-000271
10-Q2025-12-03fiscal Q3 2025391060001903596-25-000567
10-Q2025-11-03fiscal Q2 2025391040001903596-25-000512
10-Q2025-10-17fiscal Q1 202538750001903596-25-000484
10-K2025-05-23fiscal FY 202440760001903596-25-000296
10-Q2024-11-14fiscal Q3 2024401090001903596-24-000678
10-Q2024-08-19fiscal Q2 2024411090001903596-24-000535
10-Q2024-05-31fiscal Q1 202434660001903596-24-000371
10-K2024-05-07fiscal FY 202338710001903596-24-000279
10-Q2023-11-20fiscal Q3 202335940001903596-23-000912
10-Q2023-08-21fiscal Q2 202331760001903596-23-000646
10-Q2023-05-22fiscal Q1 202336700001903596-23-000455
10-K2023-03-31fiscal FY 202237730001903596-23-000263
10-Q2022-11-14fiscal Q3 2022401130001903596-22-000804
10-Q2022-08-15fiscal Q2 202237930001903596-22-000529
10-Q2022-05-16fiscal Q1 202237690001903596-22-000301
10-K2022-04-14fiscal FY 202137670001903596-22-000192
10-Q2021-11-22fiscal Q3 2021381050001721868-21-000835
10-Q2021-08-23fiscal Q2 202127810001721868-21-000524
10-Q2021-05-24fiscal Q1 202123470001721868-21-000319
10-K2021-04-15fiscal FY 202028540001721868-21-000220
10-Q2020-11-16fiscal Q3 202024690001721868-20-000540
10-Q2020-10-19fiscal Q2 202028830001721868-20-000454
10-Q2020-09-28fiscal Q1 201023470001721868-20-000426
10-K2020-07-10fiscal FY 201926500001721868-20-000304
10-Q2019-11-19fiscal Q3 201925710001721868-19-000555
10-Q2019-08-19fiscal Q2 201925670001721868-19-000418
10-Q2019-05-15fiscal Q1 201924480001721868-19-000268
10-K/A2019-04-22fiscal FY 201829580001721868-19-000210
10-Q2018-11-19fiscal Q3 201827700001721868-18-000692
10-Q2018-08-20fiscal Q2 201827700001721868-18-000577
10-Q/A2018-05-22fiscal Q1 201826520001721868-18-000454
10-K/A2018-04-18fiscal FY 201727480001721868-18-000302
10-Q2017-11-20fiscal Q3 201726590001721868-17-000087
10-Q/A2017-09-15fiscal Q2 201727610000721748-17-000648
10-Q2017-05-22fiscal Q1 201726430000721748-17-000362
10-K2017-04-17fiscal FY 201619370000721748-17-000259
10-Q2016-11-17fiscal Q3 201625640000721748-16-001803
10-Q/A2016-08-09fiscal Q2 201627720000721748-16-001522
10-Q2016-05-13fiscal Q1 201627510000721748-16-001252
10-K/A2016-04-18fiscal FY 201524460000721748-16-001202
10-Q2015-11-13fiscal Q3 201525620000721748-15-000823
10-Q2015-08-19fiscal Q2 201526610000721748-15-000673
10-Q2015-05-20fiscal Q1 201527500000721748-15-000407
10-K2015-04-16fiscal FY 201426300000721748-15-000281
10-Q2014-11-14fiscal Q3 201425610000721748-14-001142
10-Q2014-08-14fiscal Q2 201427650000721748-14-000824
10-Q2014-05-14fiscal Q1 201425560000721748-14-000443
10-K2014-03-28fiscal FY 201326520000721748-14-000303
10-Q2013-11-14fiscal Q3 201328930000721748-13-000785
10-Q2013-08-14fiscal Q2 201323790000721748-13-000489
10-Q2013-05-15fiscal Q1 201323530000721748-13-000138
10-K2013-04-01fiscal FY 201226530000721748-13-000058

Inspect the source

Entity
Ethema Health Corporation / CIK 0000792935
Captured
2026-09-21T17:17:01.527Z
SEC response SHA-256
a4f8fd956c34e77db45dcdd54cc03aee5ac808fb7b9e32559ac9d8a78af1e44e

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