question

Upvotes
Accepted
1 0 0 0

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??

refinitiv-data-platform
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @bhumeshchopda ,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Dear @bhumeshchopda


Please be informed that a reply has been verified as correct in answering the question, and marked as such.


Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
14.2k 30 5 10

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')

1659944277431.png

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


1659944277431.png (81.1 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.