The most recent content from our members.
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
Hi, do you have any idea,why got the above named error from following function: def get_ts(): import eikon as ek import pandas as pd ek_app_key='XY' ek.set_app_key(ek_app_key) ticker=['ALVG.DE','BMWG.DE'] start_date='2023-04-24T09:01:00' end_date='2023-04-24-24T09:15:00' interval='tick'…
I probably miss something very simple, but ... I am retrieving historic financial data by calling .get_data("list_of_rics" , "list_of_Data_Item_Codes") woks fine UNLESS there is an error in one (or more) of the Data_Item_Codes (a definition in this case) In that case, no data is returned ... not just for the item with the…
Hi all, I'm trying to find companies RIC code using Eikon get_symbology from ticker to RIC. (For example with NVDA and MSFT). The command returns <NaN>, however the documentation clearly supports get_symbology from ticker to ric. As an alternative, I'm now using rdp to get ric. Can someone please help check if…
i am getting NA values for all greeks for there rics(and many others): AAK192104900.U,AAK192104900.UAAW192104900.U,AAK052104900.U,AAW052104900.U df, exx = ek.get_data(ric_lst, ['STRIKE_PRC', 'TR.RHO', 'TR.DELTA', 'TR.GAMMA', 'TR.THETA'] also tried: df, exx = ek.get_data(ric_lst, ['STRIKE_PRC', 'RHO', 'DELTA', 'GAMMA',…
In the excel function RTGet() I can specify the 'Source' in the argument list. I want to do the same in python.
Today we saw a peculiar message in a FID on a set of RICs. The message was "<Servvice name> Lost Conn". Wondering what could have contributed this to the RIC? Is this is a typical message that RtGet returns when the connection to the ATS service temporarily drops?
Trying to get streaming broker quotes into Python instead of doing it via Excel - is there some subscribe mechanism like RtGet that would stream data / send events when new data comes? Thanks a lot,
I'm trying to retrieve data from internal contributions in a c# project (class library, later to be referenced in a broader solution, presently in a simple solution where it's called by a test console app, for example's simplicity's sake i'm just trying to make it work in the console project alone) Namely, i can retrieve…
I see =RtGet('IDN_SELECTFEED',Ref('this','LiveSourceRic'),'SECOND ACTIVY 1') in some of our documents. I know RtGet is an Eikon function but we do not use Eikon in our programming group. I do not see the field 'SECOND ACTIVY 1' for EURAB6E10Y=ICAP in our Java Ric Code viewer. Does 'SECOND ACTIVY 1' somehow get mapped to…
It looks like you're new here. Sign in or register to get started.