Skip to content

Lands’ End, Inc.: filings

Every Lands’ End, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-09-03fiscal Q2 2026471540001193125-26-381873
10-Q2026-06-09fiscal Q1 2026471160001193125-26-263736
10-K2026-03-26fiscal FY 2025541430001193125-26-126210
10-Q2025-12-09fiscal Q3 2025471580001193125-25-312757
10-Q2025-09-09fiscal Q2 2025471540000950170-25-113837
10-Q2025-06-05fiscal Q1 2025471160000950170-25-082338
10-K2025-03-27fiscal FY 2024551460000950170-25-046044
10-Q2024-12-05fiscal Q3 2024471570000950170-24-133682
10-Q2024-09-05fiscal Q2 2024481550000950170-24-104054
10-Q2024-06-05fiscal Q1 2024491210000950170-24-069354
10-K2024-04-03fiscal FY 2023561510000950170-24-041066
10-Q2023-12-05fiscal Q3 2023491610000950170-23-068256
10-Q2023-08-31fiscal Q2 2023491580000950170-23-045792
10-Q2023-06-01fiscal Q1 2023491220000950170-23-025716
10-K2023-04-10fiscal FY 2022551450000950170-23-012307
10-Q2022-12-01fiscal Q3 2022491610001564590-22-038838
10-Q2022-09-01fiscal Q2 2022491570001564590-22-030767
10-Q2022-06-02fiscal Q1 2022481200001564590-22-022248
10-K2022-03-24fiscal FY 2022541430001564590-22-011688
10-Q2021-12-02fiscal Q3 2021481600001564590-21-059169
10-Q2021-09-02fiscal Q2 2021491590001564590-21-046967
10-Q2021-06-02fiscal Q1 2021491230001564590-21-031392
10-K2021-03-25fiscal FY 2020531390001564590-21-015555
10-Q2020-12-03fiscal Q3 2020471550001564590-20-056082
10-Q2020-09-09fiscal Q2 2020481540001564590-20-043000
10-Q2020-07-22fiscal Q1 2020471180001564590-20-033059
10-K2020-03-23fiscal FY 2019501780001564590-20-012223
10-Q2019-12-03fiscal Q3 2019451700000799288-19-000088
10-Q2019-09-05fiscal Q2 2019451570000799288-19-000078
10-Q2019-06-04fiscal Q1 2019441160000799288-19-000068
10-K2019-03-28fiscal FY 2018461680000799288-19-000030
10-Q2018-12-06fiscal Q3 2018421400000799288-18-000064
10-Q2018-09-06fiscal Q2 2018421400000799288-18-000055
10-Q2018-06-12fiscal Q1 2018411040000799288-18-000045
10-K2018-03-29fiscal FY 2017441580000799288-18-000022
10-Q2017-12-05fiscal Q3 2017401340000799288-17-000125
10-Q2017-09-01fiscal Q2 2017401340000799288-17-000106
10-Q2017-06-06fiscal Q1 2017401010000799288-17-000084
10-K2017-03-31fiscal FY 2016471590000799288-17-000041
10-Q2016-12-01fiscal Q3 2016401340000799288-16-000197
10-Q2016-09-01fiscal Q2 2016401340000799288-16-000175
10-Q2016-06-02fiscal Q1 2016401000000799288-16-000156
10-K2016-04-01fiscal FY 2015471620000799288-16-000122
10-Q2015-12-03fiscal Q3 2015411390000799288-15-000100
10-Q2015-09-03fiscal Q2 2015411390000799288-15-000090
10-Q2015-06-09fiscal Q1 201540990000799288-15-000051
10-K2015-04-17fiscal FY 2014471530000799288-15-000017
10-Q2014-12-10fiscal Q3 2014401300000799288-14-000051
10-Q2014-09-10fiscal Q2 2014401320000799288-14-000028
10-Q2014-06-12fiscal Q1 2014401010000799288-14-000015

Inspect the source

Entity
Lands’ End, Inc. / CIK 0000799288
Captured
2026-09-19T15:05:15.511Z
SEC response SHA-256
698e9139dd9dfea1357b5cf2d2670795b0ba7d398ecdce83b22371b08c1df742

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