Skip to content

EnSync, Inc.: filings

Every EnSync, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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. EnSync, 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-Q2018-11-13fiscal Q1 201947960001144204-18-058922
10-K2018-09-25fiscal FY 2018501010001144204-18-050724
10-Q2018-05-15fiscal Q3 2018481280001144204-18-028901
10-Q2018-02-13fiscal Q2 2018481280001144204-18-007957
10-Q2017-11-09fiscal Q1 201846940001144204-17-057772
10-K2017-09-27fiscal FY 2017501030001144204-17-050035
10-Q2017-05-11fiscal Q3 2017501350001144204-17-026440
10-Q2017-02-14fiscal Q2 2017501400001144204-17-008785
10-Q2016-11-10fiscal Q1 2017481000001144204-16-133293
10-K2016-09-08fiscal FY 2016501010001102624-16-003355
10-Q2016-05-11fiscal Q3 2016471260001102624-16-002748
10-Q2016-02-16fiscal Q2 2016471220001102624-16-002130
10-Q2015-11-16fiscal Q1 201645920001102624-15-001678
10-K2015-09-28fiscal FY 201546930001102624-15-001490
10-Q2015-05-14fiscal Q3 2015471220001102624-15-000814
10-Q2015-02-17fiscal Q2 2015461160001102624-15-000235
10-Q2014-11-14fiscal Q1 201546940001102624-14-001899
10-K2014-09-29fiscal FY 201446930001102624-14-001542
10-Q2014-05-15fiscal Q3 2014441100001102624-14-000824
10-Q2014-02-14fiscal Q2 2014441080001102624-14-000239
10-Q2013-11-14fiscal Q1 201445880001102624-13-001407
10-K/A2013-09-30fiscal FY 201345910001102624-13-001177
10-Q2013-05-15fiscal Q3 2013461180001102624-13-000626
10-Q2013-02-14fiscal Q2 2013441080001102624-13-000179
10-Q2012-11-13fiscal Q1 201346930001102624-12-000896
10-K2012-09-19fiscal FY 201246920001102624-12-000755
10-Q2012-05-07fiscal Q3 2012401040001102624-12-000381
10-Q2012-02-09fiscal Q2 2012401040001102624-12-000088
10-Q2011-11-14fiscal Q1 201237780001102624-11-000742

Inspect the source

Entity
EnSync, Inc. / CIK 0001140310
Captured
SEC response SHA-256
f052022c4f9434f018dd1eb29bf90f5d1989ff32ee21ae1faea33ea04320a574

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