Skip to content

POWIN ENERGY CORP: filings

Every POWIN ENERGY CORP 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 2018-11-13

The latest filing in this captured record is a 10-Q filed 2018-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. POWIN ENERGY 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-Q2018-11-13fiscal Q3 2018481180001214659-18-007047
10-Q2018-08-14fiscal Q2 2018481190001214659-18-005432
10-Q2018-05-18fiscal Q1 201847960001214659-18-003879
10-K2018-04-16fiscal FY 2017511050001214659-18-002811
10-Q2017-11-14fiscal Q3 2017411120001214659-17-006727
10-Q2017-08-11fiscal Q2 2017391080001214659-17-005008
10-Q2017-05-12fiscal Q1 201739780001214659-17-003287
10-K2017-03-31fiscal FY 201649970001214659-17-002267
10-Q2016-11-16fiscal Q3 2016451270001214659-16-014766
10-Q/A2016-08-24fiscal Q2 2016431240001214659-16-013379
10-Q2016-08-15fiscal Q2 2016431240001214659-16-013190
10-Q2016-05-16fiscal Q1 201642840001214659-16-011601
10-K2016-04-04fiscal FY 201544880001214659-16-010631
10-Q2015-11-20fiscal Q3 2015421230001214659-15-007934
10-Q2015-08-14fiscal Q2 2015411170001214659-15-006072
10-Q2015-05-12fiscal Q1 201539800001214659-15-003842
10-K2015-03-24fiscal FY 201442840001214659-15-002463
10-Q2014-11-14fiscal Q3 2014371100001214659-14-007665
10-Q2014-08-12fiscal Q2 2014381120001214659-14-005784
10-Q2014-05-20fiscal Q1 201440810001214659-14-003809
10-K2014-04-15fiscal FY 201340830001214659-14-002802
10-Q2013-11-15fiscal Q3 201337980001214659-13-006550
10-Q2013-08-14fiscal Q2 2013391090001214659-13-004676
10-Q2013-05-15fiscal Q1 201338790001214659-13-002778
10-K2013-04-16fiscal FY 201243870001214659-13-002054
10-Q2012-11-16fiscal Q3 2012371050001214659-12-005091
10-Q/A2012-08-27fiscal Q2 2012391090001214659-12-003826
10-Q2012-05-21fiscal Q1 201237740001214659-12-002390
10-K2012-04-10fiscal FY 201138760001214659-12-001597
10-Q2011-11-14fiscal Q3 2011381080001214659-11-003852
10-Q2011-08-12fiscal Q2 2011371060001023175-11-000438
10-Q2011-05-12fiscal Q1 201137720001023175-11-000261

Inspect the source

Entity
POWIN ENERGY CORP / CIK 0001468780
Captured
SEC response SHA-256
06df8aab135850410c0e9934e2221444b4644b7572afa4317c5ba7875c7fb838

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