For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 3

How to retrieve all ric names of .NIFTY500?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikon
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@anbezhilasokan.frm

Please try the following code:

df, err = ek.get_data(instruments=["0#.NIFTY500"], fields=['DSPLY_NAME'])
df

The output looks like:

All RIC names are in the Instrument column.


1622101543454.png (35.6 KiB)
icon clock
10 |1500

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

Hi, I am using the same but it isn't working, the same works for "0#.SET100" so the connectivity with the API is sorted.

Works: df, err = ek.get_data(instruments=["0#.SET100"], fields=['DSPLY_NAME'])

Doesn't work: df, err = ek.get_data(instruments=["0#.NIFTY500"], fields=['DSPLY_NAME'])

Please help.

Click below to post an Idea Post Idea