Insider

Getting trading insider.

class finvizfinance.insider.Insider(option='latest', insider_table_index=6)

Getting information from the finviz insider page.

Parameters:
  • option (str) – choose a option (latest, latest buys, latest sales, top week, top week buys, top week sales, top owner trade, top owner buys, top owner sales, insider_id)
  • ticker_fundament_table_index (int) – table index of the insider. change only if change on finviz side.
get_insider()

Get insider information table.

Returns:insider information table
Return type:df(pandas.DataFrame)