The most recent content from our members.
Hi there, I am trying to pull revenue segment data of companies based on a list of RIC codes. And get the keyerror: "headers". My code looks as follows: #Making list of instrument codes riclist_HIP = data_2.Instrument.to_list() #Calling the data data_3,err = ek.get_data(riclist_HIP, ['TR.BGS.GeoTotalRevenue.segmentName',…
I'm getting this error message running the simple example from the "Datastream Web Service Getting Started with Python Guide". This was running fine a few days ago. Any suggestions, please?
Hello! While trying to search for companies in a specific country under a specific TRBC Activity name (industry or sector basically) with the SCREEN function, I get a KeyError: 'headers' from the screen data request: Belgium = pd.DataFrame() for item in TRBC_Sectors: country = '"BE"' activity = item exp =…
Hi, I am using the ek.get_data() function to request data, which often works but sometimes gives the following error. What is causing this and how can I resolve it? Thanks. ERROR: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/eikon/data_grid.py", line 169, in get_data return…
It looks like you're new here. Sign in or register to get started.