Google Historical Stock Prices
Analyzing Historical Stock Data: Price Trends, Volume, and Corporate Actions
@kaggle.yaminh_google_historical_stock_prices
Analyzing Historical Stock Data: Price Trends, Volume, and Corporate Actions
@kaggle.yaminh_google_historical_stock_prices
CREATE TABLE google_stock (
"date" VARCHAR,
"close" DOUBLE,
"adjclose" DOUBLE,
"high" DOUBLE,
"adjhigh" DOUBLE,
"low" DOUBLE,
"adjlow" DOUBLE,
"open" DOUBLE,
"adjopen" DOUBLE,
"volume" BIGINT,
"adjvolume" BIGINT,
"divcash" BIGINT,
"splitfactor" BIGINT
);
Anyone who has the link will be able to view this.