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 retrive the company guidance number via python API. would like to retrive the historical company guidance for multipul names.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidata
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.

from GUI, I can see the numbers ( eg, 7203.T -> Estimate -> statement view -> checking Guidance and select Single contributer, then the numbers appear as company forecaset)

@koshiroh.tsukiyama

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

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

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

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

Hi @koshiroh.tsukiyama

This forum is moderated by technical staff so I would suggest you to ask content question(what is the field name in this question) to my Refinitiv helpdesk at this URL.

For this question I think you can find the content field by following below steps:

1. click on i (information) on the sheet to get the field name

2. Go to Eikon Search bar, type in DIB (for Data Item Browser)

3. Input instrument 7203.T

4. Follow 4 steps in this picture to get the field name

Note, you can adjust parameter according to your requirement.

5. Now, you can use it in Eikon Data APIs

ek.get_data("7203.T", "TR.COGSActSurprise(Period=FY0)")

ahs1.png (159.9 KiB)
ahs2.png (327.7 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.