alvarobartt / investpy

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

Financials #291

Open martinemilander opened 3 years ago

martinemilander commented 3 years ago

Hi

Great work.

Is it possible to add a financials end point, in order to get income statement, balance sheet, cash flow?

Regards Martin

savemetherain commented 3 years ago

It would be great. I am trying to do it but couldnt. This is the only thing that i needed.

alvarobartt commented 3 years ago

Hi, @martinemilander and @savemetherain! Can you please send me a screenshot of the Investing.com webpage for the information you want me to include? I'll try to include it in the investpy v1.1.0 release 🤗

alvarobartt commented 3 years ago

Maybe this is the function you are looking for: investpy.get_stock_financial_summary(). More information about its usage available at: https://investpy.readthedocs.io/_api/stocks.html#investpy.stocks.get_stock_financial_summary

savemetherain commented 3 years ago

IMG_20210217_113801

Income statement, balance sheet, cash flow and ratios tables would be great... No need for charts. The values is enough. This is like life and death issue for me :p

Not summary, the full financial statement tables would be perfect because every values is needed for another analysis.

And the last thing : sorry for my excitement. Could you say when will you release v1.1.0? Roughly.

martinemilander commented 3 years ago

investpy.get_stock_financial_summary() is the summary but there's still a lot of good stuff left in the statements (such as shares outstanding or current assets), which isn't returned.

I was also thinking about the dividends and earnings sections of the financials page, which would be amazing to be able to retrieve. See below for screenshots.

B847FDDB-3656-4C3F-B23A-D48B7187281D E9D24135-DF4B-44E1-8B96-57C243D22653

mertokuyaz commented 3 years ago

Hello, this is an awesome idea.

I also need the function to get income statement, balance sheet, cash flow. As this is one of the most important factor when investing.

Keep up the good work. @alvarobartt

gahoccode commented 2 years ago

450 This is the feature I've been waiting for so long. Happy to see not only me looking for this. I try to use investpy.get_stock_financial_summary but the information is too general and can't do much analysis of it. Be great if you can make a feature that get every line item in the screenshot above