Silicon Valley Bank Group - Stock Price History
Full history up until its main business failed in March 2023
@kaggle.zq1200_silicon_valley_bank_group_stock_price_history
Full history up until its main business failed in March 2023
@kaggle.zq1200_silicon_valley_bank_group_stock_price_history
CREATE TABLE sivb_daily (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);
CREATE TABLE sivb_monthly (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);
CREATE TABLE sivb_weekly (
"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.