├── Investment Portfolio Python Notebook_Dash_blog_example.ipynb ├── Mock_Portfolio_Dash.py ├── README.md ├── Sample stocks acquisition dates_costs.xlsx ├── analyzed_portfolio.csv ├── requirements.txt └── tickers.csv /Investment Portfolio Python Notebook_Dash_blog_example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kdboller/pythonsp500-plotly-dash/HEAD/Investment Portfolio Python Notebook_Dash_blog_example.ipynb -------------------------------------------------------------------------------- /Mock_Portfolio_Dash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kdboller/pythonsp500-plotly-dash/HEAD/Mock_Portfolio_Dash.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kdboller/pythonsp500-plotly-dash/HEAD/README.md -------------------------------------------------------------------------------- /Sample stocks acquisition dates_costs.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kdboller/pythonsp500-plotly-dash/HEAD/Sample stocks acquisition dates_costs.xlsx -------------------------------------------------------------------------------- /analyzed_portfolio.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kdboller/pythonsp500-plotly-dash/HEAD/analyzed_portfolio.csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kdboller/pythonsp500-plotly-dash/HEAD/requirements.txt -------------------------------------------------------------------------------- /tickers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kdboller/pythonsp500-plotly-dash/HEAD/tickers.csv --------------------------------------------------------------------------------