I need the daily returns of the 13 weeks treasury bill (the equivalent of ^IRX on Yahoo finance), but this snippet gives me only the last day:
stock_prices, err = ek.get_data( 'US3MT=RR', ['CF_CLOSE.Date', 'CF_CLOSE'],
{'SDate': '2020-12-12', 'EDate': '2019-12-12'})