Group

Getting group information.

Overview

class finvizfinance.group.overview.Overview

Getting information from the finviz group overview page.

ScreenerView(group='Sector', order='Name')

Get screener table.

Args:
group(str): choice of group option order(str): sort the table by the choice of order
Returns:
df(pandas.DataFrame): group information table
getGroup()

Get groups.

Returns:
groups(list): all the available groups
getOrders()

Get orders.

Returns:
orders(list): all the available orders

Valuation

class finvizfinance.group.valuation.Valuation

Valuation inherit from overview module. Getting information from the finviz group valuation page.

Performance

class finvizfinance.group.performance.Performance

Performance inherit from overview module. Getting information from the finviz group performance page.