Hello

We have a scanner algorithm (in python), and its painfully slow.  It takes 2-3 minutes to do what Excel does in under a second.  

It processes / scans 500 stocks.  We only have 1 small live processor, but I can't believe that in itself is the issue.  There's not much calculation involved.

What could be the cause of delay? Is it the live data updating, if so can we get a “snapshot” of market data and then reload data after each iteration?

Please let me know of any advice, thanks