I want to using EIKON DATA API(get_data) to get LCCc1 data,but BIDSIZE and ASKSIZE is always empty,how can i get it?
They're not always empty. Many fields including these are emptied during the exchange closing run, which is performed on the datafeed after the exchange close. But during the trading session these fields are populated. I just ranek.get_data(['LCCc1'],['BIDSIZE', 'ASKSIZE', 'ACTIV_DATE', 'TIMACT'])and the result I got isInstrument BIDSIZE ASKSIZE ACTIV_DATE TIMACTLCCc1 2 3 2018-03-08 15:19:39