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
34 3 7 7

Can EstGuidMeanAtDate return a single number?

This is a question about Excel API. When I type the formula below into a cell in Excel,

=TR("WMT","TR.EstGuidMeanAtDate.value", "GuidEstMeasure=EPS RollPeriods=True Period=FY1 SDate=2012-01-05")

It returns a vector:

4.42948

4.45533

4.49863

Why does it return a series of number? I specify EPS guidance for FY1 as of 2020-01-05, so I expect only one number. Could someone help me get the only latest EPS guidance as of a date that I select?

eikoneikon-data-apipythonworkspacerefinitiv-dataplatform-eikonworkspace-data-apieikon-com-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.

Upvotes
Accepted
10.6k 20 6 9

@iwasaki Hi i am using the python API but its hitting the same service - I get the same thing 3 data values - see below:

So I can replicate the response - I think you should speak to the content team by opening a content query as they are best placed to handle what the output means.

You can do this by going to the helios menu (next to search bar) --> contact us.

I hope this can help.


1600261964775.png (68.9 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.

Upvotes
10.6k 20 6 9

Hi @iwasaki maybe because your start date is 2012-01-05 - so either change that to 2020. Or can I suggest you use the following field TR.EPSMean(Period=FY1).

=TR("WMT","TR.EPSMean(Period=FY1)")

I hope this can help.


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.

Thank you for quick response. What I want is TR.EstGuidMeanAtDate, which is a company guidance and different from consensus estimate TR.EPSMean. Moreover, I specifically want the FY1 guidance number as of 2012-01-05.

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.