GameStop Stock Data (All Time)
Daily stock price of GameStop Corp (NYSE: GME)
@kaggle.dhruvshan_gamestop_stock_data_all_time
Daily stock price of GameStop Corp (NYSE: GME)
@kaggle.dhruvshan_gamestop_stock_data_all_time
CREATE TABLE gme (
"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.