I am getting a really strange error when executing following lines
IndexError: index 2 is out of bounds for axis 0 with size 2
This is unexpected to me because it only happens to this 2 RICs. Anyone has any clue on why these 2 RICs are so special?
rics = ['005110.KS', '005160.KQ'] df2 = ek.get_timeseries(rics=rics, start_date='2021-04-06', end_date='2021-04-06', corax='unadjusted') df2.stack(level=-2)