Skip to content

DELTA APPAREL, INC.: filings

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

Filing record ends 2024-05-09

The latest filing in this captured record is a 10-Q filed 2024-05-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. DELTA APPAREL, 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-Q2024-05-09fiscal Q2 2024521420001437749-24-015731
10-Q2024-02-13fiscal Q1 2024511060001437749-24-003901
10-K2023-12-28fiscal FY 2023601270001437749-23-035505
10-Q2023-08-09fiscal Q3 2023521460001437749-23-022791
10-Q2023-05-04fiscal Q2 2023531430001101396-23-000005
10-Q2023-02-07fiscal Q1 2023531100001562762-23-000041
10-K2022-11-21fiscal FY 2022611230001437749-22-027827
10-Q2022-08-04fiscal Q3 2022531480001437749-22-018898
10-Q2022-05-03fiscal Q2 2022531440001437749-22-010666
10-Q2022-02-08fiscal Q1 2022531140001437749-22-002740
10-K2021-11-22fiscal FY 2021611260001437749-21-027229
10-Q2021-08-05fiscal Q3 2021521460001437749-21-018766
10-Q2021-05-06fiscal Q2 2021521420001437749-21-011152
10-Q2021-02-08fiscal Q1 2021511060001437749-21-002224
10-K2020-11-23fiscal FY 2020611220001437749-20-024322
10-Q2020-07-30fiscal Q3 2020541480001437749-20-016063
10-Q2020-04-30fiscal Q2 2020531410001437749-20-009008
10-Q2020-02-03fiscal Q1 2020531060001437749-20-001555
10-K2019-11-21fiscal FY 2019571150001437749-19-023361
10-Q2019-08-01fiscal Q3 2019501410001437749-19-015172
10-Q2019-05-06fiscal Q2 2019491320001101396-19-000067
10-Q2019-02-04fiscal Q1 201948980001101396-19-000018
10-K2018-11-19fiscal FY 2018541100001101396-18-000043
10-Q2018-08-06fiscal Q3 2018461210001101396-18-000029
10-Q2018-05-07fiscal Q2 2018451180001101396-18-000019
10-Q2018-02-05fiscal Q1 201845920001101396-18-000010
10-K2017-11-28fiscal FY 2017511730001101396-17-000045
10-Q2017-08-01fiscal Q3 2017451200001101396-17-000035
10-Q2017-05-08fiscal Q2 2017451200001101396-17-000017
10-Q2017-02-06fiscal Q1 201744900001101396-17-000005
10-K2016-11-29fiscal FY 2016501700001101396-16-000097
10-Q2016-08-08fiscal Q3 2016451210001101396-16-000090
10-Q2016-05-12fiscal Q2 2016451220001101396-16-000083
10-Q2016-02-09fiscal Q1 201645920001101396-16-000068
10-K2015-12-15fiscal FY 2015502010001101396-15-000033
10-Q2015-08-05fiscal Q3 2015451220001101396-15-000026
10-Q2015-05-05fiscal Q2 2015451210001101396-15-000017
10-Q2015-02-05fiscal Q1 201544920001101396-15-000006
10-K2014-12-10fiscal FY 2014502210001101396-14-000032
10-Q2014-08-06fiscal Q3 2014451210001101396-14-000023
10-Q2014-05-07fiscal Q2 2014451210001101396-14-000014
10-Q2014-02-05fiscal Q1 201444910001101396-14-000005
10-K2013-08-29fiscal FY 2013501710001101396-13-000025
10-Q2013-05-07fiscal Q3 2013441190001101396-13-000018
10-Q2013-02-05fiscal Q2 2013411120001101396-13-000011
10-Q2012-11-06fiscal Q1 201344910001101396-12-000035
10-K2012-09-28fiscal FY 2012501710001101396-12-000027
10-Q2012-05-09fiscal Q3 2012421080001101396-12-000015
10-Q2012-02-07fiscal Q2 2012421080001101396-12-000011
10-Q2011-11-03fiscal Q1 201242860001101396-11-000026

Inspect the source

Entity
DELTA APPAREL, INC. / CIK 0001101396
Captured
SEC response SHA-256
51c07d67580d3373659ed0908560a6353202b9520e75aa0f30035eb36721a8dd

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