Skip to content

TopBuild Corp: filings

Every TopBuild Corp 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-05-05fiscal Q1 2026491020001104659-26-055233
10-K2026-02-26fiscal FY 2025571480001104659-26-020481
10-Q2025-11-04fiscal Q3 2025491430001104659-25-106265
10-Q2025-08-05fiscal Q2 2025491390001558370-25-010279
10-Q2025-05-06fiscal Q1 2025491020001558370-25-006488
10-K2025-02-25fiscal FY 2024571470001558370-25-001495
10-Q2024-11-05fiscal Q3 2024491410001558370-24-014427
10-Q2024-08-06fiscal Q2 2024491370001558370-24-011080
10-Q2024-05-07fiscal Q1 2024481000001558370-24-007039
10-K2024-02-28fiscal FY 2023571470001558370-24-001999
10-Q2023-10-31fiscal Q3 2023491410001558370-23-017115
10-Q2023-08-03fiscal Q2 2023491370001558370-23-013206
10-Q2023-05-04fiscal Q1 2023491020001558370-23-008090
10-K2023-02-23fiscal FY 2022571490001558370-23-001903
10-Q2022-11-01fiscal Q3 2022491420001558370-22-015789
10-Q2022-08-02fiscal Q2 2022511410001558370-22-011637
10-Q2022-05-05fiscal Q1 2022511050001558370-22-007349
10-K2022-02-22fiscal FY 2021561450001558370-22-001590
10-Q2021-11-02fiscal Q3 2021481370001558370-21-014088
10-Q2021-08-03fiscal Q2 2021481330001558370-21-009981
10-Q2021-05-06fiscal Q1 202148990001558370-21-006206
10-K2021-02-23fiscal FY 2020531860001558370-21-001466
10-Q2020-11-03fiscal Q3 2020491390001558370-20-012406
10-Q2020-08-04fiscal Q2 2020491350001558370-20-009136
10-Q2020-05-05fiscal Q1 2020491010001558370-20-005183
10-K2020-02-25fiscal FY 2019531840001558370-20-001326
10-Q2019-10-31fiscal Q3 2019491370001558370-19-009568
10-Q2019-08-01fiscal Q2 2019491320001558370-19-006808
10-Q2019-05-07fiscal Q1 201949980001558370-19-004246
10-K2019-02-26fiscal FY 2018521860001558370-19-001088
10-Q2018-11-06fiscal Q3 2018451260001558370-18-008625
10-Q2018-08-07fiscal Q2 2018451250001558370-18-006582
10-Q2018-05-08fiscal Q1 201845920001558370-18-004296
10-K2018-02-27fiscal FY 2017491670001558370-18-001168
10-Q2017-11-07fiscal Q3 2017421140001558370-17-008380
10-Q2017-08-08fiscal Q2 2017431160001558370-17-006273
10-Q2017-05-09fiscal Q1 201739820001558370-17-003976
10-K2017-02-28fiscal FY 2016441540001558370-17-001142
10-Q2016-11-09fiscal Q3 2016411170001558370-16-009817
10-Q2016-08-04fiscal Q2 2016411170001558370-16-007382
10-Q2016-05-11fiscal Q1 201640830001558370-16-005873
10-K2016-03-03fiscal FY 2015441520001558370-16-003817
10-Q2015-11-03fiscal Q3 201535960001558370-15-002171
10-Q2015-08-11fiscal Q2 201534930001558370-15-001603

Inspect the source

Entity
TopBuild Corp / CIK 0001633931
Captured
2026-09-21T17:22:25.314Z
SEC response SHA-256
049b128c9ee1adbb222d14a446344300c6b8ac56362aed4142b26b1bd30227f5

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