Skip to content

CONTINENTAL MATERIALS CORP: filings

Every CONTINENTAL MATERIALS CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-05-11

The latest filing in this captured record is a 10-Q filed 2020-05-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. CONTINENTAL MATERIALS CORP 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-Q2020-05-11fiscal Q1 202026580001558370-20-006232
10-K2020-03-23fiscal FY 201937850001558370-20-003027
10-Q2019-11-12fiscal Q3 201928810001558370-19-010828
10-Q/A2019-08-16fiscal Q2 201929810001558370-19-008243
10-Q2019-08-13fiscal Q2 201929810001558370-19-008086
10-Q2019-05-14fiscal Q1 201926560001558370-19-004997
10-K2019-03-28fiscal FY 201834900001558370-19-002552
10-Q2018-11-13fiscal Q3 201825730001558370-18-009279
10-Q2018-08-14fiscal Q2 201824700001558370-18-007084
10-Q2018-05-15fiscal Q1 201823510001558370-18-004827
10-K2018-03-29fiscal FY 201731760001558370-18-002558
10-Q2017-11-14fiscal Q3 201722630001558370-17-008914
10-Q2017-08-15fiscal Q2 201722630001558370-17-006694
10-Q2017-05-16fiscal Q1 201719420001558370-17-004384
10-K2017-03-31fiscal FY 201631760001558370-17-002353
10-Q2016-11-15fiscal Q3 201621630001558370-16-010103
10-Q2016-08-16fiscal Q2 201620590001558370-16-008033
10-Q2016-05-17fiscal Q1 201620450001558370-16-006049
10-K2016-04-01fiscal FY 201530750001558370-16-004498
10-Q2015-11-16fiscal Q3 201520590001104659-15-079206
10-Q2015-08-14fiscal Q2 201520580001104659-15-059992
10-Q2015-05-19fiscal Q1 201520450001104659-15-039295
10-K2015-04-03fiscal FY 201431780001104659-15-025740
10-Q2014-11-17fiscal Q3 201420610001104659-14-081379
10-Q2014-08-12fiscal Q2 201420600001104659-14-059740
10-Q2014-05-13fiscal Q1 201419430001104659-14-038113
10-K2014-03-28fiscal FY 201331770001104659-14-024040
10-Q2013-11-12fiscal Q3 201320590001104659-13-083476
10-Q2013-08-13fiscal Q2 201320590001104659-13-063135
10-Q2013-05-14fiscal Q1 201319430001104659-13-041226
10-K2013-03-29fiscal FY 201232790001104659-13-025853
10-Q2012-11-13fiscal Q3 201224700001104659-12-077357
10-Q2012-08-14fiscal Q2 201224710001104659-12-057729
10-Q2012-05-15fiscal Q1 201223500001104659-12-037256
10-K2012-03-30fiscal FY 201130610001104659-12-022780
10-Q2011-11-21fiscal Q3 201121610001104659-11-065461
10-Q2011-08-16fiscal Q2 201123660001104659-11-047176

Inspect the source

Entity
CONTINENTAL MATERIALS CORP / CIK 0000024104
Captured
SEC response SHA-256
a3b2f08bcae23c16fceb5a347ab9e363f0b5985ec12c890bd5bcf4a51b50d76b

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