Skip to content

mimom2/MarketAnalysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Market Analysis

Implementing many different methods and popular analysis tools in Python. This repository is built with a particular bias for options and quantitative analysis. You can find lots of usable data and various algorithms to use in your own analysis. Also, feel free to contribute any methods that interest you.

Getting Started

Using a python3 environment, run the following to install all the libraries used in this repository:

pip install -r requirements.txt

Recommend using virtualenv to sandbox your work

Manual Install

Recommend using Anaconda. Anaconda does not come with TensorFlow or Keras so you will need to install those seperately.

pip install pyex tensorflow keras

For additional information on installing TensorFlow, Keras, and Prophet

If you do not wish to use Anaconda, the following should satisfy the requirements:

pip install pyex pandas numpy matplotlib scipy scikit-learn tensorflow keras

About

Portfolio Theory, Options Theory, & Quant Finance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 98.3%
  • Python 1.7%