Group

Getting group information.

Overview

class finvizfinance.group.overview.Overview(screener_table_index=7)

Getting information from the finviz group overview page. :Parameters: screener_table_index (int) – table index of the stock screener. change only if change on finviz side.

get_group()

Get groups.

Returns:all the available groups.
Return type:groups(list)
get_orders()

Get orders.

Returns:all the available orders.
Return type:orders(list)
screener_view(group='Sector', order='Name')

Get screener table.

Parameters:
  • group (str) – choice of group option.
  • order (str) – sort the table by the choice of order.
Returns:

group information table.

Return type:

df(pandas.DataFrame)

Valuation

class finvizfinance.group.valuation.Valuation(screener_table_index=7)

Valuation inherit from overview module. Getting information from the finviz group valuation page. :Parameters: screener_table_index (int) – table index of the stock screener. change only if change on finviz side.

Performance

class finvizfinance.group.performance.Performance(screener_table_index=7)

Performance inherit from overview module. Getting information from the finviz group performance page. :Parameters: screener_table_index (int) – table index of the stock screener. change only if change on finviz side.

Spectrum

class finvizfinance.group.spectrum.Spectrum

Spectrum inherit from overview module. Getting information from the finviz group spectrum page.

screener_view(group='Sector', order='Name', out_dir='')

Get screener table.

Parameters:
  • group (str) – choice of group option.
  • order (str) – sort the table by the choice of order.