Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 2 6 8

How to retrieve all ric names of .NIFTY500?

eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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.

@anbezhilasokan.frm

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

@anbezhilasokan.frm

Hi,

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
79.2k 251 52 74

@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 512.0 KiB each and 1.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.

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.