Skip to content

Tailored Brands, Inc.: filings

Every Tailored Brands, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2020-07-27

The latest filing in this captured record is a 10-Q filed 2020-07-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. Tailored Brands, 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-Q2020-07-27fiscal Q1 2020471170001558370-20-008431
10-K2020-04-08fiscal FY 2019551820001558370-20-003700
10-Q2019-12-12fiscal Q3 2019511610001558370-19-011485
10-Q2019-09-12fiscal Q2 2019501570001558370-19-008580
10-Q2019-06-13fiscal Q1 2019501210001558370-19-005661
10-K2019-03-29fiscal FY 2018531870001558370-19-002607
10-Q2018-12-13fiscal Q3 2018461420001558370-18-009681
10-Q2018-09-13fiscal Q2 2018481500001558370-18-007456
10-Q2018-06-14fiscal Q1 2018471130001558370-18-005266
10-K2018-03-30fiscal FY 2017511710001558370-18-002583
10-Q2017-12-07fiscal Q3 2017441370001558370-17-009217
10-Q2017-09-07fiscal Q2 2017431350001558370-17-006970
10-Q2017-06-08fiscal Q1 201740990001558370-17-004715
10-K2017-03-24fiscal FY 2016461570001558370-17-002109
10-Q2016-12-08fiscal Q3 2016411300001558370-16-010449
10-Q2016-09-08fiscal Q2 2016411300001558370-16-008233
10-Q2016-06-09fiscal Q1 2016411000001104659-16-126270
10-K2016-03-25fiscal FY 2015471560001047469-16-011596
10-Q2015-12-10fiscal Q3 2015421350001104659-15-083917
10-Q2015-09-09fiscal Q2 2015431380001104659-15-064191
10-Q2015-06-11fiscal Q1 2015431070001104659-15-044734
10-K2015-03-27fiscal FY 2014471580001047469-15-002885
10-Q2014-12-11fiscal Q3 2014421360001104659-14-086048
10-Q2014-09-11fiscal Q2 2014421330001104659-14-065728
10-Q2014-06-06fiscal Q1 2014411020001104659-14-044340
10-K2014-04-01fiscal FY 2013451530001047469-14-003266
10-Q2013-12-12fiscal Q3 2013411330001104659-13-089763
10-Q2013-09-12fiscal Q2 2013411330001104659-13-069334
10-Q2013-06-13fiscal Q1 2013421060001104659-13-048751
10-K2013-04-03fiscal FY 2012461530001047469-13-003877
10-Q2012-12-06fiscal Q3 2012421360001104659-12-082262
10-Q2012-09-06fiscal Q2 2012421360001104659-12-061797
10-Q2012-06-07fiscal Q1 2012451120001104659-12-042256
10-K2012-03-28fiscal FY 2011451510001193125-12-136648
10-Q2011-12-08fiscal Q3 2011421290000950123-11-102446
10-Q2011-09-08fiscal Q2 2011421290000950123-11-083329
10-Q2011-06-09fiscal Q1 201139960000950123-11-057824
10-K2011-03-30fiscal FY 2010411080000950123-11-030843
10-Q2010-12-09fiscal Q3 2010391200000950123-10-112457
10-Q2010-09-09fiscal Q2 2010351060000950123-10-084914

Inspect the source

Entity
Tailored Brands, Inc. / CIK 0000884217
Captured
SEC response SHA-256
840dbca54ec7a6b5ce2c2a75348e65ad2f94fc334bdd90e9c5951404b3370e7c

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