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.
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
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.
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.