Skip to content

Lamb Weston Holdings, Inc.: filings

Every Lamb Weston Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-K2026-07-24fiscal FY 2026481250001679273-26-000026
10-Q2026-04-01fiscal Q3 2026401100001679273-26-000013
10-Q2025-12-19fiscal Q2 2026401100001679273-25-000076
10-Q2025-09-30fiscal Q1 202640840001679273-25-000070
10-K2025-07-23fiscal FY 2025481250001679273-25-000049
10-Q2025-04-03fiscal Q3 2025401100001679273-25-000026
10-Q2024-12-20fiscal Q2 2025401100001679273-24-000087
10-Q2024-10-02fiscal Q1 202540840001679273-24-000073
10-K2024-07-24fiscal FY 2024471210001679273-24-000036
10-Q2024-04-04fiscal Q3 2024431220001679273-24-000021
10-Q2024-01-04fiscal Q2 2024431220001558370-24-000050
10-Q2023-10-05fiscal Q1 202443900001558370-23-016256
10-K2023-07-25fiscal FY 2023501310001558370-23-012203
10-Q2023-04-06fiscal Q3 2023441240001558370-23-005546
10-Q2023-01-05fiscal Q2 2023441240001558370-23-000048
10-Q2022-10-05fiscal Q1 202344920001558370-22-014848
10-K2022-07-27fiscal FY 2022511330001558370-22-011121
10-Q2022-04-07fiscal Q3 2022441240001558370-22-005152
10-Q2022-01-06fiscal Q2 2022441240001558370-22-000090
10-Q2021-10-07fiscal Q1 202244920001558370-21-013063
10-K2021-07-27fiscal FY 2021511320001558370-21-009330
10-Q2021-04-07fiscal Q3 2021441220001558370-21-004037
10-Q2021-01-07fiscal Q2 2021441220001558370-21-000077
10-Q2020-10-07fiscal Q1 202144920001558370-20-011400
10-K2020-07-28fiscal FY 2020511710001558370-20-008501
10-Q2020-04-01fiscal Q3 2020491310001558370-20-003511
10-Q2020-01-03fiscal Q2 2020481290001558370-20-000031
10-Q2019-10-02fiscal Q1 202048990001558370-19-008763
10-K2019-07-25fiscal FY 2019501710001558370-19-006311
10-Q2019-04-02fiscal Q3 2019441240001558370-19-002742
10-Q2019-01-04fiscal Q2 2019441200001558370-19-000033
10-Q2018-10-02fiscal Q1 201944900001558370-18-007616
10-K2018-07-26fiscal FY 2018481670001558370-18-005726
10-Q2018-04-05fiscal Q3 2018471270001558370-18-002794
10-Q2018-01-04fiscal Q2 2018461260001558370-18-000022
10-Q2017-10-04fiscal Q1 201847950001558370-17-007269
10-K2017-07-25fiscal FY 2017501700001558370-17-005308
10-Q2017-04-06fiscal Q3 2017451220001558370-17-002479
10-Q2017-01-10fiscal Q2 2017461240001558370-17-000080

Inspect the source

Entity
Lamb Weston Holdings, Inc. / CIK 0001679273
Captured
2026-09-21T17:24:47.025Z
SEC response SHA-256
6167e852660a7a76a4891fe781fd4b24a4426999209ad9e29e4e46b800d51ff9

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