Skip to content

saadriaz999/SmartInsiderTrading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Prediction using Insider Data

Data Sources (the processed data for companies can be found in the 'data/companies' folder in the repo):

The project currently has the following python scripts:

  • InsiderData.py: Cleans and processes insider data for a company
  • StockData.py: Downloads stock data for a company
  • DownloadAllData.py: Uses the above two files to form a pipeline to prepare data for each company
  • Models: PyTorch model architectures of the two approaches used
  • PreprocessingDataUtils: Utility functions to train data using models defined
  • TrainModels: Trains the two models for each company whose data has been preprocessed

About

A variation of the LSTM model that makes stock predictions using both historic stock prices and insider trading information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors