Skip to content

SMITHFIELD FOODS, INC.: filings

Every SMITHFIELD FOODS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-Q2026-08-11fiscal Q2 2026391160000091388-26-000051
10-Q2026-04-28fiscal Q1 202640820000091388-26-000033
10-K2026-03-24fiscal FY 2025541420000091388-26-000014
10-Q2025-10-28fiscal Q3 2025371120000091388-25-000082
10-Q2025-08-12fiscal Q2 2025361080000091388-25-000068
10-Q2025-04-29fiscal Q1 202536740000091388-25-000044
10-K2025-03-25fiscal FY 2024551430000091388-25-000017
10-Q2016-10-26fiscal Q3 201634860000091388-16-000076
10-Q2016-08-16fiscal Q2 201634860000091388-16-000074
10-Q2016-04-28fiscal Q1 201633680000091388-16-000067
10-K2016-03-29fiscal FY 20158410000091388-16-000064
10-Q2015-10-28fiscal Q3 201534860000091388-15-000053
10-Q2015-08-12fiscal Q2 201534860000091388-15-000044
10-Q2015-04-29fiscal Q1 201533680001628280-15-003002
10-Q2014-11-07fiscal Q3 201420400000091388-14-000038
10-Q2014-08-11fiscal Q2 201420400000091388-14-000028
10-Q2014-05-14fiscal Q1 201420400000091388-14-000018
10-Q2013-09-06fiscal Q1 201438780000091388-13-000064
10-K2013-06-18fiscal FY 2013481660000091388-13-000040
10-Q2013-03-08fiscal Q3 201337990000091388-13-000007
10-Q2012-12-06fiscal Q2 201337990000091388-12-000048
10-Q2012-09-06fiscal Q1 201337770000091388-12-000041
10-K2012-06-18fiscal FY 2012471630000091388-12-000027
10-Q2012-03-09fiscal Q3 201236940000091388-12-000014
10-Q2011-12-09fiscal Q2 201236940000091388-11-000061
10-Q2011-09-09fiscal Q1 201236740000091388-11-000053
10-K2011-06-17fiscal FY 201136930000091388-11-000038
10-Q2011-03-11fiscal Q3 201133880000091388-11-000019
10-Q2010-12-10fiscal Q2 201133880000091388-10-000049
10-Q2010-09-09fiscal Q1 201134700000091388-10-000035

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
SMITHFIELD FOODS, INC. / CIK 0000091388
Captured
2026-09-19T14:52:26.890Z
SEC response SHA-256
573c69c8e36c496369520e20a0962e59cd6d5c0dc0c35eaffb04f53f32ad47ce

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