Source code for finvizfinance.screener.technical
"""
.. module:: screener.technical
:synopsis: screen technical table.
.. moduleauthor:: Tianning Li <ltianningli@gmail.com>
"""
from finvizfinance.screener.base import Base
[docs]
class Technical(Base):
"""Technical
Getting information from the finviz screener technical page.
"""
v_page = 171