I may have overlooked some documentation but ... here is what I do and try to do
- I manage my portfolios, monitors and watch lists in WORKSPACE (app, on Windows and Mac OS)
- I'd like to access a complete list of all those items in python, that is something like:
ek.get_data('PORTFOLIO([ ALL ],[PORTFOLIO.CURRENCY, PORTFOLIO.BENCHMARK, ...])
or
ek.get_data('LIST([ ALL ])
For the sake of clarity, I'd like information on the portfolios, lists, monitors and not their content, the latter I do already having to maintain a list in python manually.
There is an EXCEL export button in WORKSPACEs' PAL. However, that only dumps
Portfolio Name Portfolio Code Owner Last Modified Date
And not a distinction between portfolio, monitor and list.
Besides, I don't like workarounds with EXCEL.
Any ideas?
Many thanks
Alfred