5 Years Historical Stock Quotes
From company A to ZYXI, data on over 6000 publicly listed stocks
@kaggle.aleksthegreat_5years_dailystock_quotes
From company A to ZYXI, data on over 6000 publicly listed stocks
@kaggle.aleksthegreat_5years_dailystock_quotes
CREATE TABLE original (
"datetime" VARCHAR,
"open_price" DOUBLE,
"close_price" DOUBLE,
"high_price" DOUBLE,
"low_price" DOUBLE,
"volume" BIGINT,
"symbol" VARCHAR
);
Anyone who has the link will be able to view this.