keisentraut / python-comdirect-api

Python scripts to interact with comdirect REST api
GNU General Public License v3.0
41 stars 7 forks source link

Analysis of dividends and positions #5

Closed sebanger closed 2 years ago

sebanger commented 4 years ago

I would like to discuss what are your ideas of the analysis part. So far I come up with the following ideas:

Examples of common plots: Income heroes diversifikation portfolio

keisentraut commented 4 years ago

I'm not sure, if I will implement this in the near future. This sounds like a lot of work and there are quite a lot much more advanced projects for this. An example is Portfolio Performance. Also, those charts are not very interesting for my boring personal "Three ETF" depot :)

However, in order to import your data from comdirect into your favorite tool, you need to get your data and this is where I see this project coming in handy.

So the first goal is to finish the API, the next one to write some scripts which can download your documents and your transactions as CSV. If I get there and still am not bored by this little project, then I might think about this again...

Obviously pull requests are welcome :)

sebanger commented 4 years ago

No problem. This is one of my personal TODOs so I can be in charge of that. I also think that others are interested in those kind of analysis/portfolio performances. Yes, I know this tool but you have to insert your data by yourself. Furthermore, the charts are not very nice or too complex.

TimsDevCorner commented 2 years ago

@sebanger have you tried to import your data in such tools?

You can import your data in Portfolie Performance, as described here

sebanger commented 2 years ago

I've imported my data into PowerBI. There I made all visualizations. It was very easy.