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

key

Retrieves the key of the domain entity.

name

Retrieves the name of the domain entity.

overview

Retrieves the overview information of the domain entity.

research_reports

Retrieves research reports related to the domain entity.

sector_key

Returns the sector key of the industry.

sector_name

Returns the sector name of the industry.

symbol

Retrieves the symbol of the domain entity.

ticker

Retrieves a Ticker object based on the domain entity's symbol.

top_companies

Retrieves the top companies within the domain entity.

top_growth_companies

Returns the top growth companies in the industry.

top_performing_companies

Returns the top performing companies in the industry.

Methods

__init__(key[, session, proxy])