Skip to content

ALEXANDER TECH CORP.: filings

Every ALEXANDER TECH CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-K2025-07-18fiscal FY 202513260001539497-25-001920
10-Q2025-03-19fiscal Q3 202512340001539497-25-000983
10-Q2025-01-28fiscal Q2 202512340001539497-25-000155
10-Q2024-12-04fiscal Q1 202512260001539497-24-002576
10-K2024-10-07fiscal FY 202412250001539497-24-002111
10-Q2024-05-02fiscal Q3 202412340001539497-24-000933
10-Q2024-02-02fiscal Q2 202412340001539497-24-000190
10-Q2023-11-30fiscal Q1 202312260001539497-23-002049
10-K2023-09-25fiscal FY 202312250001539497-23-001643
10-Q2023-07-03fiscal Q3 202312340001539497-23-001183
10-Q2023-06-01fiscal Q2 202312340001539497-23-001042
10-Q2023-05-15fiscal Q1 202311240001539497-23-000891
10-K2023-03-16fiscal FY 202211220001539497-23-000450
10-Q2022-12-16fiscal Q3 202211310001539497-22-001929
10-Q/A2022-01-19fiscal Q2 202212340001539497-22-000101
10-Q2022-01-10fiscal Q2 202212340001539497-22-000032
10-Q2021-09-20fiscal Q1 202212260001539497-21-001397
10-K2021-08-11fiscal FY 202112250001539497-21-001202
10-Q2021-03-16fiscal Q3 202112340001785982-21-000063
10-Q2020-12-17fiscal Q2 202112340001785982-20-001017
10-Q2020-09-17fiscal Q1 202111240001785982-20-000853
10-K2020-08-13fiscal FY 202012250001785982-20-000760
10-Q2020-03-13fiscal Q3 202010260001785982-20-000165
10-Q2019-12-04fiscal Q2 202010240001785982-19-000066
10-Q2019-09-03fiscal Q1 202011220001493152-19-013620
10-K2019-08-12fiscal FY 201912240001493152-19-012063
10-Q2019-03-25fiscal Q3 201910220001493152-19-003847
10-Q2018-12-21fiscal Q2 201910220001493152-18-017801
10-Q2018-09-13fiscal Q1 201910180001493152-18-013211
10-K2018-08-13fiscal FY 201811220001437749-18-015308
10-Q2018-03-16fiscal Q3 20189220001437749-18-004872

Inspect the source

Entity
ALEXANDER TECH CORP. / CIK 0001347491
Captured
2026-09-21T17:17:56.090Z
SEC response SHA-256
4f9b15305b85730c87b792d77edbd442813e79f797975536e82b262630e49dff

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