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
Historical NASDAQ stock data of tech companies dubbed: 'Big Five' until August 23rd, 2019. The companies are: Apple, Google, Amazon, Facebook, and Microsoft
CREATE TABLE big_five_stocks (
  "unnamed_0" TIMESTAMP  -- Unnamed: 0,
  "name" VARCHAR,
  "open" DOUBLE,
  "close" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "volume" DOUBLE
);Anyone who has the link will be able to view this.