Skip to content

ANTIX HOLDINGS, INC.: filings

Every ANTIX HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-01-08fiscal FY 202528540001477932-26-000103
10-Q2025-05-20fiscal Q3 202526850001477932-25-004040
10-Q2025-02-19fiscal Q2 202528870001477932-25-001116
10-Q/A2024-11-20fiscal Q1 202429620001477932-24-007512
10-K2024-10-16fiscal FY 202433680001477932-24-006452
10-Q2024-05-20fiscal Q3 202430840001477932-24-003173
10-Q2024-02-16fiscal Q2 202430820001477932-24-000788
10-Q2023-11-20fiscal Q1 202329620001477932-23-008641
10-K2023-10-13fiscal FY 202329600001477932-23-007626
10-Q2023-05-15fiscal Q3 202331880001477932-23-003576
10-Q2023-02-21fiscal Q2 202331840001477932-23-001163
10-Q2022-11-21fiscal Q1 202328600001477932-22-008741
10-K2022-10-13fiscal FY 202233700001477932-22-007620
10-Q2022-05-23fiscal Q3 202232790001477932-22-003841
10-Q2022-02-22fiscal Q2 202228780001477932-22-000974
10-Q2021-11-22fiscal Q1 202228590001477932-21-008692
10-K2021-10-13fiscal FY 202127540001477932-21-007237
10-K2021-02-01fiscal FY 201421440001477932-21-000572
10-Q2021-02-01fiscal Q3 201419580001477932-21-000570
10-Q2021-02-01fiscal Q2 201419580001477932-21-000568
10-Q2021-02-01fiscal Q1 201419400001477932-21-000566
10-K2021-02-01fiscal FY 201324480001477932-21-000564
10-Q2021-02-01fiscal Q3 201323680001477932-21-000558
10-Q2021-02-01fiscal Q2 201320600001477932-21-000551
10-Q2021-02-01fiscal Q1 201320420001477932-21-000544
10-K2021-02-01fiscal FY 201226540001477932-21-000541
10-Q2012-06-19fiscal Q2 201224640001052918-12-000302
10-Q2012-03-21fiscal Q1 201223470001052918-12-000104
10-K2012-02-14fiscal FY 201126490001052918-12-000074
10-Q/A2011-10-12fiscal Q3 201125650001052918-11-000538

Inspect the source

Entity
ANTIX HOLDINGS, INC. / CIK 0001331612
Captured
2026-09-21T17:19:16.132Z
SEC response SHA-256
4390429efdf797cad6645ece39f5d551c10ef467f9f534c1940f8a68d7acbc75

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