Data Feeds
Stock Data Feed
We have a web service that supplies information on stocks. The feed is located at http://www.slcapex.com/data/stocks.
Here is a sample of information from this feed:
AIC,1.27,1.50,1.50,CYB,1.31,1.35,1.35,DGD,2.05,2.69,2.08,LNL,0.50,0.00,0.30,SLR,0.51,0.52,0.52
There are 4 elements per stock: symbol, bid, ask, last.
If there are more than 10 stocks to display, then the list will end with a ",*". To access the next page of information, append the page number like this:
http://www.slcapex.com/data/stocks/2
That will access the second page. 10 symbols are shown per page.