Error with quandl

    Course Name: Python for Trading: Basic, Section No: 5, Unit No: 7, Unit type: Notebook

Import quandl not happening; faced error. Please check

 

Hi Jeyaraman, 



Thanks for pointing this error. The free EOD dataset no longer exists in Quandl and hence the error.

Please use yfinance to import the data. The code is available in the same notebook.



You can also use AlphaVantage API to get free data.

Please refer to the link AlphaVantage Python API



Thank You