-
I want to set up my data download pipeline....earlier our system was called Eikon now its called wor
I want to set up my data download pipeline....earlier our system was called Eikon now its called workspace.... we used a file called "eikon.cfg" not sure what we need to use now....how do we go about restarting the whole thing
-
How to get ISIN codes from Chain RIC
We try to get ISIN codes from ChainRIC in Python.When we run following code but returned error. Does Python support get data by ChainRIC ? ----------------------------------------------------------------------- data,err = ek.get_data('0#GBBMK','TR.ISIN') data.head()…
-
SDate parameter when collecting company events
My goal is to get company event data for a universe of firms. I am using Eikon API version 1.1.18. I am using the following python code to access the Earnings Call and Earnings Release Events data , err = ek.get_data([RICs],['TR.EventType','TR.EventType.date'],{'SDate':'2001-01-01','EDate': '-1AW','EventType':'ECALL:RES'})…
-
How to Check Transcript Availability for Company Events Using the Eikon Data API
Hello everyone, I am retrieving company events through Python using the following code: data, err = ek.get_data( ["COPEC.SN"], [ "TR.EventTitle.Date", "TR.EventTitle", "TR.EventType" ], { "SDate": "-20Y", "EDate": "0D", "EventType": "ECALL" } ) data I would like to know whether there is a field or parameter that allows me…
-
Commodity Index
I am trying to extract the futures contracts that compose commodity indices such as BCOM using the Refinitiv/LSEG Python API. My goal is to retrieve, for each index component: the current futures contract used by the index; the next futures contract used for the roll; the settlement or close price for both contracts; I…
-
Workspace API news retrieval by free text
I am trying to pull news headline by fee text, but it does not return relevant headlines. Example code is: df = ld.news.get_headlines("Private Credit" and "LEN", start="22.06.2026", end=timedelta(days=-1),count=10) display(df) Please advise if free text is possible?
-
APIkey creation failure
I tried to create Eikon Data Api, but the following message is shown:Server error: SXS Validation failed: SXS Application with Productid: 'FUBONFINANCIALHOLDINGCOLTD 111' or Name:
-
Officer and Director data
Am I able to pull the 5-year history of Officers and Directors (more specifically CEOs/CFOs) of a company (e.g. Rogers Communications, RCIb.TO) via API? Specifically, I would like to retrieve all the CEOs/CFOs that's been at a company within the last five years. I am currently use the following code to retrieve the…
-
How can I delete multiple files (6k files) in codebook all at once?
-
I am seeing repeated errors "EikonError: Error code 2504 | UDF Core request failed. Gateway Time-ou
ek.get_timeseries(*(), **{'rics': ['RAU26', 'RAZ26', 'SBH7', 'SBK7', 'SBV6', 'SON3Z6', 'RSH7', 'PLF27', 'BL2Z6', 'MEMU6', 'IFSU6', 'LRCX6', 'MFSU6', 'HMTWM6', 'UROU26', 'HSIM6', 'LCQ26', 'MPZ26', 'NGV26', 'CLU26', 'FCV26', 'WU26', 'TUU26', 'FOATZ26', 'RTYU26', 'STXEZ26', 'SFU26', 'YBAZ7', 'HGZ26', 'FDXZ26', 'GCQ26',…