Hello Client got the below when he was trying to update the data for Carbon Futures (RICS: CFI2c1, CFI2c2, CFI2c3, … CFI2c19), I received an empty data frame.
df_getdata = ld.get_data(
universe=[‘CFI2c1’, ‘CFI2c2’, ‘CFI2c3’],
fields=[]
)
This is abnormal behavior that I’m encountering for the first time.
I’ve checked with the Excel Addin and there’s no issue there.
For additional reference,
get_history returns data just fine. But get_data returns an empty dataframe.