FinViz#

Following methods are provided:

class rug.finviz.FinViz(symbol=None)#

FinViz.com

get_insider_trading()#

Fetches insiders transactions (if available) as a list with following fields:

  • person

  • relationship

  • date

  • transaction

  • price

  • amount

Returns:

Inriders transaction in reversed chronological order.

Return type:

list

get_price_ratings()#

Returns price ratings a.k.a price targets by analysts.

Returned rows are:

  • date

  • status

  • analyst

  • rating

  • target price

Returns:

Rows as a list of tuples where each tuple has 5 items.

Return type:

list