Group

Getting group information.

Overview

class finvizfinance.group.overview.Overview[source]

Bases: Base

Getting information from the finviz group overview page.

screener_view(group='Sector', order='Name', columns=None)

Get screener table.

Parameters:
  • group (str) – choice of group option.

  • order (str) – sort the table by the choice of order.

  • columns (list) – columns of your choice. Default index: None

Returns:

group information table.

Return type:

df(pandas.DataFrame)

Valuation

class finvizfinance.group.valuation.Valuation[source]

Bases: Base

Getting information from the finviz group valuation page.

screener_view(group='Sector', order='Name', columns=None)

Get screener table.

Parameters:
  • group (str) – choice of group option.

  • order (str) – sort the table by the choice of order.

  • columns (list) – columns of your choice. Default index: None

Returns:

group information table.

Return type:

df(pandas.DataFrame)

Performance

class finvizfinance.group.performance.Performance[source]

Bases: Base

Getting information from the finviz group performance page.

screener_view(group='Sector', order='Name', columns=None)

Get screener table.

Parameters:
  • group (str) – choice of group option.

  • order (str) – sort the table by the choice of order.

  • columns (list) – columns of your choice. Default index: None

Returns:

group information table.

Return type:

df(pandas.DataFrame)

Spectrum

class finvizfinance.group.spectrum.Spectrum[source]

Bases: Base

Getting information from the finviz group spectrum page.

screener_view(group='Sector', order='Name', out_dir='')[source]

Get screener table.

Parameters:
  • group (str) – choice of group option.

  • order (str) – sort the table by the choice of order.