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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

Query about EPSMean and associated parameters

Hello,

The output of my below code is a little confusing. I have the following questions:

- Is the PeriodEndDate the end of the Fiscal Year?

- If so, in the output image below, at index 225, both the CalcDate and Date values for FY1 are after the PeriodEndDate. Is that possible?


Code:

instruments = ['AAPL.O']
fields = [
'TR.EPSMean(Period=FY1)',
'TR.EPSMean(Period=FY1).PeriodEndDate',
'TR.EPSMean(Period=FY1).CalcDate',
'TR.EPSMean(Period=FY1).Date',
'TR.EPSLow(Period=FY1)',
'TR.EPSHigh(Period=FY1)',
]
parameters = {'SDate':'20000101', 'EDate':'20190901', 'FRQ':'M'}
df1, err = ek.get_data(instruments, fields, parameters)


Output attached:

Capture.PNG

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythondata
capture.png (84.2 KiB)
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
18k 21 12 20

Hi @jakub.straka

I use Eikon Excel to confirm the datapoint and it seems that API retrieve the same data point as from Eikon Excel.

From API perspective, it retrieves the data correctly and successfully.

So now the question is why the date is as shown on the screenshot.

This forum is moderated by developer.

For content question, please contact Refinitiv Helpdesk at https://my.refinitiv.com/

They will be able to address and give you an authoritative answer on content question.


ahs1.png (61.3 KiB)
icon clock
10 |1500

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

Click below to post an Idea Post Idea