Skip to content

A small set of dumb tools for a guy who is learning basics of finance.

License

Notifications You must be signed in to change notification settings

thehoneymad/StockCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockCat

StockCat is a personal journey to basic financial knowledge. This is a set of scripts to automate basic financial insight.

To use, you will need a Alpha Vantage API key. To set it, execute

export ALPHAVANTAGE_API_KEY=<YOUR_API_KEY>

To install dependencies and what not of StockCat execute,

python3 setup.py install

You can also use

python3 setup.py develop

To invoke StockCat execute,

bin/stock_cat

You will be greeted with a help guide like the following:

Usage: stock_cat [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  intrinsic_value

To see intrinsic value of a stock, execute

bin/stock_cat intrinsic_value --ticker <SYMBOL>

About

A small set of dumb tools for a guy who is learning basics of finance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages