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 fields by using get_data()

fields = ['PUTCALLIND', 'STRIKE_PRC', 'CF_LAST', 'IMP_VOLT','EXPIR_DATE']

dax = ek.get_data("0#NBNW*.NS", fields=fields)[0]


here i am passing particular fields only.

I want to retrieve all the fields which will be available.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
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

Upvote
Accepted
18k 21 12 20

Hi @anbezhilasokan.frm

It does not work that way.

get_data() requires you to provide a list of fields.

I believe that there are more than 17000++ fields available.

If you want to search for fields, you can use Code Create application.

You can type in "CODECR" on Eikon search and launch it.
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.

Click below to post an Idea Post Idea