Google Stock Price (All Time)
Updated Google Stock Price, right from it's IPO (19 Aug 2004)
@kaggle.akpmpr_google_stock_price_all_time
Updated Google Stock Price, right from it's IPO (19 Aug 2004)
@kaggle.akpmpr_google_stock_price_all_time
CREATE TABLE google (
"date" TIMESTAMP,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"adj_close" DOUBLE
);
Anyone who has the link will be able to view this.