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
5 0 1 3

Brokerage Price Targets after Stock Splits

How does Reuters Eikon Python API handle brokerages' price targets after a recent stock split? I am trying to retrieve price targets for brokerages, but some of them are adjusted, some are not. For an example you can take a look at TSLA.

pythonpython api
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.

Hello @bshapiro ,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.


Thanks,

-AHS

Hello @bshapiro ,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

Upvotes
Accepted
5k 16 2 7

Hi @bshapiro ,


According to the ticket 11730844, it has been resolved with the following response:


Formula to get Target price data using Refinitiv Workspace:
=@RDP.Data("TSLA.O","TR.TPEstValue;TR.TPEstBrokerName;TR.PriceTargetMean;TR.TPEstHorizon","CH=Fd RH=IN",B2)

Formula in Eikon Excel:
=@TR("TSLA.OQ","TR.TPEstValue","CH=Fd RH=IN;brokername",B2)

Also, according to our team, upon checking we found that Target price estimates were already split adjusted for the recent stock split.


Please kindly verify if this satisfies your request.

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.

Upvotes
14.2k 30 5 10

hi @bshapiro ,

The moderators on this forum do not have deep expertise in every type of content available through Refinitiv products. Such expertise is available through Refinitiv Helpdesk. If the Helpdesk can show you how to retrieve it using =@TR formula in Eikon Excel, then the moderators on this forum can help you translate it into get_data method in Eikon Data API call. Refinitiv Helpdesk can be reached via MyRefinitiv.

In this case, I've raised ticket number 11730844 on your behalf and the support team is going to contact you directly to assist on this.

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.