Baselight

Apple Stock Price From 1980-2021

This is Stock Price Dataset of Apple Inc.

@kaggle.meetnagadia_apple_stock_price_from_19802021

Loading...
Loading...

About this Dataset

Apple Stock Price From 1980-2021

Context

This is a Dataset for Stock Prediction on Apple Inc.
This dataset start from 1980 to 2021 . It was collected from Yahoo Finance.
You can perform Time Series Analysis and EDA on data.

Tables

Aapl

@kaggle.meetnagadia_apple_stock_price_from_19802021.aapl
  • 428.64 KB
  • 10468 rows
  • 7 columns
Loading...

CREATE TABLE aapl (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

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