Baselight

Reddit: /r/stocks

Analyzing User Engagement to Identify Market Trends

@kaggle.thedevastator_unlocking_stock_market_insights_with_reddit_user

Loading...
Loading...

About this Dataset

Reddit: /r/stocks


Reddit: /r/stocks

Analyzing User Engagement to Identify Market Trends

By Reddit [source]


About this dataset

This dataset provides a valuable opportunity for researchers to explore the fascinating world of stock exchange markets through the eyes of those participating in discussions on Reddit. We have compiled posts from the subredditstocks subreddit to provide researchers with an invaluable source of information on how stock market trends may be impacted by user sentiment. With detailed data columns such as post titles, scores, id's, URLs, comments counts and created times for each post we are offering a unique vantage point into understanding how stocks market discussions may inform our better understanding of these dynamics. By delving further into user sentiment and engagement with stock topics, investigators can put together meaningful pieces in assembling full-fledged investments picture that is based off sound evidence gained from real people’s experiences and opinion. Discovering new insights has never been made easier – let’s venture out on this journey together!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

Research Ideas

  • Using the score and comments data, researchers can determine which stocks are being discussed and tracked the most, indicating potential areas of interest in the stock market.
  • Analyzing the body text of posts to identify common topics of conversation related to various stocks assists in providing a better understanding of users' feelings towards different stock investments.
  • Through analyzing fluctuations in user engagement over time, researchers can observe which stocks have experienced an increase or decrease in user interest and reaction to new developments within different markets

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: stocks.csv

Column name Description
title The title of the post. (String)
score The score of the post, based on the Reddit voting system. (Integer)
url The URL of the post. (String)
comms_num The number of comments on the post. (Integer)
created The date and time the post was created. (Timestamp)
body The body text of the post. (String)
timestamp The date and time the post was last updated. (Timestamp)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Reddit.

Tables

Stocks

@kaggle.thedevastator_unlocking_stock_market_insights_with_reddit_user.stocks
  • 914.11 KB
  • 1743 rows
  • 8 columns
Loading...

CREATE TABLE stocks (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "url" VARCHAR,
  "comms_num" BIGINT,
  "created" DOUBLE,
  "body" VARCHAR,
  "timestamp" TIMESTAMP
);

Share link

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