Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Home
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    • SmartStore
    1. Home
    2. Tags
    3. websocket
    Log in to post

    • K

      Getting waiting for connection to websocket
      NodeJS SDK • websocket nodejs • • kayur  

      2
      0
      Votes
      2
      Posts
      16
      Views

      K

      Getting the following response from Angelone websocket. Kindly support.
    • A

      Python code to convert WEBSOCKET streaming data(tick data) into Pandas Datadframe
      Python SDK • websocket • • anindya2k  

      4
      0
      Votes
      4
      Posts
      48
      Views

      J

      @anindya2k Can check this for the free code Youtube Video
    • A

      Websocket Order status handshake 400 error
      Python SDK • websocket pythonsdk • • ashu27  

      6
      0
      Votes
      6
      Posts
      32
      Views

      N

      @ashu27 yes, I am getting the same error.
    • N

      Can't install smartapi python library using pip
      Python SDK • websocket • • nayan_nandi  

      4
      0
      Votes
      4
      Posts
      33
      Views

      J

      @Sukhwant280 Can you please tell how you resolved this error?
    • M

      ltt is NA when subscribed token 26000(NIFTY) and 26009(BANKNIFTY)
      Go SDK • websocket golang • • mangeshraut27  

      2
      0
      Votes
      2
      Posts
      35
      Views

      A

      @mangeshraut27 said in ltt is NA when subscribed token 26000(NIFTY) and 26009(BANKNIFTY): Hi Team, I am using GO library. Can you share how can I fetch ticks for NIFTY and BANKNIFTY? I have added their tokens in feed token but received ltt as NA for this. how can I determine tick time for these tokens? Also, data received for these token contains name: sf. how can I get correct data for these tokens? Mails us your piece of code at api@angelbroking.com
    • N

      making websocket callbacks as async
      Python SDK • • namanviz  

      3
      0
      Votes
      3
      Posts
      46
      Views

      N

      @Sukhwant280 Hi Sukhwant, actually I am just using tick data and previous day data to trade programmatically so I am not storing any thing, what is your requirement exactly? I'll try to assist. Best regards.
    • L

      Live Data feed using websocket in C#
      C#/.Net SDK • • LKS  

      6
      0
      Votes
      6
      Posts
      62
      Views

      A

      Hi @LKS Our team is working on websocket we will update you once we finish it.we appreciate your patience
    • J

      Not able to connect to WebSocket
      General Discussion • • jax248  

      5
      0
      Votes
      5
      Posts
      51
      Views

      A

      HI @jax248 Our team is working on web socket we will update you once we fix this.
    • D

      How can we get EOD tick data for Nifty 50 and bank nifty stoks
      General Discussion • • dinesht15  

      6
      0
      Votes
      6
      Posts
      47
      Views

      D

      @prinka-baweja Have you posted anything?
    • M

      Getting duplicate MW data
      General Discussion • • manishthebull  

      4
      0
      Votes
      4
      Posts
      40
      Views

      A

      HI @manishthebull ok.
    • W

      MessageReceived method/function not available in the smart-api.dll
      C#/.Net SDK • • West2t14  

      8
      0
      Votes
      8
      Posts
      51
      Views

      W

      @admin said in MessageReceived method/function not available in the smart-api.dll: HI @West2t14 The MessageReceived is not missing in the library, It's there. you has to create an instance of WebSocket class of AngelBroking library as follow then you can get access to this event handler AngelBroking.WebSocket _WS = new AngelBroking.WebSocket(); var exitEvent = new ManualResetEvent(false); _WS.ConnectforStockQuote(sagr.feedToken, Client_code); ​ if (_WS.IsConnected()) { string script = "nse_cm|2885&nse_cm|1594&nse_cm|11536&nse_cm|3045"; _WS.RunScript(sagr.feedToken, Client_code, script, "mw"); _WS.MessageReceived += WriteResult; //_WS.Close(true);// to stop and close socket connection } Thank you! Will check it out!
    • N

      Options data is not streaming today in websocket
      Bugs • • nahas_n  

      2
      0
      Votes
      2
      Posts
      34
      Views

      A

      HI @nahas_n said in Options data is not streaming today in websocket: hey today options not streaming with websocket. no problem with other stocks or future. please check from ur backend ok noted.
    • N

      NSE index feed NIFTY and BANKNIFTY along with other scrip
      General Discussion • • nahas_n  

      1
      0
      Votes
      1
      Posts
      54
      Views

      No one has replied

    • B

      Uncaught (in promise) TypeError: conn is null runScript
      General Discussion • • butanikartik1108  

      18
      0
      Votes
      18
      Posts
      34
      Views

      B

      @butanikartik1108 Hello, can you solve it?
    • N

      Error info: Connection to remote host was lost. Connection to remote host was lost.
      General Discussion • • nahas_n  

      32
      0
      Votes
      32
      Posts
      166
      Views

      A

      HI @nahas_n We have reported this to our team.We will update you.
    • N

      Dynamic symbol change for websocket
      Python SDK • • nahas_n  

      6
      0
      Votes
      6
      Posts
      85
      Views

      A

      HI @nbmaiti We will update you once this is available.