I'm working on an algorithm that uses the current ROE vs ROE a year ago (along with other factors) to determine whether to buy a stock. Is it possible to get a fundamentals value from a date other than the "current_date" during a run? I tried something similar to Tutorial 3 and maintain a dictionary of all fetched fundamentals data, but each time the algorithm runs, the set of stocks being considered will differ and I ran into a case where the stock in question had not been in the fundamentals set returned previously.
Janene