Skip to content

TUESDAY MORNING CORP/DE: filings

Every TUESDAY MORNING CORP/DE annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2022-11-22

The latest filing in this captured record is a 10-Q filed 2022-11-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. TUESDAY MORNING CORP/DE 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-Q2022-11-22fiscal Q1 202242860000950170-22-025574
10-K2022-09-28fiscal FY 2022431130000950170-22-018973
10-Q2022-05-12fiscal Q3 2022401170000950170-22-009678
10-Q2022-02-03fiscal Q2 2022401130000950170-22-000709
10-Q2021-11-04fiscal Q1 202240810001564590-21-054238
10-K2021-09-13fiscal FY 2021441150001564590-21-047671
10-Q2021-04-29fiscal Q3 2021401120001564590-21-021614
10-Q2021-02-05fiscal Q2 2021401120001564590-21-004404
10-Q2020-11-06fiscal Q1 202139820001564590-20-051683
10-K2020-09-14fiscal FY 2020431610001564590-20-043372
10-Q2020-06-17fiscal Q3 2020401120001564590-20-029587
10-Q2020-02-05fiscal Q2 2020401120001564590-20-003353
10-Q2019-11-05fiscal Q1 202040810001564590-19-040076
10-K2019-08-22fiscal FY 2019411550001564590-19-032779
10-Q2019-05-07fiscal Q3 2019371070001564590-19-016223
10-Q2019-01-31fiscal Q2 2019361020001564590-19-001471
10-Q2018-11-01fiscal Q1 201936740001564590-18-026011
10-K2018-08-21fiscal FY 2018401530001564590-18-022087
10-Q2018-05-03fiscal Q3 201833930001564590-18-010504
10-Q2018-02-01fiscal Q2 201832910001564590-18-001167
10-Q2017-11-02fiscal Q1 201831640001564590-17-020988
10-K2017-08-24fiscal FY 2017351300001564590-17-018010
10-Q2017-05-04fiscal Q3 201732920001564590-17-008570
10-Q2017-02-03fiscal Q2 201732920001564590-17-000925
10-Q2016-10-27fiscal Q1 201731640001564590-16-026304
10-K2016-08-19fiscal FY 2016371360001564590-16-024535
10-Q2016-04-29fiscal Q3 201633930001564590-16-017068
10-Q2016-01-29fiscal Q2 201632920001564590-16-012084
10-Q2015-10-29fiscal Q1 201631640001564590-15-008884
10-K2015-08-20fiscal Q4 2015361350001564590-15-007512
10-Q2015-04-30fiscal Q3 201534980001564590-15-003116
10-Q2015-01-29fiscal Q2 201534980001104659-15-005405
10-Q2014-10-30fiscal Q1 201535710001104659-14-075276
10-K2014-08-21fiscal Q4 2014401450001047469-14-007149
10-Q2014-05-08fiscal Q3 2014361030001104659-14-036527
10-Q2014-01-30fiscal Q2 2014361040001104659-14-005288
10-Q2013-10-31fiscal Q1 201436740001104659-13-079348
10-K2013-08-28fiscal FY 2013431500001047469-13-008730
10-Q2013-04-30fiscal Q3 2013361030001104659-13-035208
10-Q2013-01-31fiscal Q2 2013361040001104659-13-006515
10-Q2012-10-29fiscal Q1 201336740001104659-12-071933
10-K2012-08-30fiscal FY 2012411470001047469-12-008616
10-Q/A2012-05-01fiscal Q3 201235970001104659-12-031389
10-Q2012-01-30fiscal Q2 201235970001104659-12-005036
10-Q2011-10-31fiscal Q1 201235710001104659-11-059191

Inspect the source

Entity
TUESDAY MORNING CORP/DE / CIK 0000878726
Captured
SEC response SHA-256
9050421e2bf9515c5f76d4df1d5337dda130980678292d1967b5d014acd15d1f

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