S & P 500 Dataset
Stock data from 1993 - 2020
@kaggle.youcanttouchthis_s_p_500_dataset
Stock data from 1993 - 2020
@kaggle.youcanttouchthis_s_p_500_dataset
CREATE TABLE spy (
"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.