Hello,
I am retrieving analysts' recommendations (1-5) for a set of companies, using my eikon API in Python. The data that I retrieve is historical, such that I want to know all the recommendations for a given company over the past 10 years.
For about one third of the recommendations, I am able to retrieve the specific names of the broker and analyst.
However, in two out of three output lines, it does not tell me the names of the broker and analyst. I get the output "Permission Denied" in the column analyst name and "Permission Denied XXX" (with a number) in the column broker name.
I wonder why that is? Should I include these cases in my data analysis or not? And how can I avoid duplicates if there is no identifier (name or code) available for about two thirds of the recommendations?
Attached you can find information on my output file and the code that I use.
Thank you for clarifying.
Bettina
Analyst and broker names permission denied.JPG
Analyst recommendations code.JPG