Google Stock 10+Year Data[2004-2020]
Data set contains the data of Google(Alphabet Inc) Stock data from 2004 to 2020.
@kaggle.aayushmishra1512_google_data_historic_dataset
Data set contains the data of Google(Alphabet Inc) Stock data from 2004 to 2020.
@kaggle.aayushmishra1512_google_data_historic_dataset
CREATE TABLE googl (
"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.