While building a machine learning algorithm you need to have the same kind of data for training and testing. I want to train the model in a research notebook, save model parameters and apply them to an algo. Problem is that when I get to the algo itself, the data is different from research data (get_pricing) - that's because of Q2 split and dividends adjustments. So how do I get minute resolution split and dividends adjusted prices inside the research? Is that impossible?