-
Get the issuer(or parent)'s RIC from the Bond
Good day experts, I'm having a bunch of bonds that need to dig out the issuer's RICs (or the parent and nearest ancestor of the issuer that has the RIC), e.g., XS1732152589 XS1861178322 XS2051121387 XS2099768207 I tried to use the ticker field, but looks like the tickers are not the NYSE standard, no I'm stuck there. Some…
-
How can I use python to get issued bonds of an issuer for a given issuer's Ticker?
For example, I want to get the bonds issued by BABA, I can use Advanced Search app or debt structure of BABA to see the results on eikon workspace, but how can I get those bonds by python eikon api? the results are just like the picture shows:
-
Issue with data from get_data()
Hi, I found some data from get_data() just provides previous data if today's data doesn't exist. now that i found some data are the same as previous. i don't know if that data are just the same as previous or error happened. does it happen that only 'date' value is updated but 'price' doesn't? Please confirm and let me…
-
"No data available" error through API but it is in Eikon
Hello, I am trying to retrieve data for some Saudi stocks, e.g. RIC 4130.SE, with Python using: candles = ek.get_data(instruments = "4130.SE", fields=["Open","High","Low","Close","Volume"], start_date = "2010-01-01T00:00:00", end_date = "2023-11-01T00:00:00", interval='daily', corax = 'adjusted') However, I just get about…
-
Analyst Estimates.
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…
-
How to get LME data earlier?
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…
-
Unique stock identifier if company changes ISIN over time
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…
-
Error code 403 | Client Error:
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…
-
news.get_headlines - how to include column for RICS
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 =…
-
Eikon scheduled to close?
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?