File | Description | Source |
---|---|---|
amazon.csv |
Amazon stock's opening, high, low, and closing price daily, along with volume traded and adjusted close for 2019 through 2020. | The stock_analysis package. |
apple.csv |
Apple stock's opening, high, low, and closing price daily, along with volume traded and adjusted close for 2019 through 2020. | The stock_analysis package. |
bitcoin.csv |
Bitcoin's opening, high, low, and closing price daily, along with volume traded and adjusted close for 2019 through 2020. | The stock_analysis package. |
facebook.csv |
Facebook stock's opening, high, low, and closing price daily, along with volume traded and adjusted close for 2019 through 2020. | The stock_analysis package. |
google.csv |
Google stock's opening, high, low, and closing price daily, along with volume traded and adjusted close for 2019 through 2020. | The stock_analysis package. |
netflix.csv |
Netflix stock's opening, high, low, and closing price daily, along with volume traded and adjusted close for 2019 through 2020. | The stock_analysis package. |
netflix_january_2021.csv |
Netflix stock's opening, high, low, and closing price daily, along with volume traded and adjusted close for January 2021. | The stock_analysis package. |
sp500.csv |
The S&P 500 index's opening, high, low, and closing price daily, along with volume traded and adjusted close for 2019 through 2020. | The stock_analysis package. |
tesla.csv |
Tesla stock's opening, high, low, and closing price daily, along with volume traded and adjusted close for 2019 through 2020. | The stock_analysis package. |
The stock_analysis
package contains easy to use interfaces for basic technical analysis of stocks. In this chapter, we will walk through the construction of this package.