Skip to main content

cpis

Get number of companies per industry in a specific sector (and specific market cap).

Source Code: [link]

openbb.stocks.sia.cpis(sector: str = "Technology", mktcap: str = "Large", exclude_exchanges: bool = True)

Parameters

NameTypeDescriptionDefaultOptional
sectorstrSelect sector to get number of companies by each industryTechnologyTrue
mktcapstrSelect market cap of companies to consider from Small, Mid and LargeLargeTrue
exclude_exchangesboolExclude international exchangesTrueTrue

Returns

TypeDescription
dictDictionary of industries and number of companies in a specific sector