I want to create a homepage that shows live stock charts. I also want to install a screener function for some indicators. Therefore I need to have live stock data of about some thousand companies. The data I want to obtain should be received in a really short time period (something like 5 sec). And the harsh part is that I want to receive them all at one in that short time period and save them in table for some other functions. I just found some ways to get CSV data from yahoo or something like that. But this method is to slow for the time period presuppose.
I don't know exactly if there is a general term for this method, but I would be really happy for getting some information about some ways to get the solution for this problem.