Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
pyfolio analysis of each stock in an algorithm

To say i only trade SPY and SVXY, for a completed back test, is it possible to check returns for each stock individually?

returns = bt.daily_performance.returns  
pf.timeseries.cum_returns(returns).plot();  

How to generate returns for each traded stocks? Any advise?