How to get Reuters long Term outlook data through Workspace API?

Options
Pradeep_N
Pradeep_N LSEG
edited August 1 in Eikon Data APIs

Running this scripts

import refinitiv.data as rd
rd.open_session()
rd.get_history(universe=["pUSCPNY=E","pUSCPNY=M","pUSCPNY=L","pUSCPNY=H"],interval="quarterly",start="2022-01-31",end="2025-12-31")

But I am looking for

  1. The poll_date for the economic indicator forecasts, which is not displayed below after running the code.
  2. The access to the historical long-term outlook forecasts (see the attached screenshot).

 Could you please let me know how to get access to such information?

image.png

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Pradeep_N

    Thank you for reaching out to us.

    This forum is dedicated to software developers using LSEG APIs. The moderators on this forum do not have deep expertise in every bit of content available through LSEG products, which is required to answer content questions such as this one.

    The best resource for content questions is the Helpdesk support team, which can be reached by submitting queries through LSEG Support. The support team will either have the required content expertise ready available or can reach out to relevant content experts to get the answer for you.

    You need to ask for the Excel formula, such as =RDP.Data, that can be used to retrieve the required data.

    Then, we can help you converting that formula to Python code.