Hi, I am using Eikon in Python. this is my code: Here is my question: In the second one, at the fields for some RICs which does not have 'TR.~ ' fields, where to find what to put in AVG(here). 1. is it possible to get monthly data for these RIC in the second one? 2. if so, how to know what to put in AVG() function? I truly…
Hi, I am using Python to get the News letters. Here is my code in Python : headlines = tr.get_news_headlines(query=test+" IN KOREAN",date_from='2023-10-26',date_to='2023-11-28') for index, headline_row in headlines.iterrows(): story = tr.get_news_story(headline_row['storyId']) print("story : \n" + str(story)) I was…
Hi, I am trying to get some balance sheet data from Eikon API on Python using eikon.get_data for a list of companies throughout the period 2000-2022. I encounter four types of problems (in different instances). I will refer to the total assets of company AU000000TEN8 in USD in the examples I make: 1. it assigns the same…
Hi, Does anyone know how I can get a list of constituents of an issuer curve like '0#DEAAAEURAGEBMK='? In the Data Item Browser, I can only find "TR.IndexJLConstituentsName", which shows the last constituents that joined or left. Is there a way to obtain the full list of constituents? Thanks.
Hi! I am not getting the same result while on monitor i am using these and same query i am using on jupyter notebook both are giving different results. The query i am using in jupyter notebook: ek.get_news_headlines(query = "AA AND Language:LEN AND ( Topic:NEWS1 OR Topic:FED OR Topic:ECB OR Topic:BOE OR Topic:BOC OR…
Hi, i'm unable to access the Eikon data API, i get the following : HTTP request failed: EikonError-Client Error: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot POST /api/v1/data</pre> </body> </html> Already tried every single solution discussed in related…
I am attempting to download the historical prices for the following assets: GDAXIEX.DE, IBTLl.DAp^G21, LP68048431. I am using the usual command: rd.get_history(universe=asset_name, fields="BID", interval="1D", start=start_date, end=end_date) However, I am encountering an issue. It seems that the asset names I need to use…
On Workspace if I search for the company 'AAPL.O', under the tab 'ESG', then 'FTSE Russel Green Revenues', what are the fields for getting this data via the workspace API? I can't seem to find any related fields via the data item browser.
HI, I've been having some troubled loading my Eikon API. I get the following error: Error on checking port 9000 : HTTPConnectionPool(host='localhost', port=9000): Max retries exceeded with url: /api/v1/data (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000024378794D90>: Failed to establish…
Is there any Worldscope data available through the Eikon API? Or is it just available through excel? I've been pulling in several datapoints in excel like WC02003 but I can't find an equivalent API code through the Data Item Browser
It looks like you're new here. Sign in or register to get started.