Importing specialized Eikon data into Jupyter Notebook
Find more posts tagged with
If your main need is spreads data Eikon provides a full universe of Tradeweb spread RICs ... For example the Japanese/US 10s/10s comparison you mentioned would be US10JP10=TWEB
I recommend checking out the TWEBSPREADS guide to view the full universe. Also on the RatesViews App (RV) there are many other exmaples of curve and country spreads for use/correlation.
I hope this is helpful.
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.
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.