
Installed Building Products, Inc. — Investor Relations & Filings
Installed Building Products, Inc. is an installation contractor serving the residential new construction and commercial building markets. The company's primary focus is the installation of various insulation types, including fiberglass, spray foam, and cellulose. In addition to insulation, the company installs a diverse portfolio of complementary building products. These offerings include rain gutters, garage doors, closet shelving, shower doors, mirrors, bath hardware, fireplaces, and window blinds. The company operates through a national network of local branches, providing installation services directly to builders.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-20 | English | |
| 8-K | 2026-05-19 | English | |
| 10-Q - Installed Building Products, Inc. (0001580905) (Filer) | 2026-05-07 | English | |
| 8-K - Installed Building Products, Inc. (0001580905) (Filer) | 2026-05-07 | English | |
| ARS - Installed Building Products, Inc. (0001580905) (Filer) | 2026-04-08 | English | |
| SCHEDULE 13G/A - Installed Building Products, Inc. (0001580905) (Subject) | 2026-03-27 | English |
Market data
Market data not available
Price history
Peer group · Other construction installation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
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 |
|
TopBuild Corp
Installer and distributor of insulation and related buildin…
|
BLD | US | Construction |
|
Yuanda China Holdings Limited
Engaged in the design, manufacturing, sale, and installatio…
|
2789 | HK | Construction |
Installed Building Products, Inc. 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/30845/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30845 | 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=30845 | 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=30845 \ -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": 30845}, 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 Installed Building Products, Inc. (id: 30845)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.