Course Name: Getting Started with Algorithmic Trading!, Section No: 9, Unit No: 6, Unit type: Notebook
when i run example code for downloading Coca Cola price with yfinance , I get error as below :
Course Name: Getting Started with Algorithmic Trading!, Section No: 9, Unit No: 6, Unit type: Notebook
when i run example code for downloading Coca Cola price with yfinance , I get error as below :
Hi,
The error is due to an older version of yfinance on your local system. You can upgrade the same by running the below code in the Julyter Notebook and then try rerunning the notebook. It should resolve the issue.
!pip install yfinance==0.1.63
Hope this helps!
Thanks,
Akshay