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.

Best Answer

  • chavalit-jintamalit
    Answer ✓

    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.