Besides CodeCreator, is there an overview of all kinds of different data that can be accessed usi...

...ng the Eikon Data API with Python?

I'm a complete beginner in programming and I'm generally still struggling with Python and the programming environment, but I've been able to pull some data using the Get started guide. However, I still lack a complete overview of all possible data that I can query via Eikon. The CodeCreator in the Refinitiv Workspace is helpful, but not complete. For example, I could not find data such as "TR.TotalAssetsReported", "TR.TotalDebtOutstanding", "TR.TotalEquity", "TR.NetIncomeAfterTaxes" via the CodeCreator. I am currently looking for the data regarding Delisting Reason, the search in CodeCreator was unfortunately unsuccessful.

Another example is here in this forum post: https://community.developers.refinitiv.com/questions/63774/extracting-rics-of-lse-aim-companies.html 

Without this forum post, I would not have known that I could filter for the MIC_Code.


Can you help me with this?

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @patrick.zimmermann.91

    I can browse the "TotalAssetsReported" and "TR.TotalEquity" fields description of the KINO.L RIC in the Data Item Browser App as follows:

    field-1.png

    field-2.png

    Please be informed that the Data Item Browser App just shows all available fields with "current data" of the RIC only. You cannot query historical data values of the fields on the Data Item Browser app.

Answers