GitXplorerGitXplorer
l

myportfolio

public
0 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
958ffe6a8ab541007f7182e7ff5c86931a0c0ccd

DOC: update

committed 4 years ago
Unverified
6b2d685bd357a838aa3a5a11e3a578f9767dcc3a

#1: removed sqlite and generalized to any db

committed 4 years ago
Unverified
00a96dbc8064f4483df63e6e3d22dfb13e811280

update requirements

committed 4 years ago
Unverified
6ec316493b3225eae57027a65ceb416c5a1f9dae

ENH: init dash app :ambulance:

committed 4 years ago
Unverified
ca182d8a996d9ca4d4d44bdca82a907e47657817

remove venv

committed 5 years ago
Unverified
033983a0f081b4983603261928f963d434890b07

update essentials

committed 5 years ago

README

The README file for this repository.

MyPortfolio

Dashboard to visualize and analyze personal financial stock portfolio. Currently it only has a connector with Degiro broker.

The app is built using Dash (plotly) with Yahoo Finance historical data.

Getting started

  1. Launch a SQL DB of any type but supported by SQLAlchemy
  2. Modify DB_PATH in dash_app/config.py
  3. Create degiro_creds.json with your credentials (do not share!)
  4. Install requirements: pip install -r requirements.txt
  5. Run the app: python dash_app/index.py

Next steps

  • [ ] Industry breakdown
  • [ ] Dividend tab history and projected