thehoneymad / StockCat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%