Skip to content
/ rh Public

A PoC suite of utilities to interface Robinhood and possibly other stock exchange APIs

Notifications You must be signed in to change notification settings

schtunt/rh

Repository files navigation

PREHISTORY

How this package was created

/usr/sbin/softwareupdate --install-rosetta --agree-to-license

git clone git@github.com:schtunt/rh.git
cd rh/

pipx install virtualenv
python3 -m venv .venv

source .venv/bin/activate
python3 -m venv --upgrade .venv
python3 -m pip install --upgrade pip pipreqs

python3 -m pip install pip-autoremove pytest-mock better_exceptions rich colorhash colored_traceback ipython click python-dateutil cachier requests-cache beautifultable termcolor numpy pandas iexfinance yahoo-earnings-calendar finnhub-python robin-stocks CProfileV RunSnakeRun string-color scipy PyPortfolioOpt progress pandas_datareader yfinance tiingo alpha_vantage pyarrow fastparquet matplot

...
$ pip-autoremove --leaves
...

$ ./rh

About

A PoC suite of utilities to interface Robinhood and possibly other stock exchange APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published