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
- The poll_date for the economic indicator forecasts, which is not displayed below after running the code.
- 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?