
TopBuild Corp — Investor Relations & Filings
TopBuild Corp. is an installer and specialty distributor of insulation and related building material products. The company operates through two segments: Installation and Specialty Distribution. The Installation segment provides insulation installation services for residential, commercial, and industrial construction projects. The Specialty Distribution segment distributes insulation, insulation accessories, and other building products, including rain gutters, glass, and windows, to contractors. TopBuild also offers services such as pre-construction plan reviews and home energy analysis.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - TopBuild Corp (0001633931) (Filer) | 2026-05-05 | English | |
| 8-K - TopBuild Corp (0001633931) (Filer) | 2026-05-05 | English | |
| 8-K - TopBuild Corp (0001633931) (Filer) | 2026-04-20 | English | |
| 8-K - TopBuild Corp (0001633931) (Filer) | 2026-04-17 | English | |
| 8-K - TopBuild Corp (0001633931) (Filer) | 2026-04-02 | English | |
| DEFA14A - TopBuild Corp (0001633931) (Filer) | 2026-03-17 | English |
Market data
Market data not available
Price history
Peer group · Other construction installation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
PT Adiwarna Anugerah Abadi Tbk
Provides comprehensive fire protection solutions for high-h…
|
NAIK | ID | Construction |
|
Robs Group Logistic S.A.
Offers design, assembly, and maintenance for warehouse shel…
|
RGLP | PL | Construction |
|
Shanxi Installation Group Co., Ltd.
Largest installation and construction enterprise in Northwe…
|
2520 | HK | Construction |
|
STEEL HAWK BERHAD
Investment holding company providing EPCC and engineering s…
|
— | MY | Construction |
|
Yuanda China Holdings Limited
Engaged in the design, manufacturing, sale, and installatio…
|
2789 | HK | Construction |
TopBuild Corp via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/30552/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30552 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=30552 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=30552 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 30552}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for TopBuild Corp (id: 30552)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.