We have collected data from the following finance related subreddits from 1st January 2014 to 1st January 2021 using the PRAW API.
- daytrading
- dividents
- wallstreetbets
- economy
- globalmarkets
- investing
- securityanalysis
- stockmarket
- stocks
For each of the above subreddits we have two csv files one for submissions and one for comments. You will find these files in the data folder.
name: Fullname of the submission.text: Text of the submission.score: Number of upvotes on the submission.upvote_ratio: The percentage of upvotes from all votes on the submission.created_utc: Time the submission was created, represented in Unix Time.
submission_name: Full name of the submission (post).id: The ID of the comment.text: The comment text.score: Number of upvotes on the comment.created_utc: Time the comment was created, represented in Unix Time.