Library for analyzing stocks
Actively observes stocks and sends alerts when a condition is met.
Collects stock data from a source.
Transforms collected data.
Generates forecast from collected data.
Calculates indicators from collected data.
Sends alerts.
Plots collected data.
General utilities.
Imports and exports collected data.
git clone https://github.com/hankadler/py-stocks stocks
cd stocks
mkdir .venv
pipenv --python 3.9
pinenv shell
pipenv installThis project was designed for personal use and not for mass distribution, hence the lack of docs and examples. I'm keeping it here as reference.



