Apple Stock Price From 1980-2021
This is Stock Price Dataset of Apple Inc.
@kaggle.meetnagadia_apple_stock_price_from_19802021
This is Stock Price Dataset of Apple Inc.
@kaggle.meetnagadia_apple_stock_price_from_19802021
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.
CREATE TABLE aapl (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.