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.

1 Answer

· Write an Answer
Upvotes
Accepted
78.6k 248 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.