Hi there, Just received a mail saying by 2025 you will withdraw EIKON in 2025. What will happen to the Eikon API solution? Is the "Workspace API" the same service?
Hi, From a list of LEI codes, how can I get the data items for those companies with a workspace licence using worksphace APIs? Thanks.
I know use below code to download 4000 tickers, but I don’t know how to download data at specific time( Taipei 16:00). Please help me for it. Thanks df, err = ek.get_data(['PEUP.PA','EUR=', 'JPY='], ['BID','ASK']) df Thanks
I'm trying to retrieve the revenue, net income, and EPS data for around 4000 RICs, one RIC at a time, but I'm having trouble doing so. I'm able to get the data up to 100 but after that I get a 400 backend error message. I'm using Refinitiv Eikon's most recent version, 4.0.63. Additionally, I am not exceeding the limit…
Hi, is there a way to pull historical implied equity vol surfaces (e.g. .STOXX50E) to python via eikon app or datastream app? Thanks, Steffen
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?!
It looks like you're new here. Sign in or register to get started.