import yfinance as yf tech = yf.Sector('technology') software = yf.Industry('software-infrastructure') # Common information tech.key tech.name tech.symbol tech.ticker tech.overview tech.top_companies tech.research_reports # Sector information tech.top_etfs tech.top_mutual_funds tech.industries # Industry information software.sector_key software.sector_name software.top_performing_companies software.top_growth_companies