Source code for finvizfinance.screener.overview

"""
.. module:: screener.overview
   :synopsis: screen overview table.

.. moduleauthor:: Tianning Li <ltianningli@gmail.com>

"""

from finvizfinance.screener.base import Base


[docs] class Overview(Base): """Overview Getting information from the finviz screener overview page. """ v_page = 111