from pandas_datareader import DataReader, get_quote_yahoo

27 Views Asked by At

I want to retrieve the market capitalization on yahoo finance.but i get a problem.

here's the name of the error i'm getting : ModuleNotFoundError: No module named 'pandas_datareader'enter image description here

I tried this code:

from pandas_datareader import DataReader, get_quote_yahoo.

I was expecting this when i run the code

0

There are 0 best solutions below