Skip to content

Solaris Power Cells, Inc.: filings

Every Solaris Power Cells, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 17 filings, each linked to its SEC index.

Filing record ends 2015-11-18

The latest filing in this captured record is a 10-Q filed 2015-11-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. Solaris Power Cells, 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-Q2015-11-18fiscal Q3 201528680001493152-15-005671
10-Q2015-08-26fiscal Q2 201528700001493152-15-004008
10-Q2015-05-21fiscal Q1 201528490001493152-15-002204
10-K2015-04-21fiscal FY 201430710001493152-15-001528
10-Q2014-11-17fiscal Q3 201431840001062993-14-006735
10-Q2014-08-14fiscal Q2 201433890001062993-14-004910
10-Q2014-05-15fiscal Q3 201428750001062993-14-003016
10-Q/A2014-03-25fiscal Q1 201426520001062993-14-001555
10-Q2013-12-23fiscal Q1 201426680001062993-13-006421
10-K2013-10-28fiscal FY 201317560001062993-13-005231
10-Q2013-05-29fiscal Q3 201314430001255294-13-000399
10-Q2013-02-13fiscal Q2 201314430001255294-13-000103
10-Q2012-11-28fiscal Q1 201314350001255294-12-000855
10-K2012-10-29fiscal FY 201215470001255294-12-000756
10-Q2012-05-30fiscal Q3 201216540001255294-12-000377
10-Q2012-02-28fiscal Q2 201216540001255294-12-000148
10-Q2011-12-07fiscal Q1 201216420001255294-11-000759

Inspect the source

Entity
Solaris Power Cells, Inc. / CIK 0001411730
Captured
SEC response SHA-256
a0983e9052e2589efa42240c1c16c3c5122e05fe03b7e87f9795ba3efd557c01

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