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
CREATE TABLE historicalquotes (
"date" TIMESTAMP,
"n__close_last" VARCHAR,
"n__volume" BIGINT,
"n__open" VARCHAR,
"n__high" VARCHAR,
"n__low" VARCHAR
);
Anyone who has the link will be able to view this.