Google Stock Prices Since COVID-19 Started
Dataset containing stock prices of Google since the pandemic began
@kaggle.anubhavgoyal10_google_stock_prices_since_the_pandemic_started
Dataset containing stock prices of Google since the pandemic began
@kaggle.anubhavgoyal10_google_stock_prices_since_the_pandemic_started
CREATE TABLE stock_prices (
"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.