Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    websocket realtime stream speed

    General Discussion
    3
    4
    60
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dasamiya299 last edited by

      understanding the WebSocket behaviour -

      in the realtime WebSocket streaming,
       1. whats the streaming speed?
      2. say I subscribed for INFY streaming at 10.00.00 am and streaming started. if the price didn't change for the next 3 sec. (till 10.00.03), will I get stream update for 10.00.01 and 10.00.02?

      A 1 Reply Last reply Reply Quote 0
      • A
        admin @Dasamiya299 last edited by admin

        @keer2405 said in websocket realtime stream speed:

        1. whats the streaming speed?

        Tick by tick data is communicated over websocket i.e. we broadcasts tick whenever there is change in data.

        @keer2405 said in websocket realtime stream speed:

        1. say I subscribed for INFY streaming at 10.00.00 am and streaming started. if the price didn't change for the next 3 sec. (till 10.00.03), will I get stream update for 10.00.01 and 10.00.02?

        You will get an update at 10.00.03 assuming there is no change in market depth (i.e. bid / ask) between 10.00.01 and 10.00.02.

        1 Reply Last reply Reply Quote 0
        • R
          rahul4019 last edited by

          hI @admin When can we get the historical data (OHLC) over a particular timeframe ?

          A 1 Reply Last reply Reply Quote 0
          • A
            admin @rahul4019 last edited by

            @PandaTrade said in websocket realtime stream speed:

            hI @admin When can we get the historical data (OHLC) over a particular timeframe ?

            Hi @PandaTrade , it's under development. We will let you know once we have a tentative timeline.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post