@ Kailash I understand that these are Python api's, a wrapper over rest calls. I see the function "quote" which will provide quote of stocks queried . Which will be overhead in case it get called frequently (which will happen) I see a strong need of web sockets here. So, yes my query is any plan to add web sockets to this library ?
@garpitg You are correct. WebSockets API is already live and we have the NodeJS, Python, and Java client libraries in the making. They should be out very soon.
will provide quote of stocks queried . Which will be overhead in case it get called frequently (which will happen) I see a strong need of web sockets here. So, yes my query is any plan to add web sockets to this library ?