Hi guys,
I'm not sure if this is the right place to ask about zipline stuff, if not please direct me to where I'm supposed to be posting. Thanks in advance. I'm new to both python and Quantopian. I've just gotten a few simple algo to run on web IDE, and I'm currently playing around with zipline. I have not been able to find any documentations regarding zipline on google. It'd be great if someone can point me to the right direction.
Anyway, here's what I would like to inquire about. I understand that backtesting using the web IDE on Quantopian allows the usage of data that copes with dividends and stock splits. Would the data I obtain in zipline using load_from_yahoo have the same information about dividends and stock splits? Also does load_from_yahoo actually load data directly from yahoo or the processed data stored on Quantopian?
Regards,
Sean