Skip to content

Landsea Homes Corporation: filings

Every Landsea Homes Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-Q2025-05-13fiscal Q1 202536760001721386-25-000018
10-K2025-02-27fiscal FY 2024391090001721386-25-000008
10-Q2024-11-04fiscal Q3 2024361100001721386-24-000023
10-Q2024-08-01fiscal Q2 2024361100001721386-24-000018
10-Q2024-05-02fiscal Q1 202436760001721386-24-000012
10-K2024-02-29fiscal FY 2023391110001721386-24-000007
10-Q2023-11-02fiscal Q3 2023371140001721386-23-000023
10-Q2023-08-01fiscal Q2 2023381160001721386-23-000018
10-Q2023-05-04fiscal Q1 202337780001721386-23-000012
10-K2023-03-09fiscal FY 2022401120001721386-23-000005
10-Q2022-11-03fiscal Q3 2022381170001721386-22-000018
10-Q2022-08-05fiscal Q2 2022371140001721386-22-000014
10-Q2022-05-05fiscal Q1 202238810001721386-22-000007
10-K2022-03-16fiscal FY 2021401110001721386-22-000004
10-Q2021-11-15fiscal Q3 2021371150001721386-21-000015
10-Q2021-08-12fiscal Q2 2021371150001721386-21-000012
10-K/A2021-07-06fiscal FY 202019400001731122-21-001141
10-Q2021-05-17fiscal Q1 202133700001721386-21-000009
10-K2021-03-12fiscal FY 202019400001731122-21-000373
10-Q2020-11-09fiscal Q3 202023660001731122-20-001117
10-Q2020-08-07fiscal Q2 202022620001731122-20-000814
10-Q2020-05-05fiscal Q1 202020440001731122-20-000441
10-K2020-02-24fiscal FY 201919400001731122-20-000201
10-Q2019-11-08fiscal Q3 201922660001731122-19-000663
10-Q2019-08-09fiscal Q2 201922580001731122-19-000453
10-Q2019-05-09fiscal Q1 201920420001731122-19-000232
10-K2019-03-05fiscal FY 201819360001731122-19-000106
10-Q2018-11-13fiscal Q3 201822520001731122-18-000154
10-Q2018-08-13fiscal Q2 201818320001731122-18-000058

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

Inspect the source

Entity
Landsea Homes Corporation / CIK 0001721386
Captured
2026-09-21T17:24:55.726Z
SEC response SHA-256
b994857b49fe75ea7d6523e33cada2a32ebd32f72400108d3f9fea5cd00724cd

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