Reddit SPY Latest Comments 2018-2022
most_happening_tickers_2018_2022
@kaggle.sohailshaik272_reddit_data_spy_latest_comments
most_happening_tickers_2018_2022
@kaggle.sohailshaik272_reddit_data_spy_latest_comments
This data has been scraped from wallstreetbets in the reddit community. This data contains the "Daily discussion thread" of each day from 2018-2022. It contains the the body of comments which we can use it for further analysis(Sentiment analysis) and create some trading systems around it. This data can be used to predict the SPY by using sentiment analysis and many other stuff.
CREATE TABLE reddit_comments_spy_2018_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"id" VARCHAR,
"title" VARCHAR,
"url" VARCHAR,
"comments" VARCHAR,
"most_hapenning_tickers_of_the_day" VARCHAR,
"spy_close" DOUBLE
);Anyone who has the link will be able to view this.