alvarobartt / investpy

Financial Data Extraction from Investing.com with Python
https://investpy.readthedocs.io/
MIT License
1.59k stars 375 forks source link

Fetch EPS and forecast EPS etc #155

Open markus080402 opened 4 years ago

markus080402 commented 4 years ago

Hi @alvarobartt ,

investing.com has very useful data in that they provide EPS and revenue forecasts, actual EPS and revenue, company report dates, company quarter end dates, all in the same table, see below:

https://www.investing.com/equities/apple-computer-inc-earnings eps and forecasts

It would be useful to have an investpy function to fetch all the data in the table above.

Regards, Markus

markus080402 commented 3 years ago

Hi,

Just checking if it would be feasible to implement this!

Thanks for an excellent tool Alvaro!

MadeInLondon commented 2 years ago

The EPS and Forecast scraping is exactly what I am looking for. Also scraping the Dividend calendar would be an advantage. Please add this feature to this well made project.