Skip to content

HelloTeamPlz/prod1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperTrader

basic cli paper trader written in python using mongodb to store stock purchases.

Table of contents

General info

This project is a command line interface paper trader written in python. It takes real time stock data from two diffent free api's finnhub to get real time stock data. Alphavantage to get historical data.

Technologies

Project is created with:

  • collections: Counter
  • numpy
  • termcolor: colored
  • finnhub
  • datetime
  • requests
  • os
  • json
  • bson: ObjectId
  • matplotlib
  • mongo db
  • alpha_vantage

Setup

To run this project clone it from git hub and run main.py:

Step 1:

run mongo bat file

Step 2:

$ pip install numpy
$ pip install finnhub-python
$ pip install matplotlib
$ pip install alpha_vantage
$ pip install termcolor
$ pip install mongo db
$ pip install requests

Step 3:

$ cd ../prod1
$ python main.py

About

basic cli paper trader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors