Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

A PoC to determine whether Reddit threads could be used to determine future price changes of stocks and mutual funds.

Notifications You must be signed in to change notification settings

Valkryst/Reddit_Stock_Sentiment_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This project is a PoC to determine whether Reddit threads could be used to determine future price changes of stocks and mutual funds. From my limited tests with VADER sentiment analysis, this idea does not appear to work, but it may be possible with a more advanced form of analysis.

Usage

  1. Run the download_data.ipynb script to download lists of stock and mutual fund symbols.
  2. Run each code block in main.ipynb, in order, to generate a queryable SQLite database.

Dependencies

pip install --upgrade pmaw
pip install --upgrade pymongo
pip install --upgrade vaderSentiment

Misc.

About

A PoC to determine whether Reddit threads could be used to determine future price changes of stocks and mutual funds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published