You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
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.
Our spin-off of fecon235 source code still inherits the upstream problems
outlined in rsvp/fecon235#7
Here at fecon236, it is localized in the
stock.py
module:https://github.com/MathSci/fecon236/blob/develop/fecon236/host/stock.py
The text was updated successfully, but these errors were encountered: