Stock-NewsEventsSentiment (SNES) 1.0
A time-series dataset for joint news and market data analysis of stocks
@kaggle.parsabg_stocknewseventssentiment_snes_10
A time-series dataset for joint news and market data analysis of stocks
@kaggle.parsabg_stocknewseventssentiment_snes_10
Stock-NewsEventsSentiment (SNES) 1.0 is a dataset consisting of market and news time series data for S&P 500 companies over a period of 21 months (October 2020 to July 2022). The dataset contains the following parameters for each company (daily ticks):
Resources:
CREATE TABLE data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE,
"symbol" VARCHAR,
"security" VARCHAR,
"gics_sector" VARCHAR,
"gics_sub_industry" VARCHAR,
"news_all_news_volume" DOUBLE -- News - All News Volume,
"news_volume" DOUBLE -- News - Volume,
"news_positive_sentiment" DOUBLE -- News - Positive Sentiment,
"news_negative_sentiment" DOUBLE -- News - Negative Sentiment,
"news_new_products" DOUBLE -- News - New Products,
"news_layoffs" DOUBLE -- News - Layoffs,
"news_analyst_comments" DOUBLE -- News - Analyst Comments,
"news_stocks" DOUBLE -- News - Stocks,
"news_dividends" DOUBLE -- News - Dividends,
"news_corporate_earnings" DOUBLE -- News - Corporate Earnings,
"news_mergers_acquisitions" DOUBLE -- News - Mergers \u0026 Acquisitions,
"news_store_openings" DOUBLE -- News - Store Openings,
"news_product_recalls" DOUBLE -- News - Product Recalls,
"news_adverse_events" DOUBLE -- News - Adverse Events,
"news_personnel_changes" DOUBLE -- News - Personnel Changes,
"news_stock_rumors" DOUBLE -- News - Stock Rumors
);CREATE TABLE sp500wiki (
"unnamed_0" BIGINT -- Unnamed: 0,
"symbol" VARCHAR,
"security" VARCHAR,
"sec_filings" VARCHAR,
"gics_sector" VARCHAR,
"gics_sub_industry" VARCHAR,
"headquarters_location" VARCHAR,
"date_first_added" VARCHAR,
"cik" BIGINT,
"founded" VARCHAR,
"wikidata_id" VARCHAR
);Anyone who has the link will be able to view this.