symbols as a query parameter_format_data in the :code:_YahooFinance class to account for dates held in listspip install yahooquery[premium]Ticker, :code:Screener, and :code:Research classes now accept the
keyword argument :code:progress. If set to :code:True, a progress bar will
be displayed when downloading data. The default value is :code:Falsesearch function. This allows you to query Yahoo Finance for anything.
Search for a company via cusip, ISIN Number, name, etc. The function returns a dictionary
containing most relevant quotes and news items. You can also provide an argument :code:first_quote
that returns only the most relevant quote from the querycurrency_converter function. This will retrieve the current conversion rate between
two specified currencies as well as historical rates over a specified period.symbols argument to the :code:Ticker class now accepts any iterable. The strings
will also be converted to uppercase.Ticker class: :code:quotes,
:code:corporate_events, :code:all_financial_data, :code:get_financial_data,
:code:corporate_guidance, :code:p_all_financial_data, and :code:p_get_financial_datahistory method on the :code:Ticker class now accepts an optional argument
to adjust the timezone (:code:adj_timezone) to the ticker's timezone. It defaults
to :code:True.Ticker class.Ticker.news is now a method. It accepts two arguments: :code:count -
number of items to return; :code:start - start date to begin retrieving news items fromTicker.history method no longer returns extra rows when retrieving
intraday data.income_statement,
:code:cash_flow, :code:p_income_statement, and :code:p_cash_flow methods
on the :code:Ticker class.