Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/finkmoritz/etf_simulator
- Owner: finkmoritz
- Created: 2023-01-07T11:16:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T13:04:08.000Z (almost 2 years ago)
- Last Synced: 2024-01-29T08:41:40.774Z (11 months ago)
- Topics: etf, financial, matplotlib, monte-carlo-simulation, portfolio, simulation
- Language: Python
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)