lit26 / finvizfinance

Finviz analysis python library.
https://finvizfinance.readthedocs.io/en/latest/
MIT License
516 stars 85 forks source link

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

Closed jackyzhang43 closed 1 year ago

jackyzhang43 commented 1 year ago

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?

lit26 commented 1 year ago

I think you missing quote in import.

from finvizfinance.quote import Statements
lit26 commented 1 year ago

Close due to inactivity