Skip to content

STR HOLDINGS, INC.: filings

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

Filing record ends 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. STR HOLDINGS, 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-Q2019-11-14fiscal Q3 2019391160001171843-19-007532
10-Q2019-08-14fiscal Q2 2019391050001171843-19-005485
10-Q2019-05-14fiscal Q1 201939780001171843-19-003337
10-K2019-03-27fiscal FY 201845900001171843-19-002008
10-Q2018-11-14fiscal Q3 2018381020001171843-18-007939
10-Q2018-08-10fiscal Q2 2018381020001171843-18-005976
10-Q2018-05-11fiscal Q1 201839790001171843-18-003848
10-K2018-03-16fiscal FY 201741790001171843-18-002020
10-Q2017-11-09fiscal Q3 201737980001171843-17-006840
10-Q2017-08-11fiscal Q2 201736970001171843-17-004973
10-Q2017-05-11fiscal Q1 201737740001171843-17-002997
10-K2017-03-09fiscal FY 201640820001171843-17-001394
10-Q2016-11-09fiscal Q3 2016391070001171843-16-013091
10-Q2016-08-11fiscal Q2 2016391050001171843-16-011696
10-Q2016-05-10fiscal Q1 201637750001171843-16-009860
10-K2016-03-22fiscal FY 201544860001047469-16-011435
10-Q2015-11-13fiscal Q3 2015391020001104659-15-078641
10-Q2015-08-13fiscal Q2 2015391020001104659-15-059355
10-Q2015-05-12fiscal Q1 201538760001104659-15-037111
10-K2015-03-26fiscal FY 2014471220001047469-15-002809
10-Q2014-11-13fiscal Q3 2014391020001104659-14-080463
10-Q2014-08-12fiscal Q2 2014391030001104659-14-059677
10-Q2014-05-07fiscal Q1 201438770001104659-14-035756
10-K2014-03-13fiscal FY 2013451170001047469-14-002277
10-Q2013-11-12fiscal Q3 201338970001104659-13-083294
10-Q2013-08-08fiscal Q2 201338970001104659-13-061403
10-Q2013-05-02fiscal Q1 201338750001104659-13-036283
10-K2013-03-15fiscal FY 2012441110001047469-13-002790
10-Q2012-11-08fiscal Q3 2012421050001104659-12-076060
10-Q2012-08-09fiscal Q2 2012411030001104659-12-056241
10-Q2012-05-02fiscal Q1 201240790001104659-12-032019
10-K2012-03-14fiscal FY 2011411040001047469-12-002578
10-Q2011-11-08fiscal Q3 2011401010001104659-11-062111
10-Q2011-08-05fiscal Q2 201137920001104659-11-043874

Inspect the source

Entity
STR HOLDINGS, INC. / CIK 0001473597
Captured
SEC response SHA-256
411c8325064c627894963bca0e52f6be59002889414903b5aa8c840403a46117

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