======================= API Reference ======================= Overview -------- The `yfinance` package provides easy access to Yahoo! Finance's API to retrieve market data. It includes classes and functions for downloading historical market data, accessing ticker information, managing cache, and more. Public API ========== The following are the publicly available classes, and functions exposed by the `yfinance` package: - :attr:`Ticker `: Class for accessing single ticker data. - :attr:`Tickers `: Class for handling multiple tickers. - :attr:`Sector `: Domain class for accessing sector information. - :attr:`Industry `: Domain class for accessing industry information. - :attr:`download `: Function to download market data for multiple tickers. - :attr:`EquityQuery `: Class to build equity market query. - :attr:`Screener `: Class to screen the market using defined query. - :attr:`enable_debug_mode `: Function to enable debug mode for logging. - :attr:`set_tz_cache_location `: Function to set the timezone cache location. .. toctree:: :maxdepth: 1 :hidden: yfinance.ticker_tickers yfinance.sector_industry yfinance.functions