fecon236
fecon236 copied to clipboard
Disruption of equities data
Our spin-off of fecon235 source code still inherits the upstream problems outlined in https://github.com/rsvp/fecon235/issues/7
Here at fecon236, it is localized in the stock.py
module:
https://github.com/MathSci/fecon236/blob/develop/fecon236/host/stock.py
- check new development at https://github.com/pydata/pandas-datareader/issues
- [ ] - write another fecon236 module using reliable data vendor
Notes on GOOGLE Finance
2018-07-17 https://github.com/pydata/pandas-datareader/issues/551 reports some functionality restored for historical quotes via
- [ ] checkout https://github.com/pdevty/googlefinance-client-python
2018-09-12 pandas_datareader, "As of v0.7.0 Google finance and Morningstar have been immediately deprecated due to large changes in their API and no stable replacement." https://github.com/pydata/pandas-datareader/issues/391#issuecomment-420550647 and https://github.com/pydata/pandas-datareader/issues/551#issuecomment-420551350
Notes on QUANDL "WIKI" Prices
For end of day stock prices, dividends and splits for 3,000 US companies, curated by the Quandl community and released into the public domain ... however,
As of April 11, 2018 this data feed is no longer actively supported by the Quandl community. We will continue to host this data feed on Quandl, but we do not recommend using it for investment or analysis."
Source: https://www.quandl.com/databases/WIKIP/documentation/about
Notes on YAHOO Finance
Recent development by @JECSand, https://github.com/JECSand/yahoofinancials :
My replacement for the old yahoo-finance module, YahooFinancials, can get all of the historical price data needed by pandas' users. YF can return daily, weekly, and monthly historical price and volume JSON data for all stocks, ETFs, indices, cryptocurrencies, currencies, and commodity futures available on Yahoo Finance. Most Stackoverflow questions I have encountered regarding the module seem to revolve around getting it to work with Pandas. As long as Yahoo Finance is running on it's new React setup (why they killed the old API late last year, they got a new web app), my module will get the financial data.
Source: https://github.com/pydata/pandas-datareader/issues/315#issuecomment-412954144 -- possible merge into pandas_datareader.