Hi, I want to fetch the data for analyst estimates. I'm using the below code to get the data and but the response we're getting is not what we want . I have attached the screenshot of the code with response we're getting with the response we want in screeshot below with some values in yellow colour. We need to resolve this…
i, Please help me. I am using theses formula below: (import refinitiv.data as rd import eikon as tr) eg) tr.get_data("CCBD0","TR.OFFICIALASKPRICE", "TR.LOWPRICE", "TR.HIGHPRICE", "TR.OFFICIALASKPRICE.date") rd.get_history("CCBD0","OFF_ASK", "LOW_1", "HIGH_1", end='2023-10-31') AND This is what i got in my log: Then I ask…
Hello, I have a question about identifying the same issue over time from a list of ISIN codes using the Eikon Python API. As you may know, ISIN codes can change due to mergers and other corporate events. In commonly used datasets by other providers like Compustat (or CRSP) in the US, there is a unique ID code that tracks a…
I'm trying to get access to eikon API and after having set up the key and running this code: ek.set_app_key('<App key>') df = ek.get_timeseries(["MSFT.O"], start_date="2016-01-01", end_date="2016-01-10") I get this response, which is the same for any ek command: 2023-11-10 15:34:25,002 P[26760] [MainThread 26264] Error…
Hi I am using Refinitiv Data library to collect news articles in Python, which is working fine. Any idea of how I can return the list of RICS that the article relates to, just like News Monitor does in Eikon Desktop. I've included a snapshot of what I need below. Here is my current code: reg_df =…
Hi there, Just received a mail saying by 2025 you will withdraw EIKON in 2025. What will happen to the Eikon API solution? Is the "Workspace API" the same service?
Hi, From a list of LEI codes, how can I get the data items for those companies with a workspace licence using worksphace APIs? Thanks.
I know use below code to download 4000 tickers, but I don’t know how to download data at specific time( Taipei 16:00). Please help me for it. Thanks df, err = ek.get_data(['PEUP.PA','EUR=', 'JPY='], ['BID','ASK']) df Thanks
I'm trying to retrieve the revenue, net income, and EPS data for around 4000 RICs, one RIC at a time, but I'm having trouble doing so. I'm able to get the data up to 100 but after that I get a 400 backend error message. I'm using Refinitiv Eikon's most recent version, 4.0.63. Additionally, I am not exceeding the limit…
Hi, is there a way to pull historical implied equity vol surfaces (e.g. .STOXX50E) to python via eikon app or datastream app? Thanks, Steffen
It looks like you're new here. Sign in or register to get started.