============
- Log-in into Consors broker and export your current depot as CSV file(s).
- Place CSV file(s) into directory dir/
- Import using
python3 import_from_consors_csv.py --plot True --label "7. Sep. 2021" /tmp/consors_csv/07092021/
In order to get the live price of your stocks you need the International Securities Identification Number (ISIN) of each stock
- Add for each stock you might have in your depot a WKN to ISIN mapping
nano tradegate/wkn_isin.txt
- Import the WKN-2-ISIN mapping
python3 import_wkn_to_isin.py
As an example you might have other assets like gold or crypto which you can import here:
python3 import_vault.py
python3 live_depot.py
You can also see the depot value since last update:
python3 offline_depot.py