Big Tech : Stock Data (2014-2023)
Historical prices of four major tech companies between 2014 and 2023
@kaggle.mustaphaoutgougua_tech_giants_stock_data_2014_2023
Historical prices of four major tech companies between 2014 and 2023
@kaggle.mustaphaoutgougua_tech_giants_stock_data_2014_2023
CREATE TABLE aapl (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE amzn (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE goog (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE market_data (
"date" TIMESTAMP,
"mkt_rf" DOUBLE,
"smb" DOUBLE,
"hml" DOUBLE,
"rf" DOUBLE
);
CREATE TABLE msft (
"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.