[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the master branch of finvizfinance.
Reproducible Example
from finvizfinance.insider import Insider
finsider = Insider(option='latest')
insider_trader = finsider.get_insider()
Issue Description
Whenever we call the get_insider(). It throws a below error:
File “finvizfinance/insider.py”, line 81, in get_insider
info_dict[“SEC Form 4 Link”] = col.find(“a”).attrs[“href”]
AttributeError: 'NoneType' object has no attribute 'attrs’
finvizfinance version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the master branch of finvizfinance.
Reproducible Example
Issue Description
Whenever we call the get_insider(). It throws a below error:
File “finvizfinance/insider.py”, line 81, in get_insider info_dict[“SEC Form 4 Link”] = col.find(“a”).attrs[“href”] AttributeError: 'NoneType' object has no attribute 'attrs’
Expected Behavior
Get the Insider data
Installed Versions