lit26 / finvizfinance

Finviz analysis python library.

Home Page:https://finvizfinance.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

table change for ticker_fundament

heiwing opened this issue · comments

for the function ticker_fundament, please change the following line :

original:
table = self.soup.findAll("table")[4]

new:
table = self.soup.findAll("table")[6]

The package is updated. Please check the new version. Thank you for your reporting.