Course Name: Getting Started with Algorithmic Trading!, Section No: 8, Unit No: 3, Unit type: Notebook
The recent version of pandas are incompatible with yfinance. It is already documented, in the link shared. How to fix this for the cloud nb env?
Hi Akul,
This issue is due to some recent updates in the yfinance library. The library is still getting updated and is not currently stable. We are constantly monitoring the updates and will update the notebooks as soon as a stable library version is released. Meanwhile, you can fix this by upgrading to the latest version of the library by adding the following statement before importing the library.
!pip install --upgrade yfinance
Hope this helps! Please do let us know if you still face issues.
Thanks,
Akshay