Skip to content

Century Communities, Inc.: filings

Every Century Communities, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-07-23fiscal Q2 202633930001576940-26-000057
10-Q2026-04-23fiscal Q1 202632690001576940-26-000026
10-K2026-01-29fiscal FY 202535970001576940-26-000005
10-Q2025-10-23fiscal Q3 202531890001576940-25-000069
10-Q2025-07-24fiscal Q2 202531890001576940-25-000056
10-Q2025-04-24fiscal Q1 202530650001576940-25-000029
10-K2025-01-30fiscal FY 202435970001576940-25-000006
10-Q2024-10-24fiscal Q3 202431890001576940-24-000074
10-Q2024-07-25fiscal Q2 202431890001576940-24-000059
10-Q2024-04-25fiscal Q1 202430640001576940-24-000037
10-K2024-02-05fiscal FY 202335960001576940-24-000005
10-Q2023-10-26fiscal Q3 202331890001576940-23-000084
10-Q2023-07-27fiscal Q2 202331890001576940-23-000066
10-Q2023-04-27fiscal Q1 202331650001576940-23-000034
10-K2023-02-02fiscal FY 202236980001576940-23-000005
10-Q2022-10-27fiscal Q3 202233920001576940-22-000085
10-Q2022-07-28fiscal Q2 202233920001576940-22-000066
10-Q2022-04-28fiscal Q1 202233700001576940-22-000038
10-K2022-02-03fiscal FY 2021371300001576940-22-000006
10-Q2021-10-28fiscal Q3 202131890001576940-21-000104
10-Q2021-07-29fiscal Q2 202131890001576940-21-000082
10-Q2021-04-29fiscal Q1 202131670001576940-21-000047
10-K2021-02-05fiscal FY 2020381330001576940-21-000009
10-Q2020-10-29fiscal Q3 202033910001576940-20-000065
10-Q2020-07-29fiscal Q2 202033910001576940-20-000052
10-Q2020-04-30fiscal Q1 202032680001576940-20-000030
10-K2020-02-07fiscal FY 2019401370001562762-20-000031
10-Q2019-10-30fiscal Q3 201936960001576940-19-000080
10-Q2019-07-31fiscal Q2 201936960001576940-19-000068
10-Q2019-05-03fiscal Q1 201935710001576940-19-000052
10-K2019-02-13fiscal FY 2018381360001576940-19-000023
10-Q2018-11-07fiscal Q3 201832870001576940-18-000103
10-Q2018-08-03fiscal Q2 201832870001576940-18-000096
10-Q2018-05-09fiscal Q1 201832670001576940-18-000082
10-K2018-03-01fiscal FY 2017391310001576940-18-000052
10-Q2017-11-03fiscal Q3 201729770001576940-17-000105
10-Q2017-08-04fiscal Q2 201728760001576940-17-000087
10-Q2017-05-05fiscal Q1 201728560001576940-17-000052
10-K2017-02-15fiscal FY 2016341130001576940-17-000023
10-Q2016-11-02fiscal Q3 201628760001576940-16-000087
10-Q2016-08-03fiscal Q2 201629800001576940-16-000062
10-Q2016-05-06fiscal Q1 201626530001576940-16-000034
10-K2016-02-19fiscal FY 2015351140001576940-16-000025
10-Q2015-11-06fiscal Q3 201527680001576940-15-000015
10-Q2015-08-07fiscal Q2 201528700001562762-15-000222
10-Q2015-05-08fiscal Q1 201528560001562762-15-000129
10-K2015-03-06fiscal FY 201436930001562762-15-000061
10-Q2014-11-14fiscal Q3 201427720001562762-14-000325
10-Q2014-08-13fiscal Q2 201426690001562762-14-000228

Inspect the source

Entity
Century Communities, Inc. / CIK 0001576940
Captured
2026-09-20T09:22:00.636Z
SEC response SHA-256
fd3a5e39a132d14028ff891663c14a18f5d1ab291c84a21fa2cb8bde10c87e2f

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