How to get the Most Read News Headline Specific Topic:Siginificant Economic News? This is my code Another document says to use M:1RS if you want to receive the most read news, but it doesn't work. And I want to get a specific topic like siginificant economic news that like the attached picture. How do I fix the code if I…
Hi All, We have some Python code for extracting Bond Cashflows data which was kindly written by Lukasz Trzcinski. However, we now ideally would like to retrieve this data via Snowflake or SQL code. Please can someone advise / convert the code? Attached file 'bond cash flows (multiple bonds)' contains the code and…
I want to import all available tickers, for example all stocks that trade in EUR, for a given date in the past. to avoid survivorship bias, I would do this for example every quarter. I am using python. In addition, which API would be best for this analysis (I intend to also download financials for the available tickers in…
Hi team, Raising this on behalf of a client. Client has the below Eikon Excel formula and wanted to know if it's possible to convert it to API code: =TR("/IFMU3","TIMESTAMP;TRDPRC_1;BIDSIZE;ASKSIZE;GEN_VAL3;BID;ASK","UPDFRQ=10S CH=Fd SERIES:Y RET:1000 null=blank",B6:H5000) import refinitiv.dataplatform.eikon as ek…
...Eikon API getdata? RIC code: LP68497266
...v.com/? I am using the Eikon python api to get data about Quaterly reports. data, err = ek.get_data( ['ITRK.L', 'ORSTED.CO'], [ "TR.EventStartTime(SDate=2019-01-01,EDate=2023-08-01,EventType=RES)", "TR.EventStartDate(SDate=2019-01-01,EDate=2023-08-01,EventType=RES)", ], ) The data i get is the desired data, but i want…
I pull TR.TotalReturn 4w forward return numbers from the API but they are all in local/native currency. How would I convert this number to a USD number. For example when using the RICCode SBKJ.J, the 4w forward return From 2019-07-26 To 2019-08-23 is -6.6597, I've looked on Bloomberg and the equivalent in USD is -12.6257.…
The product : Refinitive Workspace , Eikon Data APIs (Python API) I want to use the API to export the financial report or other files released from a company on the specific time. Can any API achieve this function?
...es data? Hello API Experts, We have a client asking how can he tell which fields are available for a given RIC using the Eikon API to pull timeseries data. Client said he is using the eikonapir package in R. Please see the attached sample code that the client sent. Thank you and looking forward to your feedback on this.…
Hi, So I was fetching the data of the different commodities for making a historical database using the code snipet now i have successfully fetched the contract chain of the products using that c1, c2..... nomenclature now i want to fetch the spread of those products kindly help the problem is for every product there are…
It looks like you're new here. Sign in or register to get started.