hi, I have some tickers that I want to drag in EUR prices for; TICKERS = ['4958.TW', '2899.HK', 'ZBH.N', 'ZI.OQ', '3092.T'] get_pricing_1 = ek.get_timeseries(TICKERS, fields='CLOSE',start_date='2023-09-28',end_date='2023-10-27') Can I amend that to get EUR prices on each underlying? Thx
Hello I have a list of companies, e.g. Apple and Microsoft. I need their yearly CDS spreads (at end of year). How do I get this? I am doing something but I am not sure. data, error = ek.get_data(['VOD.L','AAPL.OQ','MSFT.OQ'],'TR.CDSPrimaryCDSRic') result = data["Primary CDS RIC"] df,e = ek.get_data(result, ['TR.CDSType',…
Hi, what’s the easiest way to call a corporate action history for a list of stocks using the API? Thx
Hi, when using the simple API function df = rd.get_history('SOY-NOLA-REF'), the only available field I receive is TRDPRC_1. Does this mean that I only can get this field among all other available fields? Thanks a lot
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…
It looks like you're new here. Sign in or register to get started.