December 2018
Beginner to intermediate
490 pages
10h 38m
English
For the sample application, we'll use stock historical financial data provided by the Quandl data platform financial APIs (https://www.quandl.com/tools/api) and the quandl Python library (https://www.quandl.com/tools/python).
To get started, we need to install the quandl library by running the following command in its own cell:
!pip install quandl
Note: As always, don't forget to restart the kernel after the installation is complete.
Access to the Quandl data is free but limited to 50 calls a day, but you can bypass this limit by creating a free account and get an API key:
Read now
Unlock full access