You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems as the new html pages format at investing.com has broken the function investpy.get_stock_earnings(ticker, country) :
>>> investpy.get_stock_earnings(ticker, country)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/...
snip.../.local/lib/python3.6/site-packages/investpy/stocks.py", line 1699, in get_stock_earnings
raise RuntimeError("ERR#0061: introduced stock has no dividend's data to display.")
RuntimeError: ERR#0061: introduced stock has no dividend's data to display.
>>>
Thanks and regards,
Markus
The text was updated successfully, but these errors were encountered:
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!
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
The text was updated successfully, but these errors were encountered: