how to get the EST screen for any random company as of -21 days ago?

Good morning Devportal Team,

Client wants to get EST as of a historical date. e.g. day before quarterly announcement in Python

Please provide sample script on how to do this for any Rics.

Thank you for your advance support

Answers

  • example has these codes

    df3 = ld.get_data(universe = ['VOD.L'],fields = ['TR.GuidanceMeasure','TR.EstGuidHighValue','TR.EstGuidLowValue','TR.GuidanceText'],parameters = {'Period':'FY1,FY2','GuidMeasure':'REV,EBIT,EBITDA','GuidDataBasis':'VAL'})df3

    https://developers.lseg.com/en/article-catalog/article/fundamentals-estimates-dcf#est

    where can i get a list of all estimate codes available ?

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @RALPHPAOLO.NAVARRO

    Thank you for reaching out to us.

    You can use the Data Item Browser tool to search for fields and parameters.

    Otherwise, please contact the helpdesk team via LSEG Support to get all required fields.