Skip to content

alpha-En Corp: filings

Every alpha-En Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. alpha-En Corp 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-11-14fiscal Q3 201928800001493152-19-017450
10-Q2019-08-14fiscal Q2 201928710001493152-19-012482
10-Q2019-05-15fiscal Q1 201929580001493152-19-007320
10-K2019-04-01fiscal FY 201828570001493152-19-004607
10-Q2018-11-14fiscal Q3 201826680001493152-18-016013
10-Q2018-08-10fiscal Q2 201825640001493152-18-011359
10-Q2018-05-16fiscal Q1 201824480001493152-18-007315
10-K2018-04-02fiscal FY 201723470001493152-18-004514
10-Q2017-11-14fiscal Q3 201723620001493152-17-013166
10-Q2017-08-14fiscal Q2 201722600001493152-17-009272
10-Q/A2017-07-20fiscal Q1 201721430001493152-17-008011
10-Q2017-05-15fiscal Q1 201721430001493152-17-005276
10-K2017-03-31fiscal FY 201621440001493152-17-003250
10-Q2017-01-17fiscal Q3 201621570001493152-17-000563
10-Q2017-01-17fiscal Q2 201621560001493152-17-000561
10-Q2017-01-17fiscal Q1 201621440001493152-17-000559
10-K2016-10-20fiscal FY 201523480001144204-16-128761
10-K2016-02-22fiscal FY 201320420001144204-16-083493
10-Q2015-12-24fiscal Q3 201319580001144204-15-072759
10-Q2015-12-10fiscal Q2 201319560001144204-15-070282
10-Q2015-11-24fiscal Q1 201319420001144204-15-067690
10-K2015-09-11fiscal FY 201222460001144204-15-054621
10-Q2015-07-02fiscal Q3 201218510001144204-15-040578
10-Q2015-06-17fiscal Q2 201219560001144204-15-037534
10-Q2015-06-04fiscal Q1 201219420001144204-15-035447
10-K2012-04-16fiscal FY 201114270001144204-12-021692
10-Q2011-11-21fiscal Q3 201114320001144204-11-066137
10-Q2011-08-19fiscal Q2 201114320001144204-11-048737

Inspect the source

Entity
alpha-En Corp / CIK 0001023298
Captured
SEC response SHA-256
d10d88c5025241fadf1dca0a3ab3ce56c123e221d12092600bbe3c8c546820dc

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