Skip to content

HESTIA INSIGHT INC.: filings

Every HESTIA INSIGHT INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-07-20fiscal Q2 202629870001683168-26-005655
10-Q2026-04-22fiscal Q1 202630630001683168-26-003133
10-K2026-03-02fiscal FY 202533630001829126-26-001812
10-Q2025-11-14fiscal Q3 202532900001829126-25-009201
10-Q2025-07-22fiscal Q2 202534930001829126-25-005244
10-Q2025-06-03fiscal Q1 202536690001829126-25-004170
10-K2025-03-19fiscal FY 202328520001829126-25-001913
10-Q2024-11-04fiscal Q3 202431920001829126-24-007279
10-Q2024-07-22fiscal Q2 202428800001829126-24-004914
10-Q2024-04-22fiscal Q1 202431620001829126-24-002685
10-K2024-03-14fiscal FY 202330590001829126-24-001597
10-Q2023-10-13fiscal Q3 202331850001829126-23-006623
10-Q2023-07-14fiscal Q2 202329780001829126-23-004708
10-Q2023-04-14fiscal Q1 202330600001829126-23-002753
10-K2023-02-24fiscal FY 202233640001829126-23-001689
10-Q2022-10-17fiscal Q3 202233890001829126-22-018008
10-Q2022-07-14fiscal Q2 202230820001829126-22-014341
10-Q2022-04-13fiscal Q1 202227540001829126-22-008136
10-K2022-02-25fiscal FY 202132670001829126-22-004520
10-Q2021-10-12fiscal Q3 202129860001829126-21-011903
10-Q2021-07-06fiscal Q2 202128900001829126-21-006078
10-Q2021-04-19fiscal Q1 202128650001829126-21-002672
10-K2021-03-15fiscal FY 202029630001829126-21-001487

Inspect the source

Entity
HESTIA INSIGHT INC. / CIK 0001813603
Captured
2026-09-21T17:28:41.854Z
SEC response SHA-256
128656bae1b1ec6be60a25632844fbcc3b88c3678838ee90a9fcf752c402f2fc

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