Dear LSEG Team,
I want to pull the IBES analyst-level, detailed forecasts from the workspace using Python.
I am using the following formula in Excel:
=@RDP .Data("MSFT.O;AAPL.O", "TR.EPSEstValue.fperiod;TR.EPSEstValue.analystname;TR.EPSEstValue.analystcode;TR.EPSEstValue.date;TR.EPSEstValue","Period=FY1990:FY2024 RH=IN CH=fd")
I seek the same variables, but instead I want to extract this data using Python.
The formula pulls forecasts on a 1-year forecast horizon from 1990 to 2024. How do we adjust the code for longer horizon forecasts, 2-5 years historically?