I want to retrieve real time stock market data from a server with an IP address and port.
What information is out there for acquiring this data?
I want to retrieve real time stock market data from a server with an IP address and port.
What information is out there for acquiring this data?
It depends upon what kind of service is provided on the server which gives you the tick by tick data. It can have an API which you can consume like the one Yahoo has.
You do not need client server programming. From what I know is you can create a web application and use Yahoo! Finance API for getting stock ticker.
Check this for more information http://help.yahoo.com/kb/index?page=content&y=PROD_FIN&locale=en_US&id=SLN2340&impressions=true
My Bad : do you have a server where you can get the ticks????