Hi,
I think the answer to this is "it's impossible", but I wanted to confirm:
Is it possible to rank stocks / select stocks based on changes in their fundamental data over time? For example, I want to look at stocks whose own ratio of inventory / sales has changed (i.e. not the stocks with the highest inventory / sales at a given point in time, but stocks with a high change in their own inv / sales). From what I understand we can't yet do this with fundamentals.
I'm relatively new to Python but thought maybe it would be possible to create a list of, say, sales over time. Then run get_fundamentals in before_trading_start to pull the sales figure for the stock and .append it to the list. Would that work?
Thanks!!