Skip to main content

cpcs

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

Source Code: [link]

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

Parameters

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

Returns

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