Baselight

Apple (AAPL) Historical Stock Data

Apple stock data for the last 10 years

@kaggle.tarunpaparaju_apple_aapl_historical_stock_data

Loading...
Loading...

About this Dataset

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.

Tables

Historicalquotes

@kaggle.tarunpaparaju_apple_aapl_historical_stock_data.historicalquotes
  • 111.31 kB
  • 2,518 rows
  • 6 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.