Hi Team What are the feild name Equivallent to EIKON library [ 'OPEN', 'HIGH', 'LOW', 'CLOSE', 'VOLUME', 'Bid','Ask','Bidsize','Asksize', 'Trdprc_1'] in rd.get_history() for minute interval??
Hi Team What are the feild name Equivallent to EIKON library [ 'OPEN', 'HIGH', 'LOW', 'CLOSE', 'VOLUME', 'Bid','Ask','Bidsize','Asksize', 'Trdprc_1'] in rd.get_history() for minute interval??
hi @bhumeshchopda ,
The moderators on this forum do not have deep expertise in every type of content available through Refinitiv products. Such expertise is available through Refinitiv Helpdesk, which can be reached via MyRefinitiv and you may request from them the field which can be used to retrieve the data you would like to get.
However, from the list of fields mentioned, I have checked and can think of the fields' names below
rd.get_history('LSEG.L', ['OPEN_PRC', 'HIGH_1', 'LOW_1', 'OFF_CLOSE', 'ACVOL_UNS', 'BID', 'ASK', 'TRDPRC_1'], interval = 'minute')
and the field description can be seen in Data Item Browser app inside Eikon Desktop or Refinitiv Workspace.
However, I'd recommend you to check the content with the content team via MyRefinitiv to confirm the fields' names to be used