atreadw1492 / yahoo_fin

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

yahoo_fin retrieved data doesn't reflect finance.yahoo.com data #24

Open daxm opened 3 years ago

daxm commented 3 years ago

I'm having a hard time comparing the data gathered via yahoo_fin. It doesn't seem to match what I can see on the finance.yahoo.com page. For example, get_cash_flow('CSCO') returns most recent annual data reports on '2020-07-25' but the https://finance.yahoo.com/quote/csco/cash-flow?p=csco page shows '2020-07-31'.

The data gathered appears to be the same (though the you have to multiple the webpage values by 1000). Why the different dates?