Can I get the weekly API crude, gas and distillate inventory data via Eikon for the last 4 years?!
Hi team Could you provide updated and workable links to install eikon api.
Hi! I am moving from Eikon to Workspace: where can I find the function EikonError in the new python library? from eikon import EikonError
I am using the Eikon Data API in Python. When trying to export data, I get the following error message: 2023-11-07 09:44:50,646 P[15040] [MainThread 12472] Backend error. 400 Bad Request 2023-11-07 09:44:50,646 P[15040] [MainThread 12472] HTTP request failed: EikonError-Backend error. 400 Bad Request Could you please…
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…
It looks like you're new here. Sign in or register to get started.