How can I get quote data like "LCCc1 QUOTE" using EIKON DATA API?

Can i using EIKON DATA API to get LCCc1 quote datas from this form? if yes,how to do it?

image

image

Best Answer

  • @351166279
    If I understand the question correctly, what you'd like to know is whether it's possible to retrieve the entire real-time data record image without knowing the field names, right? If this is what you're asking, I don't believe it's possible. You must specify the fields you want to retrieve in get_data method, e.g. ek.get_data(['LCCc1'],['TRDPRC_1', 'BID', 'ASK', 'ACTIV_DATE', 'TIMACT'])