Hello.
After reinstalling anaconda I started getting error in this code:
RICs=["SPY","TLT.O","IEF.O"]
timeseries=ek.get_timeseries(RICs,['CLOSE'],start_date='2020-08-10',end_date=RebalDate.strftime('2020-08-21'))
ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
PS: ek.get_data works fine