Investment Tracker

https://img.shields.io/pypi/v/investment_tracker.svg https://img.shields.io/travis/rankoliang/investment_tracker.svg Documentation Status

Tracks investments by pulling investment data from the web and storing your transaction data locally on your machine.

Features

  • Completed
    • SQLAlchemy models with relationships
    • Storing data offline in a portable file using sqlite
    • Logging stock transactions for different users
    • Manual tracking of stock prices and some stock metadata in a database
  • TODO
    • Command line interface with click
    • IEXFinance API integration to retrieve stock data from the web
    • Aggregate overview of investment statistics and plot generation using Matplotlib
    • Proper tests with PyTest and CI with Travis CI
    • Complete documentation

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.