Need stock quotes data from server end

ajay.b
We are building an app with our server at the backend and we periodically need quotes of all stock at regular intervals of 30 seconds. How we go about this?, can we subscribe for all stocks ?
  • Kailash
    Hi Ajay,
    The WebSocket API is perfect for this. You can subscribe to any number of instruments and receive quotes every second.

    We're building client libraries for easy integration of WebSockets. At least one library in one language will be out in the coming few days.
Sign In or Register to comment.