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

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    Hi @yuyang.1958,

    Try this:

    image

    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):

    image

    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.

Answers

  • https://community.developers.refinitiv.com/discussion/comment/60210#Comment_60210

    haha, Thanks!

  • https://community.developers.refinitiv.com/discussion/comment/60210#Comment_60210

    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.

  • https://community.developers.refinitiv.com/discussion/comment/60222#Comment_60222

    Hi @yuyang.1958,

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

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.