Dear Experts
I try to download daily returns of the backtest result to my PC. It seem impossible.
Q doesnt allow connection between notebook and my PC
I tried to manual copy and paste to excel. But it always shows a portion of the result. I am trying to download 5 years of daily returns. Seem alot of work if I partition them into small blocks and copy and paste.
import empyrical as ep
bt = get_backtest('5c33831378212c4a260e7ae1')
total_returns = bt.attributed_factor_returns['total_returns']
print 'total_returns', total_returns
Thanks for your advice