Skip to content

GENERATION ALPHA, INC.: filings

Every GENERATION ALPHA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2021-08-13

The latest filing in this captured record is a 10-Q filed 2021-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. GENERATION ALPHA, 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-Q2021-08-13fiscal Q2 202135920001493152-21-019569
10-Q2021-05-17fiscal Q1 202137730001493152-21-011832
10-K2021-04-13fiscal FY 202038720001493152-21-008664
10-Q2020-11-06fiscal Q3 2020381030001493152-20-020648
10-Q2020-08-14fiscal Q2 202034870001493152-20-015655
10-Q2020-06-23fiscal Q1 202035680001493152-20-011634
10-K2020-04-13fiscal FY 201941780001493152-20-006224
10-Q2019-11-19fiscal Q3 2019431060001493152-19-018039
10-Q2019-08-14fiscal Q2 2019421080001493152-19-012352
10-Q2019-05-15fiscal Q1 201940780001493152-19-007537
10-K2019-04-15fiscal FY 201841820001493152-19-005339
10-Q2018-11-13fiscal Q3 2018401000001493152-18-015654
10-Q2018-08-14fiscal Q2 201839990001493152-18-011779
10-K/A2018-07-13fiscal FY 201738760001493152-18-009978
10-Q2018-05-15fiscal Q1 201834660001493152-18-006968
10-K2018-04-02fiscal FY 201738760001493152-18-004368
10-Q2017-11-14fiscal Q3 201734850001493152-17-012967
10-Q2017-08-14fiscal Q2 201734850001493152-17-009043
10-Q/A2017-05-08fiscal Q1 201734660001493152-17-004824
10-Q2017-05-08fiscal Q1 201734660001493152-17-004820
10-K2017-03-31fiscal FY 201637740001493152-17-003073
10-Q2016-11-14fiscal Q3 201636920001493152-16-014792
10-Q2016-08-15fiscal Q2 201635900001493152-16-012507
10-Q2016-05-11fiscal Q1 201635670001493152-16-009643
10-K2016-04-06fiscal FY 201536710001493152-16-008694
10-Q2015-11-13fiscal Q3 201534890001493152-15-005458
10-Q2015-08-14fiscal Q2 201534890001493152-15-003761
10-Q2015-05-14fiscal Q1 201517360001078782-15-000774
10-K2015-02-19fiscal FY 201418380001078782-15-000266
10-Q2014-10-30fiscal Q3 201422460001078782-14-001899
10-Q2014-08-06fiscal Q3 201320420001078782-14-001392
10-Q2014-04-21fiscal Q1 201421440001078782-14-000717
10-K2014-02-14fiscal FY 201321530001078782-14-000198
10-Q2013-11-06fiscal Q3 201322470001078782-13-002131
10-Q2013-08-14fiscal Q2 201323560001078782-13-001603
10-Q2013-05-14fiscal Q1 201321440001078782-13-000938
10-K2013-03-15fiscal FY 201221520001078782-13-000458
10-Q2012-11-14fiscal Q3 201225650001078782-12-002805
10-Q/A2012-08-28fiscal Q2 201223470001471242-12-001204
10-Q2012-05-01fiscal Q1 201224500001078782-12-001174
10-K2012-04-16fiscal FY 201124490001078782-12-001023
10-Q2011-11-09fiscal Q3 201126540001078782-11-003198
10-Q/A2011-08-31fiscal Q2 201125520001078782-11-002533

Inspect the source

Entity
GENERATION ALPHA, INC. / CIK 0001398137
Captured
SEC response SHA-256
aa4827ea743e4205110707f3aae285db9f4a31fcc193aa65d8d967bca278699c

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