Apple (AAPL) Historical Stock Data
Apple stock data for the last 10 years
@kaggle.tarunpaparaju_apple_aapl_historical_stock_data
Apple stock data for the last 10 years
@kaggle.tarunpaparaju_apple_aapl_historical_stock_data
This dataset contains Apple's (AAPL) stock data for the last 10 years (from 2010 to date). I believe insights from this data can be used to build useful price forecasting algorithms to aid investment. I would like to thank Nasdaq for providing access to this rich dataset. I will make sure I update this dataset every few months.
CREATE TABLE historicalquotes (
"date" TIMESTAMP,
"n__close_last" VARCHAR -- Close/Last,
"n__volume" BIGINT -- Volume,
"n__open" VARCHAR -- Open,
"n__high" VARCHAR -- High,
"n__low" VARCHAR -- Low
);Anyone who has the link will be able to view this.