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
  • 108.71 KB
  • 2518 rows
  • 6 columns
Loading...

CREATE TABLE historicalquotes (
  "date" TIMESTAMP,
  "n__close_last" VARCHAR,
  "n__volume" BIGINT,
  "n__open" VARCHAR,
  "n__high" VARCHAR,
  "n__low" VARCHAR
);

Share link

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