Skip to content

SANDERSON FARMS INC: filings

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

Filing record ends 2022-05-27

The latest filing in this captured record is a 10-Q filed 2022-05-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. SANDERSON FARMS 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-Q2022-05-27fiscal Q2 2022421180000812128-22-000009
10-Q2022-02-24fiscal Q1 202242880000812128-22-000006
10-K2021-12-21fiscal FY 2021461430000812128-21-000014
10-Q2021-08-26fiscal Q3 2021411180000812128-21-000010
10-Q2021-05-27fiscal Q2 2021401120000812128-21-000007
10-Q2021-02-25fiscal Q1 202140840000812128-21-000003
10-K2020-12-17fiscal FY 2020481450000812128-20-000017
10-Q2020-08-27fiscal Q3 2020421180000812128-20-000014
10-Q2020-05-28fiscal Q2 2020421140000812128-20-000010
10-Q2020-02-27fiscal Q1 202043880000812128-20-000005
10-K2019-12-19fiscal FY 2019451420000812128-19-000017
10-Q2019-08-29fiscal Q3 2019391140000812128-19-000010
10-Q2019-05-30fiscal Q2 2019391100000812128-19-000007
10-Q2019-02-26fiscal Q1 201939820000812128-19-000003
10-K2018-12-20fiscal FY 2018441400000812128-18-000013
10-Q2018-08-23fiscal Q3 2018391040000812128-18-000008
10-Q2018-05-24fiscal Q2 2018381020000812128-18-000004
10-Q2018-02-21fiscal Q1 201838780000812128-18-000002
10-K2017-12-14fiscal FY 2017431370000812128-17-000011
10-Q2017-08-24fiscal Q3 2017381020000812128-17-000009
10-Q2017-05-25fiscal Q2 2017381020000812128-17-000005
10-Q2017-02-23fiscal Q1 201738780000812128-17-000003
10-K2016-12-15fiscal FY 2016441390000812128-16-000024
10-Q2016-08-25fiscal Q3 2016391040000812128-16-000020
10-Q2016-05-26fiscal Q2 2016391040001628280-16-016727
10-Q2016-02-25fiscal Q1 201638780000812128-16-000018
10-K2015-12-17fiscal FY 2015431370000812128-15-000014
10-Q2015-08-25fiscal Q3 2015391040000812128-15-000008
10-Q2015-05-28fiscal Q2 2015391040000812128-15-000004
10-Q2015-02-24fiscal Q1 201535720001628280-15-000964
10-K2014-12-18fiscal FY 2014411320001445305-14-005601
10-Q2014-08-26fiscal Q3 201435960001193125-14-320628
10-Q2014-05-29fiscal Q2 2014381040001193125-14-216067
10-Q2014-02-25fiscal Q1 201438780001193125-14-066082
10-K2013-12-17fiscal FY 2013401290001193125-13-475265
10-Q2013-08-27fiscal Q3 2013371000001193125-13-347241
10-Q2013-05-30fiscal Q2 2013371000001193125-13-240340
10-Q2013-02-21fiscal Q1 201334700001193125-13-068318
10-K2012-12-18fiscal FY 2012431340001193125-12-505706
10-Q2012-08-28fiscal Q3 201235960001193125-12-370684
10-Q2012-05-29fiscal Q2 201235960001193125-12-250127
10-Q2012-02-28fiscal Q1 201235720001193125-12-083477
10-K2011-12-20fiscal FY 2011421310001193125-11-346606
10-Q2011-08-25fiscal Q3 201132840001193125-11-232139
10-Q2011-05-24fiscal Q2 201132840000950123-11-053360
10-Q2011-02-24fiscal Q1 201131640000950123-11-017541

Inspect the source

Entity
SANDERSON FARMS INC / CIK 0000812128
Captured
SEC response SHA-256
83e9bf6a5511053327649dfdc433bdb4c7603d3c274c05fa307bdf5056f5168d

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