Adding broker names to the request for estimates in Python

How can I to get the Names of the Brokers with: ek.get_data("IBM",[{ 'TR.RevenueEstValue':...}] ?

Best Answer

  • You can add the TR.RevenueEstValue.parentbrokerid field to your request. Other available params can be found in the Data Item Browser (DIB) app on Eikon.

Answers