Get the quarterly income statement from yfinance
income_data_yfinance = stock_yf_ticker.quarterly_income_stmt.T
income_data_yfinance = stock_yf_ticker.quarterly_income_stmt.T
Hi Durdu,
Thanks for pointing this out! This looks like a yfinance library issue. yfinance is a third-party library and is not maintained by QuantInsti. We have observed that these issues usually get fixed within a week. You can track the discussion on this GitHub link for this specific issue. We will also monitor the same and update the notebooks as soon as the issue gets resolved.
Thanks,
Akshay