Following this tutorial, I get the error in the screenshot below when I run the command: df = web.DataReader("TSLA", 'morningstar', start, end)
This is the error I get. What to do?
Following this tutorial, I get the error in the screenshot below when I run the command: df = web.DataReader("TSLA", 'morningstar', start, end)
This is the error I get. What to do?
morningstar
has been deprecated and thus has to be replaced with yahoo
.