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

FCF estimated data from Eikon API doesn't match WS

Hi everyone,

I'm confused why the historical free cash flow estimations don't match that of Workspace? Please have a look at the screenshots below:

screenshot-2024-02-06-at-163431.pngAAPL, Free cash flow estimations from Eikon API

screenshot-2024-02-06-at-162659.pngAAPL, historical free cash flow estimations from WS


In the first photo, the free cash flow estimations (Mean) are highlighted in the green rectangle, while the second photo displays the free cash flow estimations (Mean) in the yellow rectangle. As evident, the values do not match each other. I have also included the actual FCF data to anchor the dates.

I would greatly appreciate it if anyone could provide some insights on this matter :)

eikoneikon-data-apirefinitiv-dataplatform-eikonworkspace#product#contentdataestimates
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.

Hi @st.lee0166 ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Upvote
Accepted
79.2k 251 52 74

@st.lee0166

Thank you for reaching out to us.

I ran the following code and could get the data correctly.

df, err = ek.get_data(["AAPL.OQ"],fields=["TR.FCFMean.periodenddate","TR.FCFMean.fperiod","TR.FCFMean"],
                     parameters={"SDate":0,"EDate":-9,"Frq":"FY"})
df

1707278518245.png

I checked the Data Item Browser tool and found that I can't specify the absolute dates in the SDate and EDate parameters.

1707278851681.png

You can contact the Eikon support team directly to verify the parameters that can be used to get the required values.


1707278518245.png (34.7 KiB)
1707278851681.png (31.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.

Upvotes
7 1 0 3

@Jirapongse

Thank you soooo much Jirapongse

it's quite helpful!!!


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.