atreadw1492 / yahoo_fin

Scrape stock price history from new (Spring 2017) Yahoo Finance layout
MIT License
292 stars 125 forks source link

Updated to latest version, corrected ticker methods #9

Closed alvaroritter closed 4 years ago

alvaroritter commented 4 years ago

In this pull request I updated the repository to its latest online version and corrected some fundamental errors that were happening while scraping the FTP data. Basically the use of [x.strip("N\r\n") was making trouble whenever a stock symbol ended on an "N".

atreadw1492 commented 4 years ago

Thanks for catching and fixing this, @alvaroritter! I'm currently working on updates to yahoo_fin, and will include these changes.