question

Upvotes
Accepted
3 0 0 2

Python Codebook DERV_CHN empty result

Hello,

I'm interested in retrieving a list of current derivative contracts for a given index or single name equity.

As an example, i've found this instrument "0#SPXW*.U" but I haven't had any luck in retrieving the list of option contracts from it.


I expected the below to work but it returns an empty df:

import refinitiv.data as rd

rd.open_session()

df = rd.get_data(universe = ["0#SPXW*.U"], fields = ['DERV_CHN'] )

df


Any help would be much appreciated!

python#technologyrefinitiv-data-libraries
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
Upvote
Accepted
6.8k 21 3 6

1717238438186.png (145.8 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.