Hi everybody, I have no previous programming experience but determined to learn Python and zipline here on Quantopian. I started studying the import of price data and noted in my code that Quantopian data for Apple didn't seem to get adjusted for stock split in 2014 from memory so surely this would cause any trendfollowing algo (MA crossover) to sell unnecessarily. Any advice how to fix this problem or am I better off getting all data from Quandl which is hopehully adjusted? Also-with Quandl import: Do I need to add separate link for each symbol or can I download several symbols as a list or similar?