When query for TR.OPENPRICE and TR.VOLUME, the columns are shifted due to missing data. See picture attached.
Questions:
- Why is there a mssing OPENPRICE data on 28/1/2013 ?
- Is there a fix for to ensure row is not shifted due to missing value ?
df4, error = ek.get_data( 'MBBM.KL', ['TR.OPENPRICE.Date','TR.OPENPRICE', 'TR.VOLUME','TR.VOLUME.date'], parameters = { 'SDate': '2013-01-25', 'EDate': '2013-02-05'})