Skip to content

SUPPORT.COM, INC.: filings

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

Filing record ends 2021-08-13

The latest filing in this captured record is a 10-Q filed 2021-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. SUPPORT.COM, 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-Q2021-08-13fiscal Q2 2021371060001654954-21-008923
10-K/A2021-07-16fiscal FY 202047960001654954-21-008012
10-Q2021-05-13fiscal Q1 202136760001654954-21-005563
10-K2021-03-30fiscal FY 202047960001654954-21-003471
10-Q2020-11-05fiscal Q3 2020391120001654954-20-011904
10-Q2020-08-07fiscal Q2 2020411200001654954-20-008616
10-Q2020-05-13fiscal Q1 202040870001654954-20-005261
10-K2020-03-18fiscal FY 201947970001654954-20-002835
10-Q2019-11-08fiscal Q3 2019411150001654954-19-012562
10-Q2019-08-14fiscal Q2 2019411150001654954-19-009587
10-Q2019-05-13fiscal Q1 201940830001654954-19-005801
10-K2019-03-08fiscal FY 201846940001654954-19-002486
10-Q2018-11-07fiscal Q3 2018421160001654954-18-012152
10-Q2018-08-08fiscal Q2 2018421160001654954-18-008659
10-Q2018-05-08fiscal Q1 201837760001140361-18-022267
10-K2018-03-22fiscal FY 201745920001140361-18-014667
10-Q2017-11-09fiscal Q3 2017391060001140361-17-041864
10-Q2017-08-09fiscal Q2 2017391060001140361-17-030907
10-Q2017-05-15fiscal Q1 201736740001140361-17-020707
10-K2017-03-07fiscal FY 2016472030001140361-17-010778
10-Q2016-11-04fiscal Q3 2016371010001140361-16-084871
10-Q2016-08-04fiscal Q2 2016371010001140361-16-074800
10-Q2016-05-02fiscal Q1 201637750001140361-16-062820
10-K2016-03-07fiscal FY 2015482050001567619-16-001957
10-Q2015-11-04fiscal Q3 2015391060001140361-15-039496
10-Q2015-08-03fiscal Q2 2015391060001140361-15-029542
10-Q2015-05-05fiscal Q1 201538770001140361-15-017608
10-K2015-03-06fiscal FY 2014482060001140361-15-010752
10-Q2014-11-03fiscal Q3 2014421120001140361-14-039831
10-Q2014-08-04fiscal Q2 2014421130001140361-14-030556
10-Q2014-05-08fiscal Q1 201442860001140361-14-019574
10-K2014-03-07fiscal FY 2013472030001140361-14-011667
10-Q2013-11-04fiscal Q3 2013421120001140361-13-040434
10-Q2013-08-05fiscal Q2 2013421120001140361-13-030400
10-Q2013-05-06fiscal Q1 201342860001140361-13-019012
10-K2013-03-08fiscal FY 2012462000001140361-13-011523
10-Q2012-11-02fiscal Q3 2012401080001140361-12-045476
10-Q2012-08-08fiscal Q2 201236940001140361-12-035743
10-Q2012-05-07fiscal Q1 201234700001140361-12-023384
10-K2012-03-09fiscal FY 201135930001140361-12-014600
10-Q2011-11-07fiscal Q3 201134900001140361-11-052035
10-Q2011-08-08fiscal Q2 201134900001140361-11-040209

Inspect the source

Entity
SUPPORT.COM, INC. / CIK 0001104855
Captured
SEC response SHA-256
220b82a755a2485b14be64152e6c69369b3e8ea5ef851d19d345d60997f75ce2

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