lit26 / finvizfinance

Finviz analysis python library.

Home Page:https://finvizfinance.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QST: type object 'finvizfinance' has no attribute 'Statements'

jackyzhang43 opened this issue · comments

Question about finvizfinance

When I try to use the code defined here I keep getting the error "type object 'finvizfinance' has no attribute 'Statements'." Why is this happening?

I think you missing quote in import.

from finvizfinance.quote import Statements

Close due to inactivity