yfinance.Industry#
- class yfinance.Industry(key, session=None, proxy=None)#
Represents an industry within a sector.
- Parameters:
key (str) – The key identifier for the industry.
session (optional) – The session to use for requests.
proxy (optional) – The proxy to use for requests.
Attributes
Retrieves the key of the domain entity.
Retrieves the name of the domain entity.
Retrieves the overview information of the domain entity.
Retrieves research reports related to the domain entity.
Returns the sector key of the industry.
Returns the sector name of the industry.
Retrieves the symbol of the domain entity.
Retrieves a Ticker object based on the domain entity's symbol.
Retrieves the top companies within the domain entity.
Returns the top growth companies in the industry.
Returns the top performing companies in the industry.
Methods
__init__
(key[, session, proxy])