Skip to content

SUNWORKS, INC.: filings

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

Filing record ends 2023-11-13

The latest filing in this captured record is a 10-Q filed 2023-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. SUNWORKS, 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-Q2023-11-13fiscal Q3 2023461300001493152-23-040352
10-Q2023-08-14fiscal Q2 2023461280001493152-23-028427
10-Q2023-05-23fiscal Q1 202343840001493152-23-018601
10-K2023-03-10fiscal FY 202247930001493152-23-007266
10-Q2022-11-08fiscal Q3 2022451270001493152-22-030946
10-Q2022-08-09fiscal Q2 2022441220001493152-22-021703
10-Q2022-05-16fiscal Q1 202243850001493152-22-013532
10-K2022-03-11fiscal FY 202144850001493152-22-006620
10-Q2021-11-12fiscal Q3 2021421190001493152-21-028002
10-Q2021-08-13fiscal Q2 2021411120001493152-21-019707
10-Q2021-05-14fiscal Q1 202137750001493152-21-011379
10-K2021-03-26fiscal FY 202040790001493152-21-006917
10-Q2020-11-02fiscal Q3 2020401190001493152-20-020348
10-Q2020-08-10fiscal Q2 2020401140001493152-20-015126
10-Q2020-05-07fiscal Q1 202040790001493152-20-007873
10-K2020-03-30fiscal FY 201944850001493152-20-005238
10-Q2019-10-31fiscal Q3 2019421200001493152-19-016245
10-Q2019-08-02fiscal Q2 2019431200001493152-19-011533
10-Q2019-05-14fiscal Q1 201941820001493152-19-007075
10-K2019-03-29fiscal FY 201841840001493152-19-004282
10-Q2018-11-07fiscal Q3 2018371030001493152-18-015295
10-Q2018-08-08fiscal Q2 2018371030001493152-18-011167
10-Q2018-05-15fiscal Q1 201837750001493152-18-007048
10-K2018-03-28fiscal FY 201740810001493152-18-004031
10-Q2017-11-14fiscal Q3 2017371030001493152-17-013019
10-Q2017-08-10fiscal Q2 2017361010001493152-17-008807
10-Q2017-05-11fiscal Q1 201737750001493152-17-005002
10-K2017-03-29fiscal FY 201641820001493152-17-002936
10-Q2016-11-10fiscal Q3 2016401090001493152-16-014707
10-Q2016-08-10fiscal Q2 2016401090001493152-16-012147
10-Q2016-05-11fiscal Q1 201639800001493152-16-009608
10-K2016-03-14fiscal FY 201545920001185185-16-003879
10-Q2015-11-05fiscal Q3 2015391130001185185-15-002761
10-Q2015-08-06fiscal Q2 2015391130001185185-15-002045
10-Q2015-05-15fiscal Q1 201538780001185185-15-001324
10-K2015-03-31fiscal FY 201443880001185185-15-000737
10-Q2014-11-10fiscal Q3 2014421180001185185-14-002978
10-Q2014-07-23fiscal Q2 2014421180001185185-14-001866
10-Q2014-05-15fiscal Q1 201435720001185185-14-001301
10-K2014-03-26fiscal FY 201335720001185185-14-000641
10-Q2013-11-12fiscal Q3 2013321070001185185-13-002385
10-Q2013-08-07fiscal Q2 2013311050001185185-13-001591
10-Q2013-05-13fiscal Q1 201331830001185185-13-001069
10-K2013-03-28fiscal FY 2012321020001185185-13-000654
10-Q2012-11-06fiscal Q3 201230890001185185-12-002390
10-Q/A2012-09-21fiscal Q1 201230700001185185-12-002082
10-Q/A2012-08-21fiscal Q2 201230880001185185-12-001910
10-Q2012-05-15fiscal Q1 201231720001185185-12-001107
10-K2012-03-28fiscal FY 201130890001185185-12-000524
10-Q2011-11-14fiscal Q3 201131890001185185-11-001963
10-Q2011-08-15fiscal Q2 201131870001185185-11-001309

Inspect the source

Entity
SUNWORKS, INC. / CIK 0001172631
Captured
SEC response SHA-256
ce25d388b5b3e0b3144ae026f869977f58b30a31f419c09eb81fa5fd2e43d789

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