Skip to main content

cpic

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

Source Code: [link]

openbb.stocks.sia.cpic(country: str = "United States", mktcap: str = "Large", exclude_exchanges: bool = True)

Parameters

NameTypeDescriptionDefaultOptional
countrystrSelect country to get number of companies by each industryUnited StatesTrue
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 country