pandas-datareader
pandas-datareader copied to clipboard
fix datareader for yahoo
- [x] closes #995
Used beautiful soup to extract stock data from html table present inside yahoo finance web page.
Earlier the data was being extracted using regex pattern which is not working now as yahoo has made changes in the source code of it's web pages.