Yfinance: ModuleNotFoundError

Hi,

from the course "Getting Market Data", when I run the Import Libraries I have the message: ModuleNotFoundError - No module named 'yfinance'.

I installed the packages "Microsoft C++ Build Tools"

 

Hey Alessandro



You are getting this error as the package yfinance is not installed. You need to type below command in your jupyter notebook to install yfinance package.

 

!pip install yfinance

For further guide on how to install packages in Python, you can refer to following blog: https://blog.quantinsti.com/installing-python-packages/