
QXO, Inc. — Investor Relations & Filings
QXO, Inc. is a distributor of building products for commercial and residential construction. The company's core offerings include a wide range of roofing and waterproofing materials. It also supplies complementary products such as siding, windows, decking, insulation, specialty lumber, and air barrier systems. QXO primarily serves construction contractors and professionals, providing digital tools, including a mobile application, to facilitate order management, delivery tracking, and account services, aiming to improve operational efficiency for its customers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| S-4 | 2026-05-15 | English | |
| FORM 8-K | 2026-05-15 | English | |
| S-8 - QXO, Inc. (0001236275) (Filer) | 2026-05-13 | English | |
| 8-K - QXO, Inc. (0001236275) (Filer) | 2026-05-11 | English | |
| 8-K - QXO, Inc. (0001236275) (Filer) | 2026-04-29 | English | |
| 424B7 - QXO, Inc. (0001236275) (Filer) | 2026-04-29 | English |
Browse filings by year
24 years- 2026 30 filings
- 2025 134 filings
- 2024 104 filings
- 2023 39 filings
- 2022 15 filings
- 2021 19 filings
- 2020 23 filings
- 2019 25 filings
- 2018 28 filings
- 2017 14 filings
- 2016 13 filings
- 2015 33 filings
- 2014 12 filings
- 2013 10 filings
- 2012 10 filings
- 2011 15 filings
- 2010 13 filings
- 2009 8 filings
- 2008 7 filings
- 2007 22 filings
- 2006 33 filings
- 2005 29 filings
- 2004 19 filings
- 2003 7 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46383292 | S-4 | 2026-05-15 | English | ||
| 46383289 | FORM 8-K | 2026-05-15 | English | ||
| 45765143 | S-8 - QXO, Inc. (0001236275) (Filer) | 2026-05-13 | English | ||
| 44934306 | 8-K - QXO, Inc. (0001236275) (Filer) | 2026-05-11 | English | ||
| 38828548 | 8-K - QXO, Inc. (0001236275) (Filer) | 2026-04-29 | English | ||
| 38825073 | 424B7 - QXO, Inc. (0001236275) (Filer) | 2026-04-29 | English | ||
| 34690300 | 8-K - QXO, Inc. (0001236275) (Filer) | 2026-04-20 | English | ||
| 33135331 | 8-K - QXO, Inc. (0001236275) (Filer) | 2026-04-01 | English | ||
| 33062654 | SCHEDULE 13G/A - QXO, Inc. (0001236275) (Subject) | 2026-03-27 | English | ||
| 33042865 | 3 - QXO, Inc. (0001236275) (Issuer) | 2026-03-25 | English | ||
| 33024447 | ARS - QXO, Inc. (0001236275) (Filer) | 2026-03-24 | English | ||
| 33024446 | DEFA14A - QXO, Inc. (0001236275) (Filer) | 2026-03-24 | English | ||
| 33024457 | DEF 14A - QXO, Inc. (0001236275) (Filer) | 2026-03-24 | English | ||
| 32889111 | 10-K - QXO, INC. (0001236275) (Filer) | 2026-02-27 | English | ||
| 32889110 | 8-K - QXO, INC. (0001236275) (Filer) | 2026-02-25 | English | ||
Market data
Market data not available
Price history
Peer group · Wholesale of construction materials, hardware, plumbing and heating equipment and supplies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
POOL CORP
The world's largest wholesale distributor of swimming pool …
|
POOL | US | Wholesale and retail trade |
|
PORTUENSE FERRAGENS S/A
Distributor of hardware, tools, and equipment for construct…
|
— | BR | Wholesale and retail trade |
|
PT Mitra Angkasa Sejahtera Tbk
Provides high-quality bolts, nuts, and various fastening pr…
|
BAUT | ID | Wholesale and retail trade |
|
PT Surya Pertiwi Tbk
Leading distributor of sanitary wares, bathroom fittings, a…
|
SPTO | ID | Wholesale and retail trade |
|
REECE LIMITED
Distributor of plumbing, waterworks, and HVAC-R products fo…
|
REH | AU | Wholesale and retail trade |
|
Rexel
Distributor of electrical products and solutions for the en…
|
RXL | FR | Wholesale and retail trade |
|
RIBOLDI S A
Comprehensive supplier of building materials, sanitary ware…
|
— | AR | Wholesale and retail trade |
|
SAFTEC CO.,LTD.
Develops, sells, and rents safety products for civil engine…
|
7464 | JP | Wholesale and retail trade |
|
SALIRAN GROUP BERHAD
Supplier and distributor of pipes, fittings, valves, and st…
|
— | MY | Wholesale and retail trade |
|
SAMSE
Wholesale distributor of building materials and tools for p…
|
SAMS | FR | Wholesale and retail trade |
QXO, 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/30485/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30485 | 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=30485 | 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=30485 \ -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": 30485}, 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 QXO, Inc. (id: 30485)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.