Skip to content

Apex 11 Inc.: filings

Every Apex 11 Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-09-11fiscal Q2 202620610001578329-26-000009
10-Q2026-08-03fiscal Q1 202620450001578329-26-000006
10-K2026-07-13fiscal FY 202521440001578329-26-000004
10-Q2026-01-26fiscal Q3 202516560001185185-26-000292
10-Q/A2026-01-26fiscal Q2 202516520001185185-26-000290
10-Q/A2026-01-26fiscal Q1 202516360001185185-26-000288
10-K/A2026-01-26fiscal FY 202417360001185185-26-000286
10-Q/A2026-01-26fiscal Q3 202416560001185185-26-000285
10-Q/A2026-01-26fiscal Q2 202416520001185185-26-000281
10-Q/A2026-01-26fiscal Q1 202416360001185185-26-000279
10-K/A2026-01-26fiscal FY 202317360001185185-26-000278
10-Q2025-05-27fiscal Q1 202516360001185185-25-000549
10-K2025-05-16fiscal FY 202417360001185185-25-000507
10-Q2024-11-15fiscal Q3 202416560001185185-24-001133
10-K/A2024-11-08fiscal FY 202313280001185185-24-001093
10-Q2024-08-14fiscal Q2 202416520001185185-24-000818
10-Q2024-05-13fiscal Q1 202412280001185185-24-000483
10-K2024-03-19fiscal FY 202313280001185185-24-000275
10-Q2023-11-06fiscal Q3 202312400001185185-23-001146
10-Q2023-08-14fiscal Q2 202311340001185185-23-000827
10-Q2023-05-17fiscal Q1 202312280001185185-23-000541
10-K2023-04-17fiscal FY 202213280001185185-23-000348
10-Q2022-11-14fiscal Q3 202212400001185185-22-001294
10-Q2022-08-15fiscal Q2 202212360001185185-22-000927
10-Q2022-05-16fiscal Q1 202212280001185185-22-000619
10-K2022-03-31fiscal FY 202113270001185185-22-000345
10-Q2022-01-11fiscal Q3 202112300001185185-22-000034
10-Q2021-12-07fiscal Q2 202111280001185185-21-001801
10-K/A2021-11-23fiscal FY 202010220001185185-21-001721
10-Q2021-11-04fiscal Q1 202110230001185185-21-001596
10-K2021-10-12fiscal FY 202010220001185185-21-001467
10-Q2021-08-26fiscal Q3 202011380001185185-21-001191
10-Q2021-08-09fiscal Q2 202011340001185185-21-001069
10-Q2021-06-04fiscal Q3 201911380001185185-21-000770
10-Q2021-04-30fiscal Q2 201912360001185185-21-000586
10-Q2021-04-09fiscal Q1 201811260001185185-21-000490
10-K2021-04-09fiscal FY 20189200001185185-21-000485
10-Q2015-10-15fiscal Q2 201510240001213900-15-007676
10-Q2015-05-20fiscal Q1 201512220001262463-15-000400
10-K2015-03-30fiscal FY 201413240001262463-15-000217
10-Q2014-11-12fiscal Q3 201410290001262463-14-001049
10-Q2014-08-12fiscal Q2 20149220001262463-14-000701
10-Q2014-05-20fiscal Q1 201412190001262463-14-000486
10-K2014-02-21fiscal FY 201315160001262463-14-000153
10-Q2013-10-30fiscal Q3 201312170001262463-13-000715
10-Q2013-07-25fiscal Q2 201311110001262463-13-000482

2 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
Apex 11 Inc. / CIK 0001578329
Captured
2026-09-21T17:21:05.513Z
SEC response SHA-256
ac4a3b7717882d81e7b1fd4242b8320cf0407326657c6b81e60eb694c059701c

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