Analyzing Market Responses To Boycott Movements
Year-long historical data depicting the fluctuation of SBUX stock prices.
@kaggle.tesnimglen_analyzing_market_responses_to_boycott_movements
Year-long historical data depicting the fluctuation of SBUX stock prices.
@kaggle.tesnimglen_analyzing_market_responses_to_boycott_movements
CREATE TABLE sbux_stock_price (
"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.