question

Upvotes
Accepted
1 0 0 1

Access Options Volume data

Hello,


I am trying to use the Refinitiv data api to gather information on LCO Options Volume data


lco-refinitiv.jpg


I usually get data in Python via the Refinitiv Data API this way:

import refinitiv.data as rd

def print_data(data, instrument, stream): # Callback function

print(data, instrument, stream)

rd.open_session('platform.deployed')

stream = rd.open_pricing_stream(

universe=keys,

fields=fields,

on_data=print_data,

service="hEDD",

)

What keys and fields do I need to use to gather the data in the table? is hEDD the right service?


Many thanks

Lucio


refinitiv-dataplatform-eikon#contentrefinitiv-data-platformrefinitiv-data-platform-libraries
lco-refinitiv.jpg (346.6 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.

@lucio.fiorin

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

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

Otherwise please post again offering further insight into your question.

Thanks,

AHS

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

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
5.8k 21 2 6

Hi @lucio.fiorin,


I would suggest looking into the Data Item Browser :

1691764211059.png


You might also be interested in this article, that finds field names uising the Quote app.




1691764211059.png (120.6 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.