Skip to content

SERITAGE GROWTH PROPERTIES: filings

Every SERITAGE GROWTH PROPERTIES annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-14fiscal Q2 202629890001193125-26-352329
10-Q2026-05-15fiscal Q1 202629610001193125-26-224751
10-K2026-03-31fiscal FY 202529590001193125-26-134736
10-Q2025-11-14fiscal Q3 202529890001193125-25-283262
10-Q2025-08-14fiscal Q2 202529890000950170-25-108985
10-Q2025-05-15fiscal Q1 202529610000950170-25-072777
10-K2025-03-31fiscal FY 202428570000950170-25-047860
10-Q2024-11-12fiscal Q3 202429890000950170-24-125603
10-Q2024-08-14fiscal Q2 202428870000950170-24-097088
10-Q2024-05-10fiscal Q1 202428590000950170-24-057853
10-K2024-04-01fiscal FY 202327750000950170-24-039550
10-Q2023-11-08fiscal Q2 202329900000950170-23-061211
10-Q2023-08-14fiscal Q2 202329900000950170-23-042504
10-Q2023-05-10fiscal Q1 202329610000950170-23-020067
10-K2023-03-14fiscal FY 202227750000950170-23-007891
10-Q2022-11-09fiscal Q3 202228870000950170-22-023552
10-Q2022-08-09fiscal Q2 202228860000950170-22-016159
10-Q2022-05-10fiscal Q1 202229600000950170-22-009065
10-K2022-03-16fiscal FY 202127810000950170-22-003827
10-Q2021-11-04fiscal Q3 202127850000950170-21-002944
10-Q2021-08-09fiscal Q2 202127830001564590-21-042692
10-Q2021-04-30fiscal Q1 202126530001564590-21-022521
10-K2021-03-15fiscal FY 202026720001564590-21-013212
10-Q2020-11-09fiscal Q3 202027830001564590-20-052125
10-Q2020-08-07fiscal Q2 202027830001564590-20-038493
10-Q2020-05-11fiscal Q1 202027550001564590-20-024344
10-K2020-03-02fiscal FY 2019291310001564590-20-008210
10-Q2019-11-01fiscal Q3 201928840001564590-19-039425
10-Q2019-08-02fiscal Q2 201928860001564590-19-028376
10-Q2019-05-03fiscal Q1 201928550001564590-19-015735
10-K2019-03-01fiscal FY 2018251250001564590-19-005833
10-Q2018-11-02fiscal Q3 201826790001564590-18-026525
10-Q2018-08-03fiscal Q2 201826810001564590-18-019171
10-Q2018-05-04fiscal Q1 201823490001564590-18-011029
10-K2018-02-28fiscal FY 2017231160001564590-18-003848
10-Q2017-11-03fiscal Q3 201722700001564590-17-021550
10-Q2017-08-04fiscal Q2 201718550001564590-17-015670
10-Q2017-05-05fiscal Q1 201718390001564590-17-009143
10-K2017-03-01fiscal FY 201618610001564590-17-003120
10-Q2016-11-04fiscal Q3 201618470001564590-16-027707
10-Q2016-08-05fiscal Q2 201618340001193125-16-672514
10-Q2016-05-06fiscal Q1 201619270001193125-16-581972
10-K2016-03-11fiscal FY 201519280001193125-16-501519
10-Q2015-11-13fiscal Q3 201522230001193125-15-377148

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

Inspect the source

Entity
SERITAGE GROWTH PROPERTIES / CIK 0001628063
Captured
2026-09-21T17:21:59.677Z
SEC response SHA-256
a1383170e1e3779199c9df9cc7b6b737464a52fd4ce50a067eec92e9aa6c9e4a

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