Big Five Stocks
historical NASDAQ stock data for Google, Amazon, Facebook, Apple, and Microsoft
@kaggle.abdullahmu_big_five_stocks
historical NASDAQ stock data for Google, Amazon, Facebook, Apple, and Microsoft
@kaggle.abdullahmu_big_five_stocks
CREATE TABLE big_five_stocks (
"unnamed_0" TIMESTAMP,
"name" VARCHAR,
"open" DOUBLE,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.