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 4 8 7

How do I get quarterly net income from the Eikon Api?

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.

Hello @yuyang,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hello @yuyang

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

@yuyang

Hi,

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
Upvote
Accepted
17.1k 80 39 63

Hi @yuyang,

Try this:

To derive the above fields, within the Data Item Browser (DIB), once the field is selected, you can click on "Parameters" on the right side, select "Series" then choose the desired parameters. In the following diagram, I can choose the subset field called 'fperiod' from the "Output" selection. Once selected, the final field formula is created (bottom right corner):

Within the above screenshot, the derived formula is for one field. However, given I have chosen multiple fields that have all the same timeseries parameters, the get_data() function has an optional 3rd parameter that is a simple name/value pair object that organizes the parameters that will be applied to all fields.


ahs.png (16.1 KiB)
ahs.png (137.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.

haha, Thanks!

Can you tell me how to pass the parameters this way?I found the TR.NetIncome field in DIB, but it is not clear how the parameters behind it are passed.

Hi @yuyang,

I've updated the answer to show you how the parameters were derived.

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.