Search code examples
pythonjupyter-notebookjupyterquandl

Quandl on Jupyter Notebook: LimitExceededError


I'm having trouble importing and using Quandl on Jupyter notebook. Below is the error message I get. When I do df = Quandl.get('WIKI/GOOGL'), I'm given NameError: name 'Quandl' is not defined.

'


Solution

  • A little more digging showed that it was just that Quandl had changed. quandl.ApiConfig.api_key = <YOUR API KEY HERE> is required now.