Skip to content

LGI HOMES, INC.: filings

Every LGI HOMES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-04fiscal Q2 202632920001580670-26-000072
10-Q2026-04-28fiscal Q1 202634720001580670-26-000048
10-K2026-02-20fiscal FY 2025411110001580670-26-000019
10-Q2025-11-04fiscal Q3 2025341020001580670-25-000076
10-Q2025-08-05fiscal Q2 202534980001580670-25-000058
10-Q2025-04-30fiscal Q1 202534720001580670-25-000043
10-K2025-02-26fiscal FY 2024411100001580670-25-000016
10-Q2024-11-05fiscal Q3 2024341020001580670-24-000052
10-Q2024-07-30fiscal Q2 202434980001580670-24-000037
10-Q2024-04-30fiscal Q1 202434720001580670-24-000029
10-K2024-02-20fiscal FY 2023401070001580670-24-000012
10-Q2023-10-31fiscal Q3 2023331000001580670-23-000093
10-Q2023-08-02fiscal Q2 202333960001580670-23-000086
10-Q2023-05-02fiscal Q1 202333700001580670-23-000075
10-K2023-02-21fiscal FY 2022401070001580670-23-000020
10-Q2022-11-01fiscal Q3 2022331000001580670-22-000081
10-Q2022-08-02fiscal Q2 202233960001580670-22-000073
10-Q2022-05-03fiscal Q1 202233690001580670-22-000058
10-K2022-02-15fiscal FY 2021401530001580670-22-000023
10-Q2021-11-02fiscal Q3 2021331000001580670-21-000097
10-Q2021-08-03fiscal Q2 202133960001580670-21-000084
10-Q2021-05-04fiscal Q1 202133690001580670-21-000058
10-K2021-02-25fiscal FY 2020401530001580670-21-000020
10-Q2020-11-03fiscal Q3 2020331000001580670-20-000085
10-Q2020-08-04fiscal Q2 202033960001580670-20-000062
10-Q2020-05-05fiscal Q1 202033700001580670-20-000048
10-K2020-02-25fiscal FY 2019401530001580670-20-000017
10-Q2019-11-05fiscal Q3 201932970001580670-19-000087
10-Q2019-08-06fiscal Q2 201932930001580670-19-000074
10-Q2019-05-07fiscal Q1 201932660001580670-19-000057
10-K2019-02-26fiscal FY 2018371470001580670-19-000022
10-Q2018-11-06fiscal Q3 201829820001580670-18-000064
10-Q2018-08-07fiscal Q2 201829820001580670-18-000051
10-Q2018-05-08fiscal Q1 201829600001580670-18-000030
10-K2018-02-27fiscal FY 2017361440001580670-18-000011
10-Q2017-11-07fiscal Q3 201729820001580670-17-000068
10-Q2017-08-08fiscal Q2 201729820001580670-17-000056
10-Q2017-05-09fiscal Q1 201729600001580670-17-000039
10-K2017-03-07fiscal FY 2016371470001580670-17-000017
10-Q2016-11-08fiscal Q3 201628800001580670-16-000239
10-Q2016-08-09fiscal Q2 201628800001580670-16-000222
10-Q2016-05-10fiscal Q1 201629600001580670-16-000204
10-K2016-03-09fiscal FY 2015361340001580670-16-000172
10-Q2015-11-04fiscal Q3 201529810001580670-15-000124
10-Q2015-08-05fiscal Q2 201529820001580670-15-000095
10-Q2015-05-07fiscal Q1 201528580001580670-15-000067
10-K2015-03-13fiscal FY 2014361310001580670-15-000023
10-Q2014-11-12fiscal Q3 201432840001580670-14-000069
10-Q2014-08-12fiscal Q2 201432840001580670-14-000026
10-Q2014-05-15fiscal Q1 201432620001580670-14-000019
10-K2014-03-31fiscal FY 2013361200001445305-14-001234

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

Inspect the source

Entity
LGI HOMES, INC. / CIK 0001580670
Captured
2026-09-20T09:22:39.111Z
SEC response SHA-256
5020d3a381612906b570fbfa57086a103eda93ce402b82d5b6adb6d9aaee923d

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