Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 2

How to retrieve Top Analysts for the security as well as Analyst ratings in codebook

I have created below formula


import refinitiv.data as rd

rd.open_session()

df = rd.get_data(

universe = ['META.O'],

fields = [

'TR.TPEstValue.brokername',

'TR.OverallAnalystEstimateRating'

]

)


display(df)


Can the team confirm if this is the best way to get the data required? Kindly advise. Thanks.

workspace#technologyrdp-apicodebookrefinitiv-data-libraries
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
18.7k 85 39 63

Hi @MarkJoseph.Canada

Are you able to retrieve the data? There are no issues with your above approach given it does return data:

1710943308903.png


1710943308903.png (40.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.