
MASTEC INC — Investor Relations & Filings
MasTec Inc. is an infrastructure construction company that provides engineering, design, building, installation, and maintenance services. The company's operations span multiple sectors, including electric power generation and delivery, constructing natural gas power plants, renewable energy facilities such as wind and solar farms, and high-voltage transmission systems. It also builds oil and natural gas pipelines and related infrastructure. In the communications sector, MasTec develops wireless, wireline, and broadband fiber networks. The company's portfolio also includes energy transition solutions like renewable fuels and carbon capture, electric vehicle charging infrastructure, technology deployment for IoT devices, heavy civil projects, and water and sewer systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-22 | English | |
| 8-K - MASTEC INC (0000015615) (Filer) | 2026-04-30 | English | |
| 10-Q | 2026-04-30 | English | |
| ARS - MASTEC INC (0000015615) (Filer) | 2026-04-09 | English | |
| DEFA14A | 2026-04-09 | English | |
| DEF 14A - MASTEC INC (0000015615) (Filer) | 2026-04-09 | English |
Browse filings by year
33 years- 2026 20 filings
- 2025 75 filings
- 2024 91 filings
- 2023 70 filings
- 2022 92 filings
- 2021 58 filings
- 2020 62 filings
- 2019 60 filings
- 2018 53 filings
- 2017 65 filings
- 2016 52 filings
- 2015 85 filings
- 2014 64 filings
- 2013 69 filings
- 2012 98 filings
- 2011 82 filings
- 2010 68 filings
- 2009 58 filings
- 2008 48 filings
- 2007 64 filings
- 2006 50 filings
- 2005 57 filings
- 2004 49 filings
- 2003 41 filings
- 2002 12 filings
- 2001 10 filings
- 2000 18 filings
- 1999 13 filings
- 1998 30 filings
- 1997 23 filings
- 1996 17 filings
- 1995 13 filings
- 1994 20 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46859117 | 8-K | 2026-05-22 | English | ||
| 39218369 | 8-K - MASTEC INC (0000015615) (Filer) | 2026-04-30 | English | ||
| 45856485 | 10-Q | 2026-04-30 | English | ||
| 33937230 | ARS - MASTEC INC (0000015615) (Filer) | 2026-04-09 | English | ||
| 45856486 | DEFA14A | 2026-04-09 | English | ||
| 33937256 | DEF 14A - MASTEC INC (0000015615) (Filer) | 2026-04-09 | English | ||
| 33065690 | 4 - MASTEC INC (0000015615) (Issuer) | 2026-03-27 | English | ||
| 33061687 | SCHEDULE 13G/A - MASTEC INC (0000015615) (Subject) | 2026-03-27 | English | ||
| 33040823 | 144 - MASTEC INC (0000015615) (Subject) | 2026-03-25 | English | ||
| 33002555 | 4 - MASTEC INC (0000015615) (Issuer) | 2026-03-20 | English | ||
| 33002527 | 4 - MASTEC INC (0000015615) (Issuer) | 2026-03-20 | English | ||
| 33002526 | 4 - MASTEC INC (0000015615) (Issuer) | 2026-03-20 | English | ||
| 32874928 | 10-K - MASTEC INC (0000015615) (Filer) | 2026-02-26 | English | ||
| 32874927 | 8-K - MASTEC INC (0000015615) (Filer) | 2026-02-26 | English | ||
| 32874921 | 4 - MASTEC INC (0000015615) (Filer) | 2026-02-18 | English | ||
Market data
Market data not available
Price history
Peer group · Construction of utility projects
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Power Construction Corporation of China,Ltd
Global leader in hydroelectric power, renewable energy, and…
|
601669 | CN | Construction |
|
Power & Instrumentation (Gujarat) Limited
Provides turnkey EPC services for electrical infrastructure…
|
PIGL | IN | Construction |
|
Power Mech Projects Limited
Integrated EPC provider for power plant ETC, O&M, and indus…
|
POWERMECH | IN | Construction |
|
Pratham EPC Projects Limited
Integrated EPC firm for oil, gas, and water pipeline infras…
|
PRATHAM | IN | Construction |
|
Premier Energy and Infrastructure Limited
Provides EPC services for power systems, renewable energy, …
|
533100 | IN | Construction |
|
Prestige Telecom Inc.
A specialized provider of infrastructure support and EF&I s…
|
— | CA | Construction |
|
Primoris Services Corp
Specialty contractor providing infrastructure services to u…
|
PRIM | US | Construction |
|
Promax Power Limited
EPC company specializing in power transmission, distributio…
|
543375 | IN | Construction |
|
PT Meta Epsi Tbk.
Provides comprehensive EPC services for power, oil & gas, a…
|
MTPS | ID | Construction |
|
PT Sumber Mas Konstruksi Tbk
General contractor & interior design, specializing in EPC, …
|
SMKM | ID | Construction |
MASTEC 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/30366/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30366 | 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=30366 | 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=30366 \ -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": 30366}, 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 MASTEC INC (id: 30366)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.