Skip to content

WSI INDUSTRIES, INC.: filings

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

Filing record ends 2018-06-14

The latest filing in this captured record is a 10-Q filed 2018-06-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. WSI INDUSTRIES, 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-06-14fiscal Q3 201833890001493152-18-008710
10-Q2018-03-21fiscal Q2 201832840001493152-18-003722
10-Q2017-12-22fiscal Q1 201831630001493152-17-014987
10-K2017-11-03fiscal FY 2017401050001493152-17-012392
10-Q2017-06-28fiscal Q3 201732830001493152-17-007250
10-Q2017-03-24fiscal Q2 201731780001493152-17-002808
10-Q2017-01-11fiscal Q1 201730640001493152-17-000364
10-K2016-11-04fiscal FY 2016381020001493152-16-014531
10-Q2016-06-23fiscal Q3 201633840001493152-16-011029
10-Q2016-04-04fiscal Q2 201634830001493152-16-008628
10-Q2015-12-29fiscal Q1 201630600001493152-15-006442
10-K2015-11-04fiscal FY 201536950001437749-15-019608
10-Q2015-06-30fiscal Q3 201533850001437749-15-013096
10-Q2015-04-03fiscal Q2 201533850001437749-15-006838
10-Q2014-12-23fiscal Q1 201532650001437749-14-022512
10-K2014-10-24fiscal FY 201436940001437749-14-018782
10-Q2014-06-25fiscal Q3 201433850001437749-14-011825
10-Q2014-04-01fiscal Q2 201433850001437749-14-005648
10-Q2013-12-20fiscal Q1 201432650001437749-13-016290
10-K2013-10-24fiscal FY 201336940001437749-13-013359
10-Q2013-07-02fiscal Q3 201333850001437749-13-008351
10-Q2013-03-26fiscal Q2 201333860001437749-13-003455
10-Q/A2013-01-08fiscal Q1 201332670001437749-13-000312
10-K2012-11-13fiscal FY 201236940001437749-12-011561
10-Q2012-06-26fiscal Q3 201233850001437749-12-006386
10-Q2012-03-23fiscal Q2 201233850001437749-12-002697
10-Q2012-01-06fiscal Q1 201232670001437749-12-000275

Inspect the source

Entity
WSI INDUSTRIES, INC. / CIK 0000104897
Captured
SEC response SHA-256
853a165d1326ef2068b405277e8a16e88b16f6f514fda55547c0580abd071e80

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