-
Book Overview & Buying
-
Table Of Contents
Applied Computational Thinking with Python - Second Edition
By :
Time to play with some stocks. You can access a lot of data through Quandl, which allows the use of a free API for educational uses. There are also premium datasets available. We’re sticking to educational uses, so that should be enough for our purposes.
In this problem, we’re going to learn how to pull data from Quandl and look at the VZ stock prices. VZ is the code for Verizon stock prices. We’re going to use them to predict the prices using quandl, which is a package for Python in addition to being a website full of useful information. Let’s take a look at how we can grab the information we want. The full code, minus the API key, can be found in this book’s GitHub repository under the ch18_stockAnalysis.py file:
AMZN, you’ll need to substitute ...