lit26 / finvizfinance

Finviz analysis python library.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: Insider SEC Form 4 Link 'NoneType' object has no attribute 'attrs’

CyberCouncil opened this issue · comments

finvizfinance version checks

  • I have checked that this issue has not already been reported.

  • 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’

Expected Behavior

Get the Insider data

Installed Versions

finvizfinance 0.14.3

Will be fixed in the next version.