lolokraus / DegiroAPI

An unofficial API for the trading platform Degiro, with the ability to get real time data and historical data
MIT License
215 stars 86 forks source link

Get Total P/L, Portfolio, etc... #50

Open SonGokussj4 opened 2 years ago

SonGokussj4 commented 2 years ago

Hi, is there a possibility to get all the "header info", not just EUR (Data.Type.CASHFUNDS)

I would like to log the Positive/Negative outcome of my investing which is in "Total P/L". Or the actual size of my portfolio. Right now I have to download all Data.Type.PORTFOLIO, iterate over everything and sum it up.