FAANG Stocks Covid19(01/01/2020-04/01/2022)
FAANG companies stocks data during the covid19 pandemic(01-Jan-20 to 01-Apr-22)
@kaggle.parisrohan_faang_stocks_covid190101202004012022
FAANG companies stocks data during the covid19 pandemic(01-Jan-20 to 01-Apr-22)
@kaggle.parisrohan_faang_stocks_covid190101202004012022
This dataset contains information about the stocks prices of the F.A.A.N.G companies during the covid-19 pandemic period i.e
from 01-Jan-2020 to 01-Apr-2022
CREATE TABLE faang_stocks_pandemic_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"adj_close" DOUBLE,
"name" VARCHAR
);Anyone who has the link will be able to view this.