Group

Getting group information.

Overview

class finvizfinance.group.overview.Overview

Getting information from the finviz group overview page.

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

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.

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.