Skip to content

ACCELERA INNOVATIONS, INC.: filings

Every ACCELERA INNOVATIONS, INC. 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 2017-11-01

The latest filing in this captured record is a 10-Q filed 2017-11-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. ACCELERA INNOVATIONS, 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-Q2017-11-01fiscal Q3 201728680001493152-17-012243
10-Q2017-08-11fiscal Q2 201725620001493152-17-008927
10-Q2017-05-18fiscal Q1 201724460001493152-17-005572
10-K2017-04-17fiscal FY 201634620001493152-17-003990
10-Q2016-11-21fiscal Q3 201635850001493152-16-015293
10-Q2016-08-19fiscal Q2 201633780001493152-16-012701
10-Q2016-08-18fiscal Q1 201633590001493152-16-012643
10-K2016-08-12fiscal FY 201535700001493152-16-012298
10-Q/A2016-04-21fiscal Q1 201318380001493152-16-009098
10-Q2015-11-25fiscal Q3 201536880001493152-15-005891
10-Q2015-08-19fiscal Q2 201532760001493152-15-003910
10-Q2015-05-20fiscal Q1 201529570001493152-15-002161
10-K2015-04-17fiscal FY 201430500001493152-15-001492
10-Q2014-11-24fiscal Q3 201426560001493152-14-003928
10-Q2014-08-18fiscal Q2 201419470001079974-14-000637
10-K2014-04-15fiscal FY 201322380001079974-14-000283
10-Q2013-11-14fiscal Q3 201312350001079974-13-000728
10-Q2013-08-14fiscal Q2 201315420001079974-13-000514
10-Q2013-05-20fiscal Q1 201313300001079974-13-000287
10-K2013-04-11fiscal FY 201214380001079974-13-000184
10-Q/A2012-11-19fiscal Q3 201213510001079974-12-000610
10-Q/A2012-11-15fiscal Q2 201215530001079974-12-000596
10-K/A2012-10-31fiscal FY 201115400001079974-12-000527
10-K/A2012-08-21fiscal FY 201115400001079974-12-000404
10-Q2012-05-15fiscal Q1 201212380001079974-12-000211
10-K2012-04-16fiscal FY 201115400001079974-12-000150
10-Q2011-11-14fiscal Q3 201114440001354488-11-004431
10-Q2011-08-15fiscal Q2 201114500001354488-11-002743

Inspect the source

Entity
ACCELERA INNOVATIONS, INC. / CIK 0001444144
Captured
SEC response SHA-256
8e88dab4db26d8bfae9416d5bbda9b3f61c8c67c2bdd3b8cd9eb513d27177b6c

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