Git Product home page Git Product logo

optimalportfolio's Introduction

OptimalPortfolio

This program collects and analyzes financial data in order to suggest an optimal portfolio given a desired return.

Setup

Before you can run the program, you will need to do 3 things:

  1. Install python3 virtual environment. To do this, navigate to the cloned directory in your terminal/command prompt and run python3 -m venv /path/to/new/virtual/environment. For example, python3 -m venv venv will create the virtual environment in the current directory and name it venv.
  2. Activate the virtual environment by running source venv/bin/activate. (If you named your virtual environment something other than venv, you must replace venv with the name of your virtual environment)
  3. Install the requirements. pip install -r requirements.txt

Run

Simply run the main.py file. Example: python main.py

Note: if it's your first time running the program, you will have to opt to create a new list when prompted. In any subsequent use, you have the option to create new lists through the text prompts, or you can simply add the assets you which to consider into the tickers directory as a .txt file. Separate tickers by lines.

Threading

This program has been set to run in 8 threads. If this is going to overwhelm your machine, you can adjust the number of threads by going into the wsjRe.py file, finding the fetchSymbols() function, and changing the number that appears in this line: with Pool(processes=8) as p:

If you have any questions or concerns, send me an email.

optimalportfolio's People

Contributors

kristian1108 avatar

Watchers

James Cloos avatar  avatar

Forkers

liamacollins

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.