Skip to content

0x26res/vanguard-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanguard Optimizer

This is not investment advice

Notebook to play around with a portfolio of Vanguard products using data scrapped form the internet.

Set up

Python Environment

python3 -m venv ./venv
source venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install -r ./requirements.txt

Start Jupyter

jupyter notebook

Cache

To limit the number of data queries and speed up notebook re-run, http requests are cached. To reset the cache:

rm requests_cache.sqlite

Regenerate HTML

jupyter nbconvert  --execute vanguard-optimizer.ipynb --to=html

Resources

Links

About

Optimize Vanguard Portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published