According to the following article, pipeline should adjust the prices based on splits.
https://www.quantopian.com/posts/the-pipeline-api-dividends-and-splits-what-you-need-to-know
However, I have tested this against the AAPL split, and found the pipeline simply uses the raw price and not the adjusted price. See the notebook attached.
This doesn't seem desirable as during research it is difficult to calculate returns. For example day10 price - day1 price is not the real return if a stock split on day5.
Did I misunderstand this, or is it a bug?