I am currently working on building a valuation dashboard for global equity markets using LSEG Workspace / Eikon API (Python), and I would appreciate your guidance on how to properly access valuation metrics for equity indices.
At this stage, I want to avoid assuming specific RICs or datasets, and instead understand the correct approach within LSEG.
Python API usage:
- What is the recommended way to retrieve these valuation metrics using Python?
- Should I use:
- lseg.data (rd.get_data / rd.get_history)
- eikon API
- Or another interface?