Alphabet Stocks
16 years of stock data of Alphabet
@kaggle.anuragmishra2311_alphabet_stocks
16 years of stock data of Alphabet
@kaggle.anuragmishra2311_alphabet_stocks
CREATE TABLE alphabet_stock (
"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.