On June 24th, the volumes on NY were very high, with Advancing Volumes exceeding 2^31-1.
ric = “.AD.N”
fields = ['ISSUES_ADV','ISSUES_DEC','ISSUES_UNC','TOT_ISSUES','NEW_HIGHS','VOLUME_ADV','VOLUME_DEC','VOLUME_UNC','TOT_VOLUME','NEW_LOWS']
df,err = ek.get_data(ric,fields)
Returned in df:
{"Status":"Success","Data":{"Instrument":".AD.N","ISSUES_ADV":3486,"ISSUES_DEC":751,"ISSUES_UNC":245,"TOT_ISSUES":4482,"NEW_HIGHS":26,"VOLUME_ADV":-2147483648,"VOLUME_DEC":727025064,"VOLUME_UNC":47062337,"TOT_VOLUME":-2147483648,"NEW_LOWS":480}}
Advanced should be near 2,473,029,156 and total volume 3,400,054,220, not negative numbers
Is this a known issue?