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 1

How to access all Income Statement Source Dates for particular Period End Date

If I run:

df, err = ek.get_data(['2020.SE'], [ 'TR.NetIncomeAfterTaxes.calcdate', 'TR.NetIncomeAfterTaxes', 'TR.ISPeriodEndDate', 'TR.ISSourceDate', 'TR.ISOriginalAnnouncementDate'], parameters={"Frq": "FY", "SDate": "2017-01-01", "EDate": "2017-02-01", 'Period': 'fy0', 'Scale': 6, 'ReportingState': 'All'})

I see three different Net Income values, presumably corresponding to one original and two restated values for period end 2016-12-31. However, the columns for Source Date and Orig Announce Date are not totally populated. How do I see the different source dates pertaining to the three values?

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

@sean.paterson.malta

Hi,

Thank you for your participation in the forum.

Are any of the replies 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

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 @sean.paterson.malta

I think because the 'TR.ISPeriodEndDate','TR.ISSourceDate','TR.ISOriginalAnnouncementDate' fields only have 1 data point available for reportingstate=All

This forum is moderated by Developer and focusing on the API sample code.

For in-depth content question, I would like to suggest you to contact Refinitiv Content Helpdesk to clarify on the field which may carry the information you are interested in.

You can call your Refinitiv Helpdesk in your local number or at online, URL is https://my.refinitiv.com/



ahs.png (56.1 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.