Source code for finvizfinance.screener.performance

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

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

from finvizfinance.screener.base import Base


[docs] class Performance(Base): """Performance Getting information from the finviz screener performance page. """ v_page = 141