Skip to content

THE CONTAINER STORE GROUP, INC.: filings

Every THE CONTAINER STORE GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

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-Q2024-10-30fiscal Q2 2024411320001411688-24-000010
10-Q2024-08-07fiscal Q1 2024411030001628280-24-035389
10-K2024-05-28fiscal FY 2023491290001628280-24-025287
10-Q2024-02-07fiscal Q3 2023451440001558370-24-000839
10-Q2023-11-01fiscal Q2 2023441400001558370-23-017169
10-Q2023-08-02fiscal Q1 2023441070001558370-23-012820
10-K2023-05-26fiscal FY 2022501300001558370-23-010554
10-Q2023-02-08fiscal Q3 2022441450001558370-23-000998
10-Q2022-11-02fiscal Q2 2022431400001558370-22-015910
10-Q2022-08-03fiscal Q1 2022431080001558370-22-011761
10-K2022-06-02fiscal FY 2021491290001558370-22-009663
10-Q2022-02-09fiscal Q3 2021431420001558370-22-000926
10-Q2021-11-03fiscal Q2 2021431380001558370-21-014208
10-Q2021-08-04fiscal Q1 2021431060001558370-21-010091
10-K2021-06-03fiscal FY 2020491260001558370-21-007972
10-Q2021-02-03fiscal Q3 2020441440001558370-21-000678
10-Q2020-10-21fiscal Q2 2020441400001558370-20-011596
10-Q2020-07-29fiscal Q1 201939980001558370-20-008562
10-K2020-06-17fiscal FY 2019471180001558370-20-007573
10-Q2020-02-05fiscal Q3 2019421340001558370-20-000510
10-Q2019-10-30fiscal Q2 2019421300001558370-19-009388
10-Q2019-07-31fiscal Q1 201939940001558370-19-006620
10-K2019-05-30fiscal FY 2018401070001558370-19-005364
10-Q2019-02-06fiscal Q3 2018361130001558370-19-000397
10-Q2018-11-01fiscal Q2 2018361130001558370-18-008216
10-Q2018-08-02fiscal Q1 201834850001558370-18-006234
10-K2018-05-31fiscal FY 2017411930001047469-18-004174
10-Q2018-02-07fiscal Q3 2017351090001104659-18-007002
10-Q2017-11-08fiscal Q2 2017351090001104659-17-066790
10-Q2017-08-03fiscal Q1 201733810001104659-17-049108
10-K2017-06-01fiscal FY 2016351630001047469-17-003752
10-Q2017-02-08fiscal Q3 2016311010001104659-17-007169
10-Q2016-11-10fiscal Q2 2016311010001104659-16-155993
10-Q2016-08-10fiscal Q1 201629930001104659-16-138434
10-K2016-05-10fiscal FY 2015381440001047469-16-013070
10-Q2016-01-07fiscal Q3 2015311000001104659-16-088652
10-Q2015-10-07fiscal Q2 2015311000001104659-15-069550
10-Q2015-07-08fiscal Q1 201529740001104659-15-050219
10-K2015-05-08fiscal FY 2014381540001047469-15-004547
10-Q2015-01-09fiscal Q3 2014361140001104659-15-001370
10-Q2014-10-10fiscal Q2 2014361150001104659-14-071173
10-Q2014-07-11fiscal Q1 201431780001104659-14-051111
10-K2014-05-28fiscal FY 2013391410001047469-14-005201
10-Q2014-01-10fiscal Q3 2013331010001104659-14-001539

Inspect the source

Entity
THE CONTAINER STORE GROUP, INC. / CIK 0001411688
Captured
2026-09-21T17:19:39.417Z
SEC response SHA-256
fefa1eae665bf8580360f151c18af14e9e18bd7367770c33bdf64f0068969f6f

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