Skip to content

APEX 2 Inc.: filings

Every APEX 2 Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2019-05-16

The latest filing in this captured record is a 10-Q filed 2019-05-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. APEX 2 Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2019-05-16fiscal Q1 201915370001477932-19-002892
10-K2019-01-29fiscal FY 201815310001477932-19-000284
10-Q2018-10-12fiscal Q3 201815360001477932-18-004834
10-Q2018-07-25fiscal Q2 201815360001477932-18-003666
10-Q2018-05-14fiscal Q1 201815300001477932-18-002359
10-K2018-03-19fiscal FY 201716320001477932-18-001331
10-Q2018-02-20fiscal Q3 201716360001477932-18-000925
10-Q2018-02-20fiscal Q2 201716380001477932-18-000924
10-Q2018-02-20fiscal Q1 201716310001477932-18-000923
10-K2018-01-29fiscal FY 201616280001477932-18-000535
10-Q2016-11-18fiscal Q3 201615310001477932-16-013661
10-Q2016-08-17fiscal Q2 201616350001477932-16-012039
10-Q2016-06-02fiscal Q1 201616230001477932-16-010678
10-K2016-04-06fiscal FY 201512240001477932-16-009526
10-Q2015-11-12fiscal Q3 201511270001477932-15-006859
10-Q2015-09-08fiscal Q2 201512290001477932-15-005745
10-Q2015-09-08fiscal Q1 201512180001477932-15-005744
10-K2015-09-03fiscal FY 201412240001477932-15-005714
10-Q2014-10-23fiscal Q3 201410250001477932-14-005597
10-Q2014-08-13fiscal Q2 201412340001477932-14-004292
10-Q2014-05-14fiscal Q1 201411270001477932-14-002479
10-K2014-03-05fiscal FY 201312300001477932-14-000957
10-Q2013-10-29fiscal Q3 201312320001477932-13-004939
10-Q2013-08-13fiscal Q2 201312340001477932-13-003600
10-Q2013-05-01fiscal Q1 201312280001477932-13-002076
10-K2013-04-01fiscal FY 201213310001477932-13-001479
10-Q2012-12-21fiscal Q3 201211360001477932-12-004964
10-Q2012-08-14fiscal Q2 201212330001262463-12-000331
10-Q2012-05-14fiscal Q1 201216330001262463-12-000165
10-K2012-03-21fiscal FY 201116170001262463-12-000079
10-Q2011-10-18fiscal Q3 201116230001262463-11-000213
10-Q/A2011-08-01fiscal Q2 201116170001262463-11-000105

Inspect the source

Entity
APEX 2 Inc. / CIK 0001521466
Captured
SEC response SHA-256
7b12478c01511d0fb9dd1e96080e949884d5e9a5d3a74827f678e6224a1fde3f

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