I understand i can call this, data.history(context.assets, "price", 20, "1d"), to get the most recent 20 day's prices. I would like to be able to query for data in specific time range, data.history(context.assets, "price", 20, "1d", end_date) to get 20 day's prices previous to "end_date."