The following section explains how the stock market data is incorporated into a Jupyter notebook.
- Yahoo! Finance is a great source for stock market quotes for publicly traded companies. The stock quote for Apple, AAPL, is traded on NASDAQ and the historical quotes can be captured for model development and analysis purposes. Yahoo! Finance gives you the option to capture stock quotes on a daily, weekly, or monthly snapshot.
- The purpose of this chapter is to forecast stock at a daily level, as that would pull in the most amount of data into our training model. We can do this by tracing data back to January 1, 2000, all the way to April 30, 2018.
- Once our parameters are set for download, we receive a nicely formatted comma-separated ...