Group
Getting group information.
Overview
- class finvizfinance.group.overview.Overview[source]
Bases:
BaseGetting 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:
BaseGetting 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:
BaseGetting 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)