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.

1 Answer

· Write an Answer
Upvotes
Accepted
6.5k 21 3 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.