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
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_volume" DOUBLE,
"news_positive_sentiment" DOUBLE,
"news_negative_sentiment" DOUBLE,
"news_new_products" DOUBLE,
"news_layoffs" DOUBLE,
"news_analyst_comments" DOUBLE,
"news_stocks" DOUBLE,
"news_dividends" DOUBLE,
"news_corporate_earnings" DOUBLE,
"news_mergers_acquisitions" DOUBLE,
"news_store_openings" DOUBLE,
"news_product_recalls" DOUBLE,
"news_adverse_events" DOUBLE,
"news_personnel_changes" DOUBLE,
"news_stock_rumors" DOUBLE
);
Anyone who has the link will be able to view this.