how to use Web Socket

aakashps1995
how to get live price using websocket,
please send me any example of websocket so i can understand
Tagged:
  • sujith
    Hi,
    You can check all the examples here.
  • aakashps1995
    aakashps1995 edited January 2018
    @sujith
    If i want to know live price of stocks can i use "getQuote" method ??
    how to get banknifty, nifty's call option and put option current price ???
    and i want to know current volume, buy and sell quantity per second please help i am stuck in this problem since long time please help....
  • sujith
    sujith edited January 2018
    You can use bulk fetch APIs. Check out example here.
    As of now market depth is not included in bulk fetch APIs. It is added to new quote call of Kite Connect version 3.
  • aakashps1995
    aakashps1995 edited January 2018
    @sujith ,
    How to get volume, buy and sell at current time and others detail of script ???
  • sujith
    You can get all the details in the new quotes API.
  • aakashps1995
    @sujith
    please send me new quote api link,
    can i get details open interest, total buying, total selling, bids, offers, and volume traded from new quote api ??
  • sujith
    You can check out new documentation and new javakiteconnect here.
    You can take a look at examples in kite3 branch.
Sign In or Register to comment.