Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/finkmoritz/etf_simulator

Statistical Monte-Carlo simulation of an ETF portfolio based on several modifiable parameters.
https://github.com/finkmoritz/etf_simulator

etf financial matplotlib monte-carlo-simulation portfolio simulation

Last synced: about 1 month ago
JSON representation

Statistical Monte-Carlo simulation of an ETF portfolio based on several modifiable parameters.

Awesome Lists containing this project

README

        

# ETF Simulator

Statistical Monte-Carlo simulation of an ETF portfolio based on several modifiable parameters.

## Get started

Install dependencies:
```
pip install -r requirements.txt
```

Execute with default parameters:
```
python etf_simulator.py
```

## Parameters

Get the full list of available parameters:
```
python etf_simulator.py --help
```

## Output

![Output](https://github.com/finkmoritz/etf_simulator/blob/master/output.png)