I am having trouble accessing fetched data for a previous day. I have a list of economic indicators imported through fetch_csv() that are then mapped onto the dataframes for each day. I can use history() to grab previous day's price, high, low, volume, etc. but I can't access the imported data from previous days. Does anyone know how to do that?