regards company wise share price list api

akash_hingrajiya
i am not able get real-time company share rate list from any of the api.

i also tried with websocket but there i got some connection issue.
  • sujith
    Hi @akash_hingrajiya,
    The phpkiteconnect client doesn't offer websockets. You will have to use kiteconnectjs.
    You may also implement your own websocket client using the documentation.
    Please do note that the data is received in the binary format which needs to be parsed into the meaningful text.
  • sujith
    It requires a valid access token to connect and is a websocket connection and not HTTP connection.
Sign In or Register to comment.