Dear developers,
Currently, I have been using the Eikon Excel add-in for all my data requests but have encountered an issue. My request is, that I have a list of RIC's, wherein I want to retrieve (on a year-by-year basis on a specific date) a list of the Unique Analyst ID's (number format) providing estimates for the given RIC. I have not been able to do this, all I can do is get the current unique ID's - but these do not change over time according to my code... I have used:
=TR(B1,"TR.AnalystUID","Sdate=2003-03-31 Period=NTM",B3)
I was wondering if anyone here knows how to do this? I would be more than willing to use a Python API, so any suggestions are welcoming!