yahooquery
yahooquery copied to clipboard
Python wrapper for an unofficial Yahoo Finance API
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
**Describe the bug** Ticker login fails with current version of selenium webdriver: "find_element_by_id" is not a member of webDriver (depricated?) **To Reproduce** from yahooquery import Ticker data = Ticker('AAPL', username=',...
After loading the S&P 500 tickers using the Ticker class instantiation, technical insights command returns a 404 error. Changing settings on the backoff_factor, retry, and status_forcelist do not appear to...
**Describe the bug** I expect history to be a dataframe. Sometimes I get a dict, and sometimes a dataframe, making it grossly inconsistent and unusable. **To Reproduce** ``` yq.__version__ Out[1]:...
The screeners listed on https://yahooquery.dpguthrie.com/guide/screener/#available_screeners are not all of them availables. At least for me just the day gainers, losers, all cryptocurrencies and agressives small caps are availables. Maybe it...
I am interested in loading financials for large number of tickers at once, for example specifying all tickers for whole indexes (like DJIA, S&P500 and etc.). However, after specifying list...
 I would like to ask whether you have stopped the support in China.
**Describe the bug** ``` yahooquery/ticker.py in _historical_data_to_dataframe(self, data, params, adj_timezone) 1267 d = {} 1268 for symbol in self._symbols: -> 1269 if "timestamp" in data[symbol]: 1270 d[symbol] = _history_dataframe(data, symbol,...
fixes issue #97
**Is your feature request related to a problem? Please describe.** Currently, p_get_financial_data will return all historical annual reports (type 12M) and the latest copy of the annualised quarterly report (type...