Hi there,

Someone mentioned to me that you can fetch history for a stock without subscribing to it's data (I'm tracking a lot of symbols and it was taxing to track all of the data for all of the stocks all of the time). 

But I can't seem to figure out how to do that. Basically I have my trigger event, and when this happens I want to fetch the last year of trading data for all of the stocks that are in the applicable groups for this event. 

In my head, what I think he meant was to not request the data of every stock every day to add to my rolling window, but rather use the history (method? call? function?) when my trigger function occurs. This would mean that it's not accessing the data every day correct?

Apologies for the rookie questions, I appreciate the help!

-William

Author