Closed dubleigh closed 2 years ago
Hello, It seems as if the FinViz fundamentals endpoint has lost functionality, and I can't seem to get the new code to work correctly
Here is the code:
from finvizfinance.quote import finvizfinance stock = finvizfinance(ticker) stock_fundamentals = stock.ticker_fundament() print(stock_fundamentals)
Here is the error: AttributeError: 'finvizfinance' object has no attribute 'ticker_fundament
Thank you!
Please check the package version you are using.
Thank you! Just force reinstalled the package and that fixed it.
I guess you used an older package version while the code is the latest.
Hello, It seems as if the FinViz fundamentals endpoint has lost functionality, and I can't seem to get the new code to work correctly
Here is the code:
Here is the error: AttributeError: 'finvizfinance' object has no attribute 'ticker_fundament
Thank you!