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.
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.