Baselight

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

Loading...
Loading...

About this Dataset

Analyzing Market Responses To Boycott Movements

Dataset has been curated for implementing state-of-the-art time series forecasting techniques on financial data. Build machine learning models for forecasting future stock prices of SBUX based on historical data and external factors such as boycott movements [1], economic indicators, and consumer sentiment. Explore how boycott movements affect investor sentiment and stock prices over time.

  • Time series forecasting using advanced machine learning techniques.
  • Analysis of the impact of boycott movements on investor sentiment and stock prices.
  • Development of predictive models to anticipate market trends and inform investment strategies.

[1] https://www.ft.com/content/d3995b6e-3b63-4f7b-958e-17f990975b20

Tables

Sbux Stock Price

@kaggle.tesnimglen_analyzing_market_responses_to_boycott_movements.sbux_stock_price
  • 16.93 KB
  • 252 rows
  • 7 columns
Loading...

CREATE TABLE sbux_stock_price (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.