Importing specialized Eikon data into Jupyter Notebook

Hi there,

There are many charts I have personally set on my Eikon. For example, a spread between the US 10YT and Japanese 10YT, a correlation between USDJPY and the US 10YT and so on. Can I import these specialized Eikon data into Jupyter Notebook by API?

Thanks,

Sort by:
1 - 1 of 11

    Hi Jnichi-san

    I believe that the analysis is being done on the Eikon Desktop application.

    You have to use API to retrieve raw data point and calculate analysis by yourselves on the Python code.

    There are a few ADC(Analytic Data Cloud) function which you can apply to the data fields.

    Such as this example: REL function, The REL function returns the value of a data item of an identifier relative to the symbol selected.

    image