rpoliselit / MarketAnalysis

Portfolio Theory, Options Theory, & Quant Finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 96.5%Language:Python 3.5%