Hi, I'm trying to run the following Eikon code as I do every week and I'm getting a gateway timeout error. Any suggestions? f1 = pd.DataFrame() RIC_List for ric in RIC_List: q='R:'+ ric + ' AND Topic:DEAL1 AND Language:LEN' #print(q) df = ek.get_news_headlines(q,count=25, date_from='2023-10-27', date_to='2023-11-03') df1 =…
Please let know a particular function through which we can get tick level historical data having ask , bid and ltp prices for any asset ....so far we have tried get_timeseries , get_data and get_history functions but not getting historical data for basic apple stock ( AAPL.O ) , Below I got error when I tried to find data…
Dear all, I am using Eikon/Datastream API on Webservice. I tried extracting aggregated percentage of shares held by domestic investors on a daily basis. To do so I have tried using Shares Held with Country Perm ID as well as Tr.PctCountry but it does not seem to load. The Country Perm ID List also does not load. Can…
EikonError: Error code 500 | Backend error. 500 Internal Server Error. What is this error? Only seems to appear when there are several securities requested
I can't connect to the server Refinitiv . Any browser cannot. proxy re-settings do not help either. Refinitiv Eikon Destop does not start with an error 'CBootstrapImpl::LoadProviders' .
I am trying to retrieve LEI codes of issuing company from ISIN codes of open end funds. The code works decently but there is a problem that should be addressed. There are companies for which there exists LEI code in Refinitiv but the code cannot retrieve it. In particular one should focus on the part: fund_company = 'AXA…
Hello, I have been using the Eikon Data API to fetch news headlines using a Python script that runs every 10 seconds. The script is as follows: * q = 'Topic:NEWS1 AND All Alert AND (Language:LEN OR Language:LZH)' result = ek.get_news_headlines(query=q, date_from=from_ts, count=100) headlinelist = ## extracted from result…
...Codebook? What would be the option quote chain for the date 12/30/2022? I am trying to understand how to pull option quote chain data using code book. I am interested in pulling the quote chain as of historical dates, for example as of 12/30/2022 what the option quote chain is. I am particularly interested in Henry Hub…
how I could retrieve via an API call the following data: The code snippet below works for the majority of cases, but for some dates (end of month) we are not able to reconcile with what is displayed on the DHOLD holdings page (which also matches the Bloomberg HLDR page). For example, when using the Eikon API to retrieve…
I am currently trying to get historical data of spreads between specific contract months of LME copper futures with the following python API code. df, _ = ek.get_data(['CMCUF21-G21'], fields=['TR.TSVWAP.Date', 'TR.TSVWAP'], parameters={'SDate':SDate,'EDate':EDate}) In this case, when I specify a contract month prior to…
It looks like you're new here. Sign in or register to get started.