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.
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.