Open markus080402 opened 3 years ago
Hi @markus080402, can you please share the exact investpy
call that you are using (including the parameters) so that I can reproduce it?
As I've just run some manual tests and the pytest
ones and everything seems to be working fine as I just mentioned in #355 ... So maybe the issue is related either with the investpy
version that you are using or with the function call!
Hi @alvarobartt, running latest version of investpy, here are the example commands:
ticker, country = ('G5EN', 'sweden') investpy.get_stock_earnings(ticker, country)
Thanks and regards, Markus
Thanks! :fire: So... you are using this fork? https://github.com/alvarobartt/investpy/pull/249
As that function is not included in the investpy
master branch, so the fork that you are using may be outdated...
Hi!
It seems as the new html pages format at investing.com has broken the function
investpy.get_stock_earnings(ticker, country)
:Thanks and regards, Markus