please provide the correct codes

I want the data like, suppose the period_end_date is 2023-06-30 and earning _release_date is 2023-08-03 ,

I want the multiple revision of the analyst estimates for that quarter from 2023-06-30 to 2023-08-02 i.e before the one day of earnings release(on quarterly basis not annual basis).

Please help me to achieve it.

Best Answer

  • Hi @gerard.soriano,

    To collect LSEG data via Python APIs, I would advise using the Refinitiv Data Library for Python (RD Lib. for Python), for which you will find all relevent information here.
    An example of data-collection using this library (e.g.: for a data set between specific dates) can be found here.
    Please note that this Developer Q&A Forum is for technical questions related to LSEG's tech stack. (specifically its APIs); content questions can instead be answered on my.refinitiv. With that said, I would suggest, to find the fields you are after, such as "multiple revision of the analyst estimates for that quarter", using the Workspace Apps "Data Item Browser (DIB)" and "Code Creator (CODECR)".