Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.08 KB

README.md

File metadata and controls

74 lines (44 loc) · 1.08 KB

python-stocks

Library for analyzing stocks

Table of Contents

Packages

stocks-daemon

collector

Actively observes stocks and sends alerts when a condition is met.

daemon

Collects stock data from a source.

dparser

Transforms collected data.

forecaster

Generates forecast from collected data.

indicators

Calculates indicators from collected data.

alerts

Sends alerts.

plotter

Plots collected data.

utils

General utilities.

xport

Imports and exports collected data.

Setup

git clone https://github.com/hankadler/py-stocks stocks
cd stocks
mkdir .venv
pipenv --python 3.9
pinenv shell
pipenv install

Examples

This 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.

data-structures flowchart plots-example

License

MIT